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
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
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
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
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
5 matches
Mail list logo