Re: [dpdk-dev] [PATCH] doc: add Linux flower support check in TAP guide

2017-09-25 Thread Ferruh Yigit
On 9/25/2017 12:23 PM, Mcnamara, John wrote: > > >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon >> Sent: Wednesday, September 20, 2017 2:03 PM >> To: Pascal Mazon >> Cc: dev@dpdk.org >> Subject

Re: [dpdk-dev] [PATCH] doc: add Linux flower support check in TAP guide

2017-09-25 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, September 20, 2017 2:03 PM > To: Pascal Mazon > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add Linux flower support check in TAP > guide > >

Re: [dpdk-dev] [PATCH] doc: add Linux flower support check in TAP guide

2017-09-20 Thread Pascal Mazon
Acked-by: Pascal Mazon On 20/09/2017 15:03, Thomas Monjalon wrote: > The flow API is supported in TAP PMD if flower is supported in Linux. > Some commands are combined to suggest a convenient check of its support > by the running kernel. > > Signed-off-by: Thomas Monjalon > --- > doc/guides/nic

[dpdk-dev] [PATCH] doc: add Linux flower support check in TAP guide

2017-09-20 Thread Thomas Monjalon
The flow API is supported in TAP PMD if flower is supported in Linux. Some commands are combined to suggest a convenient check of its support by the running kernel. Signed-off-by: Thomas Monjalon --- doc/guides/nics/tap.rst | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --gi