[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110602.134637.1101638217263464114.davem@davemloft.net>
Date: Thu, 02 Jun 2011 13:46:37 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: nicolas.2p.debian@...il.com
Cc: nhorman@...driver.com, bhutchings@...arflare.com,
netdev@...r.kernel.org, fubar@...ibm.com, andy@...yhouse.net
Subject: Re: [PATCH] bonding: reset queue mapping prior to transmission to
physical device
From: Nicolas de Pesloüan <nicolas.2p.debian@...il.com>
Date: Thu, 02 Jun 2011 22:13:57 +0200
> To be more precise, due to the way bonding use queue mapping for slave
> selection, it is desirable to clear the mapping before sending to the
> slave, because the meaning of the mapping for the slave interface
> might be really different from the meaning for the bonding
> interface. Arguably, this is the mapping usage in bonding which is
> "different" from other usages, but...
This just confirms my reasoning behind why I wanted to discourage
drivers from providing explicit ->ndo_select_queue() methods unless
absolutely necessary.
Information now gets lost in cases like this bonding issue.
Bonding should definitely, as I suggested, remember the original
rxhash value and restore it when sending to the slave.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists