[v8,02/12] config: remove CONFIG_RTE_MAJOR_ABI option

Message ID b4618380828ce7a1b05d83c18a3527cb0656df12.1574270323.git.anatoly.burakov@intel.com (mailing list archive)
State Accepted, archived
Headers
Series Implement the new ABI policy and add helper scripts |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply issues

Commit Message

Burakov, Anatoly Nov. 20, 2019, 5:23 p.m. UTC
  The CONFIG_RTE_MAJOR_ABI option was introduced to permit multiple
DPDK versions installed side by side. The problem is now addressed
through the new ABI policy, and thus can be removed.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---
 config/common_base | 5 -----
 1 file changed, 5 deletions(-)
  

Patch

diff --git a/config/common_base b/config/common_base
index 914277856d..4948e1c572 100644
--- a/config/common_base
+++ b/config/common_base
@@ -64,11 +64,6 @@  CONFIG_RTE_BUILD_SHARED_LIB=n
 #
 CONFIG_RTE_NEXT_ABI=y
 
-#
-# Major ABI to overwrite library specific LIBABIVER
-#
-CONFIG_RTE_MAJOR_ABI=
-
 #
 # Machine's cache line size
 #