From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Aleksandrov Subject: Re: [PATCH net-next] bonding: add slave_changelink support and use it for queue_id Date: Fri, 29 Aug 2014 13:27:08 +0200 Message-ID: <5400638C.2030502@redhat.com> References: <1409148406-5576-1-git-send-email-nikolay@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , Jay Vosburgh , Veaceslav Falico , Andy Gospodarek To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39385 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752016AbaH2L1Y (ORCPT ); Fri, 29 Aug 2014 07:27:24 -0400 In-Reply-To: <1409148406-5576-1-git-send-email-nikolay@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 > CC: Jay Vosburgh > CC: Veaceslav Falico > CC: Andy Gospodarek > > Suggested-by: Jiri Pirko > Signed-off-by: Nikolay Aleksandrov > --- 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