Re: [dpdk-dev] [PATCH v2] net/qede: fix L2-handles used for RSS hash update

2018-06-06 Thread Ferruh Yigit
On 6/6/2018 12:03 AM, Rasesh Mody wrote: > Fix fast path array index which is used for passing L2 handles to RSS > indirection table, properly distribute rxq handles for indirection table. > Currently, it is using the local copy of indirection table. When the RX > queue configuration changes the lo

Re: [dpdk-dev] [PATCH v2] net/qede: fix L2-handles used for RSS hash update

2018-06-06 Thread Kevin Traynor
On 06/06/2018 12:03 AM, Rasesh Mody wrote: > Fix fast path array index which is used for passing L2 handles to RSS > indirection table, properly distribute rxq handles for indirection table. > Currently, it is using the local copy of indirection table. When the RX > queue configuration changes the

[dpdk-dev] [PATCH v2] net/qede: fix L2-handles used for RSS hash update

2018-06-05 Thread Rasesh Mody
Fix fast path array index which is used for passing L2 handles to RSS indirection table, properly distribute rxq handles for indirection table. Currently, it is using the local copy of indirection table. When the RX queue configuration changes the local copy becomes invalid. Fixes: 69d7ba88f1a1 ("