On Thu, 11 Dec 2025 at 11:54, Kevin Traynor <[email protected]> wrote: > > This commit adds support for DPDK v25.11. > > It updates the CI script and documentation. > > The following commit was previously added and is required for > compatibility with DPDK 25.11. > cd2ff530d740 ("dpdk: Convert dpdk-lcore-mask to DPDK lcore args.") > > Signed-off-by: Kevin Traynor <[email protected]>
Acked-by: David Marchand <[email protected]> Just one nit: > diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst > index 436207ae3..7f1fe7077 100644 > --- a/Documentation/faq/releases.rst > +++ b/Documentation/faq/releases.rst > @@ -186,5 +186,5 @@ Q: Are all the DPDK releases that OVS versions work with > maintained? > at `DPDK stable`_. > > -.. _DPDK stable: http://doc.dpdk.org/guides-24.11/contributing/stable.html > +.. _DPDK stable: https://doc.dpdk.org/guides/contributing/stable.html This URL may never change, but I'd rather update all links pointing at the exact version. Leaving one special case may raise questions on why this is needed. -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
