Re: [dpdk-dev] [PATCH 03/13] rte_ether: set PKT_RX_VLAN_STRIPPED in rte_vlan_strip()

2017-05-04 Thread Olivier MATZ
Hi Thomas, On Sun, 30 Apr 2017 17:58:45 +0200, Thomas Monjalon wrote: > 09/02/2017 16:56, Olivier MATZ: > > Hi, > > > > On Mon, 30 Jan 2017 10:54:08 +0100, Thomas Monjalon > > wrote: > > > It is fixing the introduction of the new flag PKT_RX_VLAN_STRIPPED. > > > > > > Fixes: b37b528d957c ("m

Re: [dpdk-dev] [PATCH 03/13] rte_ether: set PKT_RX_VLAN_STRIPPED in rte_vlan_strip()

2017-04-30 Thread Thomas Monjalon
09/02/2017 16:56, Olivier MATZ: > Hi, > > On Mon, 30 Jan 2017 10:54:08 +0100, Thomas Monjalon > wrote: > > It is fixing the introduction of the new flag PKT_RX_VLAN_STRIPPED. > > > > Fixes: b37b528d957c ("mbuf: add new Rx flags for stripped VLAN") > > > > This patch is applying the flag to the

Re: [dpdk-dev] [PATCH 03/13] rte_ether: set PKT_RX_VLAN_STRIPPED in rte_vlan_strip()

2017-02-09 Thread Olivier MATZ
Hi, On Mon, 30 Jan 2017 10:54:08 +0100, Thomas Monjalon wrote: > It is fixing the introduction of the new flag PKT_RX_VLAN_STRIPPED. > > Fixes: b37b528d957c ("mbuf: add new Rx flags for stripped VLAN") > > This patch is applying the flag to the software emulation case > (currently only for virt

Re: [dpdk-dev] [PATCH 03/13] rte_ether: set PKT_RX_VLAN_STRIPPED in rte_vlan_strip()

2017-01-30 Thread Thomas Monjalon
It is fixing the introduction of the new flag PKT_RX_VLAN_STRIPPED. Fixes: b37b528d957c ("mbuf: add new Rx flags for stripped VLAN") This patch is applying the flag to the software emulation case (currently only for virtio). So the comment of this flag should be changed: /** * A vlan has been s

[dpdk-dev] [PATCH 03/13] rte_ether: set PKT_RX_VLAN_STRIPPED in rte_vlan_strip()

2016-12-12 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- lib/librte_net/rte_ether.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_net/rte_ether.h b/lib/librte_net/rte_ether.h index ff3d065..26a8843 100644 --- a/lib/librte_net/rte_ether.h +++ b/lib/librte_net/rte_ether.h @@ -357,7 +357