On Fri, Jun 14, 2024 at 10:40 AM Robin Jarry <[email protected]> wrote: > > David Marchand, Jun 14, 2024 at 08:48: > > diff --git a/NEWS b/NEWS > > index 5ae0108d55..1e19beb793 100644 > > --- a/NEWS > > +++ b/NEWS > > @@ -9,6 +9,9 @@ Post-v3.3.0 > > https://github.com/openvswitch/ovs.git > > - DPDK: > > * OVS validated with DPDK 23.11.1. > > + * Link status changes are now handled via interrupt mode if the DPDK > > + driver supports it. It is possible to revert to polling mode by > > setting > > + per interface 'dpdk-lsc-interrupt' other_config to 'false'. > > Nit pick: this setting is options:dpdk-lsc-interrupt not in > other_config. >
Oh, indeed.. fixed in v3. Thanks Robin. -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
