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.bura...@intel.com> --- config/common_base | 5 ----- 1 file changed, 5 deletions(-) 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 # -- 2.17.1