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

2017-06-29 Thread Adrien Mazarguil
On Wed, Jun 28, 2017 at 05:03:57PM +0300, Vasily Philipov wrote: > In case if --isolated-mode parameter was added to the command line > the rte flow isolate action will be applied on each port before > the device configuring. > > Signed-off-by: Vasily Philipov The patch itself looks OK but I thi

[dpdk-dev] [PATCH v5 4/4] app/testpmd: add isolated mode parameter

2017-06-28 Thread Vasily Philipov
In case if --isolated-mode parameter was added to the command line the rte flow isolate action will be applied on each port before the device configuring. Signed-off-by: Vasily Philipov --- app/test-pmd/parameters.c | 3 +++ app/test-pmd/testpmd.c| 14 ++ app/test-pmd/testpmd.h