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

2018-04-06 Thread Andrew Rybchenko
On 04/06/2018 04:25 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

[dpdk-dev] [PATCH v2 05/15] ethdev: alter behavior of flow API actions

2018-04-06 Thread Adrien Mazarguil
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 now duplicates traffic among them). Previously only