Re: [dpdk-dev] [PATCH v4 05/16] ethdev: alter behavior of flow API actions

2018-04-18 Thread Adrien Mazarguil
On Wed, Apr 18, 2018 at 03:26:00PM +0300, Andrew Rybchenko wrote: > On 04/16/2018 07:22 PM, Adrien Mazarguil wrote: > > This patch makes the following changes to flow rule actions: > > > > - List order now matters, they are redefined as performed first to last > >instead of "all simultaneously

Re: [dpdk-dev] [PATCH v4 05/16] ethdev: alter behavior of flow API actions

2018-04-18 Thread Andrew Rybchenko
On 04/16/2018 07:22 PM, Adrien Mazarguil wrote: This patch makes the following changes to flow rule actions: - List order now matters, they are redefined as performed first to last instead of "all simultaneously". - Repeated actions are now supported (e.g. specifying QUEUE multiple times