netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@kernel.org>
To: Mat Kowalski <mko@redhat.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] net:bonding:support balance-alb with openvswitch
Date: Fri, 28 Jul 2023 14:04:00 +0200	[thread overview]
Message-ID: <ZMOusD1BnLXqiUEE@kernel.org> (raw)
In-Reply-To: <1a471c1b-b78c-d646-6d9b-5bbb753a2a0b@redhat.com>

Hi Mat,

+ Jay Vosburgh <j.vosburgh@gmail.com>
  Andy Gospodarek <andy@greyhouse.net>
  "David S. Miller" <davem@davemloft.net>
  Eric Dumazet <edumazet@google.com>
  Jakub Kicinski <kuba@kernel.org>
  Paolo Abeni <pabeni@redhat.com>
  netdev@vger.kernel.org

  As per the output of
  ./scripts/get_maintainer.pl --git-min-percent 25 this.patch
  which is the preferred method to determine the CC list for
  Networking patches. LKML can, in general, be excluded.

> Commit d5410ac7b0ba ("net:bonding:support balance-alb interface with
> vlan to bridge") introduced a support for balance-alb mode for
> interfaces connected to the linux bridge by fixing missing matching of
> MAC entry in FDB. In our testing we discovered that it still does not
> work when the bond is connected to the OVS bridge as show in diagram
> below:
> 
> eth1(mac:eth1_mac)--bond0(balance-alb,mac:eth0_mac)--eth0(mac:eth0_mac)
>                       |
>                     bond0.150(mac:eth0_mac)
>                               |
>                     ovs_bridge(ip:bridge_ip,mac:eth0_mac)
> 
> This patch fixes it by checking not only if the device is a bridge but
> also if it is an openvswitch.
> 
> Signed-off-by: Mateusz Kowalski <mko@redhat.com>

Hi,

unfortunately this does not seem to apply to net-next.
Perhaps it needs to be rebased.

Also.

1. For Networking patches, please include the target tree, in this case
   net-next, as opposed to net, which is for fixes, in the subject.

	Subject: [PATCH net-next] ...

2. Perhaps 'bonding; ' is a more appropriate prefix.

	Subject: [PATCH net-next] bonding: ...

...

  reply	other threads:[~2023-07-28 12:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28  8:04 [PATCH] net:bonding:support balance-alb with openvswitch Mat Kowalski
2023-07-28 12:04 ` Simon Horman [this message]
2023-07-28 12:17   ` Mat Kowalski
2023-07-28 18:36     ` Simon Horman
2023-07-28 18:56       ` Mat Kowalski

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=ZMOusD1BnLXqiUEE@kernel.org \
    --to=horms@kernel.org \
    --cc=mko@redhat.com \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).