From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [patch net-next-2.6 V3] net: convert bonding to use rx_handler Date: Sat, 19 Feb 2011 09:37:55 +0100 Message-ID: <1298104675.8559.22.camel@edumazet-laptop> References: <1298039252.6201.66.camel@edumazet-laptop> <4D5E8655.5070304@trash.net> <20110218145850.GF2939@psychotron.redhat.com> <20110218.120656.104048936.davem@davemloft.net> <20110218205832.GE2602@psychotron.redhat.com> <21593.1298070371@death> <20110219080523.GB2782@psychotron.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Jay Vosburgh , David Miller , kaber@trash.net, netdev@vger.kernel.org, shemminger@linux-foundation.org, nicolas.2p.debian@gmail.com, andy@greyhouse.net To: Jiri Pirko Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:42773 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751067Ab1BSIiB (ORCPT ); Sat, 19 Feb 2011 03:38:01 -0500 Received: by bwz15 with SMTP id 15so1423394bwz.19 for ; Sat, 19 Feb 2011 00:38:00 -0800 (PST) In-Reply-To: <20110219080523.GB2782@psychotron.redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: Le samedi 19 f=C3=A9vrier 2011 =C3=A0 09:05 +0100, Jiri Pirko a =C3=A9c= rit : > This patch converts bonding to use rx_handler. Results in cleaner > __netif_receive_skb() with much less exceptions needed. Also > bond-specific work is moved into bond code. >=20 > Signed-off-by: Jiri Pirko >=20 > v1->v2: > using skb_iif instead of new input_dev to remember original > device > v2->v3: > set orig_dev =3D skb->dev if skb_iif is set >=20 Seems much better ;) Do you have some performance numbers ?