Re: [ovs-dev] [PATCH] dpif-netdev: Add config option for vhost tx_steering default mode

2023-05-10 Thread Christophe Fontaine
On Fri, May 5, 2023 at 9:41 PM Ilya Maximets wrote: > > On 5/3/23 00:20, Christophe Fontaine wrote: > > Current tx_steering mode has to be configured on each Interface. > > The global config option "vhost-tx-steering-default" allows > > the user to sel

[ovs-dev] [PATCH] dpif-netdev: Add config option for vhost tx_steering default mode

2023-05-02 Thread Christophe Fontaine
Current tx_steering mode has to be configured on each Interface. The global config option "vhost-tx-steering-default" allows the user to select a default mode (thread or hash) for all dpdkvhost ports. Signed-off-by: Christophe Fontaine --- NEWS | 1 + lib/dpif-netdev

Re: [ovs-dev] [PATCH v9] netdev-dpdk: add control plane protection support

2023-03-08 Thread Christophe Fontaine
: 0 > >RX Marker Request PDUs: 0 > >Link Expired: 147 > >Link Defaulted: 1 > >Carrier Status Changed: 0 > > > > When cp-protection is enabled, no LACP packet is dropped and the bond > > links remain enabled at all times, maximizing the throug

[ovs-dev] [PATCH v4] ofproto/bond: Add knob "all_members_active"

2022-07-07 Thread Christophe Fontaine
This config param allows the delivery of broadcast and multicast packets to the secondary interface of non-lacp bonds, equivalent to the option "all_slaves_active" for Linux kernel bonds. Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1720935 Signed-off-by: Christoph

[ovs-dev] [PATCH v4] ofproto/bond: Add knob "all_members_active"

2022-07-07 Thread Christophe Fontaine
Changes in v4: - Update the patch to address Ilya comments - removed test/bond.at and moved the added test to dpif-netdev.at - updated doc based on Eelco and Ilya comments Christophe ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH v3] ofproto/bond: Add knob "all_members_active"

2022-06-24 Thread Christophe Fontaine
On Thu, Jun 23, 2022 at 10:22 PM Ilya Maximets wrote: > > On 4/12/22 13:49, Christophe Fontaine wrote: > > This config param allows the delivery of broadcast and multicast packets > > to the secondary interface of non-lacp bonds, equivalent to the option > > "all_sl

Re: [ovs-dev] [PATCH v3] ofproto/bond: Add knob "all_members_active"

2022-05-25 Thread Christophe Fontaine
On Thu, May 5, 2022 at 12:21 PM Adrian Moreno wrote: > > > > On 4/12/22 13:49, Christophe Fontaine wrote: > > This config param allows the delivery of broadcast and multicast packets > > to the secondary interface of non-lacp bonds, equivalent to the option > >

[ovs-dev] [PATCH v3] ofproto/bond: Add knob "all_members_active"

2022-04-12 Thread Christophe Fontaine
This config param allows the delivery of broadcast and multicast packets to the secondary interface of non-lacp bonds, equivalent to the option "all_slaves_active" for kernel bonds. Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1720935 Signed-off-by: Christophe Fontaine

[ovs-dev] [PATCH v3] ofproto/bond: Add knob "all_members_active"

2022-04-12 Thread Christophe Fontaine
Hi Eelco, Mike, all, Changes in v3 * Added unit test Changes in v2 * rename parameter "all_slaves_active" to "all_members_active" * fix doc warnings Thanks, Christophe ___ dev mailing list d...@openvswitch.org

[ovs-dev] [PATCH v2] ofproto/bond: Add knob "all_members_active"

2022-04-11 Thread Christophe Fontaine
Changes in v2: * rename parameter "all_slaves_active" to "all_members_active" * fix doc warnings Thanks, Christophe ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH v2] ofproto/bond: Add knob "all_members_active"

2022-04-11 Thread Christophe Fontaine
-at: https://bugzilla.redhat.com/show_bug.cgi?id=1720935 Signed-off-by: Christophe Fontaine --- NEWS | 2 ++ ofproto/bond.c | 5 - ofproto/bond.h | 2 ++ vswitchd/bridge.c| 3 +++ vswitchd/vswitch.xml | 20 5 files changed, 31 insert

Re: [ovs-dev] [PATCH] ofproto/bond: Add knob "all_slaves_active"

2022-03-24 Thread Christophe Fontaine
On Wed, Mar 23, 2022 at 10:12 PM Mike Pattrick wrote: > > On Thu, Mar 17, 2022 at 11:54 AM Christophe Fontaine > wrote: > > > > This config param allows the delivery of broadcast and multicast packets > > to the secondary interface of non-lacp bonds, identical to the

[ovs-dev] [PATCH] ofproto/bond: Add knob "all_slaves_active"

2022-03-17 Thread Christophe Fontaine
://bugzilla.redhat.com/show_bug.cgi?id=1720935 Signed-off-by: Christophe Fontaine --- NEWS | 1 + ofproto/bond.c | 5 - ofproto/bond.h | 2 ++ vswitchd/bridge.c| 3 +++ vswitchd/vswitch.xml | 20 5 files changed, 30 insertions(+), 1 deletion(-) diff --git