Re: [PATCH net-next] bonding: add slave_changelink support and use it for queue_id
From: Nikolay Aleksandrov <hidden>
Date: 2014-08-29 11:27:24
From: Nikolay Aleksandrov <hidden>
Date: 2014-08-29 11:27:24
On 08/27/2014 04:06 PM, Nikolay Aleksandrov wrote:
This patch adds support for slave_changelink to the bonding and uses it to give the ability to change the queue_id of the enslaved devices via netlink. It sets slave_maxtype and uses bond_changelink as a prototype for bond_slave_changelink. Example/test command after the iproute2 patch: ip link set eth0 type bond_slave queue_id 10 CC: David S. Miller <davem@davemloft.net> CC: Jay Vosburgh <redacted> CC: Veaceslav Falico <redacted> CC: Andy Gospodarek <andy@greyhouse.net> Suggested-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: Nikolay Aleksandrov <redacted> ---
Hi Dave, Would you mind telling me why did this patch get rejected so I can fix it up ? I didn't see any complains and Jiri acked it. Thanks, Nik