Tested-by: Min Cao <min.cao at intel.com> Patch name: i40e VMDQ support Brief description: Test Flag: Tested-by Tester name: min.cao at intel.com Result summary: total 1 cases, 1 passed, 0 failed
Test Case 1: Name: perf_vmdq_performance Environment: OS: Fedora20 3.11.10-301.fc20.x86_64 gcc (GCC) 4.8.2 CPU: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz NIC: Fortville eagle Test result: PASSED -----Original Message----- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Chen Jing D(Mark) Sent: Tuesday, November 04, 2014 6:01 PM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v3 0/6] i40e VMDQ support From: "Chen Jing D(Mark)" <jing.d.c...@intel.com> v3: - Fix comments style. - Simplify words in comments. - Add variable defintion for BSD config file. - Code rebase to latest DPDK repo. v2: - Fix a few typos. - Add comments for RX mq mode flags. - Remove '\n' from some log messages. - Remove 'Acked-by' in commit log. v1: Define extra VMDQ arguments to expand VMDQ configuration. This also includes change in igb and ixgbe PMD driver. In the meanwhile, fix 2 defects in rte_ether library. Add full VMDQ support in i40e PMD driver. renamed some functions, setup VMDQ VSI after it's enabled in application. It also make some improvement on macaddr add/delete to support setting multiple macaddr for single or multiple pools. Finally, change i40e rx/tx_queue_setup and dev_start/stop functions to configure/switch queues belonging to VMDQ pools. Chen Jing D(Mark) (6): ether: enhancement for VMDQ support igb: change for VMDQ arguments expansion ixgbe: change for VMDQ arguments expansion i40e: add VMDQ support i40e: macaddr add/del enhancement i40e: Add full VMDQ pools support config/common_bsdapp | 1 + config/common_linuxapp | 1 + lib/librte_ether/rte_ethdev.c | 6 +- lib/librte_ether/rte_ethdev.h | 41 ++- lib/librte_pmd_e1000/igb_ethdev.c | 3 + lib/librte_pmd_i40e/i40e_ethdev.c | 498 ++++++++++++++++++++++++++--------- lib/librte_pmd_i40e/i40e_ethdev.h | 21 ++- lib/librte_pmd_i40e/i40e_rxtx.c | 125 +++++++-- lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 1 + 9 files changed, 532 insertions(+), 165 deletions(-) -- 1.7.7.6