[dpdk-dev] [PATCH v2 0/6] support i40e QinQ stripping and insertion

2015-06-08 Thread Olivier MATZ
Hi Helin, On 06/02/2015 05:16 AM, Helin Zhang wrote: > As i40e hardware can be reconfigured to support QinQ stripping and > insertion, this patch set is to enable that together with using the > reserved 16 bits in 'struct rte_mbuf' for the second vlan tag. > Corresponding command is added in testp

[dpdk-dev] [PATCH v2 0/6] support i40e QinQ stripping and insertion

2015-06-08 Thread Cao, Min
Tested-by: Min Cao - OS: Fedora20 3.11.10-301 - GCC: gcc version 4.8.2 20131212 - CPU: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz - NIC: Ethernet controller: Intel Corporation Device 1572 (rev 01) - Default x86_64-native-linuxapp-gcc configuration - Total 2 cases, 2 passed, 0 failed - Case: doubl

[dpdk-dev] [PATCH v2 0/6] support i40e QinQ stripping and insertion

2015-06-02 Thread Helin Zhang
As i40e hardware can be reconfigured to support QinQ stripping and insertion, this patch set is to enable that together with using the reserved 16 bits in 'struct rte_mbuf' for the second vlan tag. Corresponding command is added in testpmd for testing. Note that no need to rework vPMD, as nothings

[dpdk-dev] [PATCH v2 0/6] support i40e QinQ stripping and insertion

2015-06-02 Thread Liu, Jijiang
Acked-by: Jijiang Liu > -Original Message- > From: Zhang, Helin > Sent: Tuesday, June 2, 2015 11:16 AM > To: dev at dpdk.org > Cc: Cao, Min; Liu, Jijiang; Wu, Jingjing; Ananyev, Konstantin; Richardson, > Bruce; > olivier.matz at 6wind.com; Zhang, Helin > Subject: [PATCH v2 0/6] support