Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RX queue config for bonding master could be different from its slave device(s). With the commit 6a9e461 ("bonding: pass link-local packets to bonding master also."), the packet is reinjected into stack with skb->dev as bonding master. This potentially triggers the message: "bondX received packet on queue Y, but number of RX queues is Z" whenever the queue that packet is received on is higher than the numrxqueues on bonding master (Y > Z). Fixes: 6a9e461 ("bonding: pass link-local packets to bonding master also.") Reported-by: John Sperbeck <[email protected]> Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: Mahesh Bandewar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information