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

2017-07-05 Thread Vasily Philipov
Yes sure, I will send it > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Wednesday, July 05, 2017 18:32 > To: Vasily Philipov ; dev@dpdk.org > Cc: Adrien Mazarguil ; Nélio Laranjeiro > > Subject: Re: [dpdk-dev] [PATCH v8 1/4] app/

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

2017-07-05 Thread Ferruh Yigit
On 7/5/2017 9:14 AM, 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 are automatically di

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

2017-07-05 Thread Ferruh Yigit
On 7/5/2017 4:18 PM, Ferruh Yigit wrote: > On 7/5/2017 9:14 AM, 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 tha

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

2017-07-05 Thread Ferruh Yigit
On 7/5/2017 9:14 AM, 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 are automatically di

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

2017-07-05 Thread Adrien Mazarguil
On Wed, Jul 05, 2017 at 11:14:08AM +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 v8 1/4] app/testpmd: add isolated mode parameter

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