Re: [dpdk-dev] [PATCH] net/qede: fix RSS table entries for 100G adapter

2017-05-10 Thread Thomas Monjalon
08/05/2017 21:03, Mody, Rasesh: > Hi Thomas, > > > From: Rasesh Mody [mailto:rasesh.m...@cavium.com] > > Sent: Sunday, May 07, 2017 3:53 PM > > > > With the change in base APIs the logic for 100G handling needs to be > > adjusted to pass cid values instead for queue ids. The current API works > >

Re: [dpdk-dev] [PATCH] net/qede: fix RSS table entries for 100G adapter

2017-05-08 Thread Mody, Rasesh
Hi Thomas, > From: Rasesh Mody [mailto:rasesh.m...@cavium.com] > Sent: Sunday, May 07, 2017 3:53 PM > > With the change in base APIs the logic for 100G handling needs to be > adjusted to pass cid values instead for queue ids. The current API works > assuming its queue id. > > Fixes: 69d7ba88f1a1

[dpdk-dev] [PATCH] net/qede: fix RSS table entries for 100G adapter

2017-05-07 Thread Rasesh Mody
With the change in base APIs the logic for 100G handling needs to be adjusted to pass cid values instead for queue ids. The current API works assuming its queue id. Fixes: 69d7ba88f1a1 ("net/qede/base: use L2-handles for RSS configuration") Signed-off-by: Rasesh Mody --- drivers/net/qede/qede_e