[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20181002.155553.525884843348218755.davem@davemloft.net>
Date: Tue, 02 Oct 2018 15:55:53 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: mahesh@...dewar.net
Cc: j.vosburgh@...il.com, andy@...yhouse.net, vfalico@...il.com,
netdev@...r.kernel.org, edumazet@...gle.com, maheshb@...gle.com
Subject: Re: [PATCH net] bonding: fix warning message
From: Mahesh Bandewar <mahesh@...dewar.net>
Date: Tue, 2 Oct 2018 12:14:34 -0700
> From: Mahesh Bandewar <maheshb@...gle.com>
>
> RX queue config for bonding master could be different from its slave
> device(s). With the commit 6a9e461f6fe4 ("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: 6a9e461f6fe4 ("bonding: pass link-local packets to bonding master also.")
> Reported-by: John Sperbeck <jsperbeck@...gle.com>
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> Signed-off-by: Mahesh Bandewar <maheshb@...gle.com>
Applied.
Powered by blists - more mailing lists