[dpdk-dev] [PATCH] net/bonding: improve non-ip packets RSS

Ferruh Yigit ferruh.yigit at intel.com
Thu Dec 8 18:13:44 CET 2016


On 11/18/2016 9:08 AM, Haifeng Lin wrote:
> Most ethernet not support non-ip packets RSS and only first
> queue can used to receive. In this scenario lacp bond can
> only use one queue even if multi queue configured.
> 
> We use below formula to change the map between bond_qid and
> slave_qid to let at least slave_num queues to receive packets:
> 
> 	slave_qid = (bond_qid + slave_id) % queue_num
> 
> Signed-off-by: Haifeng Lin <haifeng.lin at huawei.com>
> ---

Reminder for the patch ...

<..>


More information about the dev mailing list