From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] bonding: fix warning message Date: Tue, 02 Oct 2018 15:55:53 -0700 (PDT) Message-ID: <20181002.155553.525884843348218755.davem@davemloft.net> References: <20181002191434.188912-1-mahesh@bandewar.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: j.vosburgh@gmail.com, andy@greyhouse.net, vfalico@gmail.com, netdev@vger.kernel.org, edumazet@google.com, maheshb@google.com To: mahesh@bandewar.net Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:51254 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725198AbeJCFlh (ORCPT ); Wed, 3 Oct 2018 01:41:37 -0400 In-Reply-To: <20181002191434.188912-1-mahesh@bandewar.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Mahesh Bandewar Date: Tue, 2 Oct 2018 12:14:34 -0700 > From: Mahesh Bandewar > > 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 > Signed-off-by: Eric Dumazet > Signed-off-by: Mahesh Bandewar Applied.