[dpdk-dev] [PATCH 22/22] virtio: Use soft vlan strip in mergeable Rx path

2015-01-16 Thread Ouyang, Changchun
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Friday, January 16, 2015 12:56 AM > To: Ouyang, Changchun > Cc: dev at dpdk.org; Doherty, Declan; Cao, Waterman > Subject: Re: [PATCH 22/22] virtio: Use soft vlan strip in mergeable Rx path > >

[dpdk-dev] [PATCH 22/22] virtio: Use soft vlan strip in mergeable Rx path

2015-01-15 Thread Ouyang Changchun
To keep the consistent logic with normal Rx path, the mergeable Rx path also needs software vlan strip/decap if it is enabled. Signed-off-by: Changchun Ouyang --- lib/librte_pmd_virtio/virtio_rxtx.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/librte_pmd_virtio/virtio_rxtx.c b/li

[dpdk-dev] [PATCH 22/22] virtio: Use soft vlan strip in mergeable Rx path

2015-01-15 Thread Stephen Hemminger
On Thu, 15 Jan 2015 13:15:30 +0800 Ouyang Changchun wrote: > To keep the consistent logic with normal Rx path, the mergeable > Rx path also needs software vlan strip/decap if it is enabled. > > Signed-off-by: Changchun Ouyang > --- > lib/librte_pmd_virtio/virtio_rxtx.c | 4 > 1 file chang