[dpdk-dev] [PATCH v3 0/7] support i40e QinQ stripping and insertion

2015-07-07 Thread Thomas Monjalon
> > 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

[dpdk-dev] [PATCH v3 0/7] support i40e QinQ stripping and insertion

2015-06-11 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 v3 0/7] support i40e QinQ stripping and insertion

2015-06-11 Thread Wu, Jingjing
Acked-by: Jingjing Wu > -Original Message- > From: Zhang, Helin > Sent: Thursday, June 11, 2015 3:04 PM > 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 v3 0/7] support i4