Re: [dpdk-dev] [PATCH v7 1/4] app/testpmd: add isolated mode parameter

2017-07-04 Thread Adrien Mazarguil
On Tue, Jul 04, 2017 at 11:22:48AM +, 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 v7 1/4] app/testpmd: add isolated mode parameter

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