Re: [dpdk-dev] [PATCH 5/6] net/tap: add packet type management

2017-03-06 Thread Wiles, Keith
> On Mar 6, 2017, at 8:10 AM, Pascal Mazon wrote: > > On Fri, 3 Mar 2017 15:31:14 + > "Wiles, Keith" wrote: > >> >>> On Mar 3, 2017, at 3:46 AM, Pascal Mazon >>> wrote: >>> >>> Advertize RTE_PTYPE_UNKNOWN since tap does not report any packet >>> type. >>> >>> Signed-off-by: Pascal Mazo

Re: [dpdk-dev] [PATCH 5/6] net/tap: add packet type management

2017-03-06 Thread Pascal Mazon
On Fri, 3 Mar 2017 15:31:14 + "Wiles, Keith" wrote: > > > On Mar 3, 2017, at 3:46 AM, Pascal Mazon > > wrote: > > > > Advertize RTE_PTYPE_UNKNOWN since tap does not report any packet > > type. > > > > Signed-off-by: Pascal Mazon > > --- > > doc/guides/nics/features/tap.ini | 1 + > > dri

Re: [dpdk-dev] [PATCH 5/6] net/tap: add packet type management

2017-03-03 Thread Wiles, Keith
> On Mar 3, 2017, at 3:46 AM, Pascal Mazon wrote: > > Advertize RTE_PTYPE_UNKNOWN since tap does not report any packet type. > > Signed-off-by: Pascal Mazon > --- > doc/guides/nics/features/tap.ini | 1 + > drivers/net/tap/rte_eth_tap.c| 15 +++ > 2 files changed, 16 insertions(

[dpdk-dev] [PATCH 5/6] net/tap: add packet type management

2017-03-03 Thread Pascal Mazon
Advertize RTE_PTYPE_UNKNOWN since tap does not report any packet type. Signed-off-by: Pascal Mazon --- doc/guides/nics/features/tap.ini | 1 + drivers/net/tap/rte_eth_tap.c| 15 +++ 2 files changed, 16 insertions(+) diff --git a/doc/guides/nics/features/tap.ini b/doc/guides/nic