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

2018-06-05 Thread Mody, Rasesh
> From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Tuesday, June 05, 2018 9:42 AM > > On 06/05/2018 05:16 PM, Mody, Rasesh wrote: > >> From: Kevin Traynor [mailto:ktray...@redhat.com] > >> Sent: Tuesday, June 05, 2018 6:40 AM > >> > >> On 06/01/2018 06:16 PM, Rasesh Mody wrote: > >>> Fix f

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

2018-06-05 Thread Kevin Traynor
On 06/05/2018 05:16 PM, Mody, Rasesh wrote: >> From: Kevin Traynor [mailto:ktray...@redhat.com] >> Sent: Tuesday, June 05, 2018 6:40 AM >> >> On 06/01/2018 06:16 PM, Rasesh Mody wrote: >>> Fix fast path array index which is used for passing L2 handles to RSS >>> indirection table. Currently, it is

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

2018-06-05 Thread Mody, Rasesh
> From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Tuesday, June 05, 2018 6:40 AM > > On 06/01/2018 06:16 PM, Rasesh Mody wrote: > > Fix fast path array index which is used for passing L2 handles to RSS > > indirection table. Currently, it is using the local copy of > > indirection table.

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

2018-06-05 Thread Kevin Traynor
On 06/01/2018 06:16 PM, Rasesh Mody wrote: > Fix fast path array index which is used for passing L2 handles to RSS > 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 ("

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

2018-06-01 Thread Rasesh Mody
Fix fast path array index which is used for passing L2 handles to RSS 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 ("net/qede/base: use L2-handles for RSS configuration") C