Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix empty list of RSS queues for flow

2018-05-09 Thread Ferruh Yigit
On 5/3/2018 12:59 PM, Adrien Mazarguil wrote: > Since the commit referenced below, specifying a RSS action without any > queues (e.g. "actions rss queues end / end") does not override the default > set automatically generated by testpmd. > > In short, one cannot instantiate a RSS action with 0 tar

[dpdk-dev] [PATCH 1/2] app/testpmd: fix empty list of RSS queues for flow

2018-05-03 Thread Adrien Mazarguil
Since the commit referenced below, specifying a RSS action without any queues (e.g. "actions rss queues end / end") does not override the default set automatically generated by testpmd. In short, one cannot instantiate a RSS action with 0 target queues anymore in order to determine how PMDs react