Re: [dpdk-dev] [PATCH] app/testpmd: add flow isolate all parameter

2017-07-13 Thread Thomas Monjalon
10/07/2017 14:46, Adrien Mazarguil: > On Sun, Jul 09, 2017 at 11:08:05AM +0300, Vasily Philipov wrote: > > Providing this parameter requests flow API isolated mode on all ports at > > initialization time. It ensures all traffic is received through the > > configured flow rules only (see flow comman

Re: [dpdk-dev] [PATCH] app/testpmd: add flow isolate all parameter

2017-07-10 Thread Adrien Mazarguil
On Sun, Jul 09, 2017 at 11:08:05AM +0300, Vasily Philipov wrote: > Providing this parameter requests flow API isolated mode on all ports at > initialization time. It ensures all traffic is received through the > configured flow rules only (see flow command). > > Ports that do not support this mode

[dpdk-dev] [PATCH] app/testpmd: add flow isolate all parameter

2017-07-09 Thread Vasily Philipov
Providing this parameter requests flow API isolated mode on all ports at initialization time. It ensures all traffic is received through the configured flow rules only (see flow command). Ports that do not support this mode are automatically discarded. Signed-off-by: Vasily Philipov --- app/tes