Re: [PATCH] bonding: reset queue mapping prior to transmission to physical device
From: Nicolas de Pesloüan <hidden>
Date: 2011-06-02 20:14:01
Le 02/06/2011 22:04, David Miller a écrit :
From: Neil Horman<nhorman@tuxdriver.com> Date: Thu, 2 Jun 2011 15:46:21 -0400quoted
Potentially, yes. I only fixed this because I was looking at bonding and its queue_mapping behavior, and saw that this needed fixing. Bridging and IP forwarding should also likely clear the queue mapping in the forwarding path somewhere to avoid selecting an output tx queue that is a function of whatever queue and device it arrived on during ingress. I've not yet looked to see if thats already being done.No we do not do this, intentionally. That way the input classification and queue selection is mirrored on the transmit side, which we absolutely want to happen.
Can you confirm that this is the expected behavior for IP forwarding and bridge but not for bonding? 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... Nicolas.