Re: [dpdk-dev] [PATCH] ethdev: add isolated mode to flow API

2017-05-24 Thread NĂ©lio Laranjeiro
On Wed, Apr 19, 2017 at 03:45:31PM +0200, Adrien Mazarguil wrote: > Isolated mode can be requested by applications on individual ports to avoid > ingress traffic outside of the flow rules they define. > > Besides making ingress more deterministic, it allows PMDs to safely reuse > resources otherwi

Re: [dpdk-dev] [PATCH] ethdev: add isolated mode to flow API

2017-05-22 Thread Adrien Mazarguil
; From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Adrien Mazarguil > > Sent: Friday, May 19, 2017 1:14 AM > > To: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] ethdev: add isolated mode to flow API > > > > Re-sending this due to the lack of feedback. Anyone? >

Re: [dpdk-dev] [PATCH] ethdev: add isolated mode to flow API

2017-05-19 Thread John Daley (johndale)
nks, Johnd > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Adrien Mazarguil > Sent: Friday, May 19, 2017 1:14 AM > To: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ethdev: add isolated mode to flow API > > Re-sending this due to the lack of feedba

Re: [dpdk-dev] [PATCH] ethdev: add isolated mode to flow API

2017-05-19 Thread Adrien Mazarguil
Re-sending this due to the lack of feedback. Anyone? On Thu, Mar 30, 2017 at 11:08:16AM +0200, Adrien Mazarguil wrote: > Isolated mode can be requested by applications on individual ports to avoid > ingress traffic outside of the flow rules they define. > > Besides making ingress more determinist

[dpdk-dev] [PATCH] ethdev: add isolated mode to flow API

2017-04-19 Thread Adrien Mazarguil
Isolated mode can be requested by applications on individual ports to avoid ingress traffic outside of the flow rules they define. Besides making ingress more deterministic, it allows PMDs to safely reuse resources otherwise assigned to handle the remaining traffic, such as global RSS configuratio