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

2017-03-10 Thread Pascal Mazon
On Thu, 9 Mar 2017 14:26:08 + Ferruh Yigit wrote: > On 3/7/2017 4:31 PM, 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_t

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

2017-03-09 Thread Ferruh Yigit
On 3/7/2017 4:31 PM, 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(+) > > dif

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

2017-03-07 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