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....@huawei.com> > ---
Reminder for the patch ... <..>