public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: Stephen Hemminger <shemminger@vyatta.com>
Cc: David Miller <davem@davemloft.net>, netdev@vger.kernel.org
Subject: Re: Fw: [Bug 16183] New: sch_teql no longer works post 2.6.30
Date: Fri, 11 Jun 2010 19:43:30 +0200	[thread overview]
Message-ID: <1276278210.2448.14.camel@edumazet-laptop> (raw)
In-Reply-To: <20100611090835.31b8436c@nehalam>

Le vendredi 11 juin 2010 à 09:08 -0700, Stephen Hemminger a écrit :
> 
> Begin forwarded message:
> 
> Date: Fri, 11 Jun 2010 15:56:44 GMT
> From: bugzilla-daemon@bugzilla.kernel.org
> To: shemminger@linux-foundation.org
> Subject: [Bug 16183] New: sch_teql no longer works post 2.6.30
> 
> 
> https://bugzilla.kernel.org/show_bug.cgi?id=16183
> 
>            Summary: sch_teql no longer works post 2.6.30
>            Product: Networking
>            Version: 2.5
>     Kernel Version: 2.6.31 through 2.6.34
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: IPV4
>         AssignedTo: shemminger@linux-foundation.org
>         ReportedBy: tom@compton.nu
>         Regression: Yes
> 
> 
> Created an attachment (id=26729)
>  --> (https://bugzilla.kernel.org/attachment.cgi?id=26729)
> Patch to fix sch_teql
> 
> The sch_teql module, which can be used to load balance over a set of underlying
> interfaces, stopped working after 2.6.30 and has been broken in all kernels
> since then.
> 
> The problem is that the transmit routine relies on being able to access the
> destination address in the skb in order to do ARP resolution once it has
> decided which underlying interface it is going to transmit through.
> 
> In 2.6.31 the IFF_XMIT_DST_RELEASE flag was introduced, and set by default for
> all interfaces, which causes the destination address to be release before the
> transmit routine for the interface is called.
> 
> The solution (implemented in the attached patch) is to clear that flag for teql
> interfaces.
> 
> -- 
> Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug.
> 
> 

Acked-by: Eric Dumazet <eric.dumazet@gmail.com>

Please note my old email address no longer works ;)

Thanks



      reply	other threads:[~2010-06-11 17:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11 16:08 Fw: [Bug 16183] New: sch_teql no longer works post 2.6.30 Stephen Hemminger
2010-06-11 17:43 ` Eric Dumazet [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1276278210.2448.14.camel@edumazet-laptop \
    --to=eric.dumazet@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@vyatta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox