[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110218020713.GA9696@linuxace.com>
Date: Thu, 17 Feb 2011 18:07:13 -0800
From: Phil Oester <kernel@...uxace.com>
To: netdev@...r.kernel.org
Subject: [PATCH] bonding: bond_select_queue off by one
The bonding driver's bond_select_queue function simply returns
skb->queue_mapping. However queue_mapping could be == 16
for queue #16. This causes the following message to be flooded
to syslog:
kernel: bondx selects TX queue 16, but real number of TX queues is 16
ndo_select_queue wants a zero-based number, so bonding driver needs
to subtract one to return the proper queue number. Also fix grammar in
a comment while in the vicinity.
Phil Oester
Signed-off-by: Phil Oester <kernel@...uxace.com>
View attachment "patch-bond-txq" of type "text/plain" (692 bytes)
Powered by blists - more mailing lists