[dpdk-dev] [PATCH v2 0/3] fm10k: Add promiscuous mode support

2015-06-22 Thread Thomas Monjalon
2015-06-12 15:06, Chen Jing D: > From: "Chen Jing D(Mark)" > > v2: > Add debug messages in allmulticast enable/disable functions. > > The patch set add promiscuous mode configuration and 2 bug fixes. > > Chen Jing D(Mark) (3): > fm10k: Add promiscuous mode support > fm10k: remove mbuf siz

[dpdk-dev] [PATCH v2 0/3] fm10k: Add promiscuous mode support

2015-06-16 Thread Qiu, Michael
Tested-by: Michael Qiu - OS: Fedora20 3.11.10-301 - GCC: gcc version 4.8.3 2014911 - CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz - NIC: Ethernet controller: Intel Corporation Device 15a4 (rev 01) - Default x86_64-native-linuxapp-gcc configuration Test Case: Set promiscuous mode off Test Case

[dpdk-dev] [PATCH v2 0/3] fm10k: Add promiscuous mode support

2015-06-16 Thread Qiu, Michael
On 6/12/2015 3:07 PM, Chen, Jing D wrote: > From: "Chen Jing D(Mark)" > > v2: > Add debug messages in allmulticast enable/disable functions. > > The patch set add promiscuous mode configuration and 2 bug fixes. > > Chen Jing D(Mark) (3): > fm10k: Add promiscuous mode support > fm10k: remove

[dpdk-dev] [PATCH v2 0/3] fm10k: Add promiscuous mode support

2015-06-12 Thread Chen Jing D(Mark)
From: "Chen Jing D(Mark)" v2: Add debug messages in allmulticast enable/disable functions. The patch set add promiscuous mode configuration and 2 bug fixes. Chen Jing D(Mark) (3): fm10k: Add promiscuous mode support fm10k: remove mbuf size sanity check fm10k: Fix improper max queue numb