[dpdk-dev] [PATCH 2/2] 10G PMD: enable vector PMD compile for 64b linux

2014-05-12 Thread Bruce Richardson
ifeq ($(CONFIG_RTE_APP_TEST),y) SRCS-$(CONFIG_RTE_LIBRTE_ACL) += test_acl.c diff --git a/app/test/commands.c b/app/test/commands.c index a153026..5978cec 100644 --- a/app/test/commands.c +++ b/app/test/commands.c @@ -178,6 +178,8 @@ static void cmd_autotest_parsed(void *parsed_result,

[dpdk-dev] [PATCH 2/2] 10G PMD: enable vector PMD compile for 64b linux

2014-05-12 Thread Bruce Richardson
Add in and set the necessary compile-time options to enable the vector PMD to be used in 64-bit linux. Signed-off-by: Bruce Richardson --- config/defconfig_x86_64-default-linuxapp-gcc |2 ++ config/defconfig_x86_64-default-linuxapp-icc |2 ++ 2 files changed, 4 insertions(+), 0 deletions

[dpdk-dev] [PATCH 2/2] 10G PMD: enable vector PMD compile for 64b linux

2014-05-12 Thread Richardson, Bruce
; To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 2/2] 10G PMD: enable vector PMD compile for 64b > linux > > ifeq ($(CONFIG_RTE_APP_TEST),y) > SRCS-$(CONFIG_RTE_LIBRTE_ACL) += test_acl.c diff --git > a/app/test/commands.c b/app/test/commands.c index a153026..5978cec > 100644 &g