Hi Ian, On Wed, Nov 30, 2022 at 4:32 PM Ian Stokes <[email protected]> wrote: > > This commit add support to for DPDK v22.11, it includes the following > changes. > > 1. ci: Reduce DPDK compilation time. > 2. system-dpdk: Update vhost tests to be compatible with DPDK 22.07. > > http://patchwork.ozlabs.org/project/openvswitch/list/?series=316528 > > 3. system-dpdk: Update vhost tests to be compatible with DPDK 22.07. > > http://patchwork.ozlabs.org/project/openvswitch/list/?series=311332 > > 4. netdev-dpdk: Report device bus specific information. > 5. netdev-dpdk: Drop reference to Rx header split. > > http://patchwork.ozlabs.org/project/openvswitch/list/?series=321808 > > In addition documentation was also updated in this commit for use with > DPDK v22.11. > > For credit all authors of the original commits to 'dpdk-latest' with the > above changes have been added as co-authors for this commit > > Signed-off-by: David Marchand <[email protected]> > Co-authored-by: David Marchand <[email protected]> > Signed-off-by: Sunil Pai G <[email protected]> > Co-authored-by: Sunil Pai G <[email protected]> > Signed-off-by: Ian Stokes <[email protected]> > > --- > v2 -> v3 > * Remove RFC status. > * Update debian control to use 22.11. > > v1 -> v2 > * Updated to use DPDK 22.11 rc4. > > * Please Note: Although DPDK documentation has been updated in this patch > the resource has not been updated on the DPDK site as of yet, this will > be expected as part of DPDK 22.11 final release. > > * The GitHub actions 'linux deb shared dpdk' is expected to fail with this > patch as DPDK 22.11 is not part of the package structure yet.
> --- > .ci/linux-build.sh | 7 ++- > Documentation/faq/releases.rst | 2 +- > Documentation/intro/install/dpdk.rst | 16 +++--- > Documentation/topics/dpdk/phy.rst | 8 +-- We are missing some updates in the documentation: Documentation/topics/dpdk/vdev.rst:__ https://doc.dpdk.org/guides-21.11/nics/overview.html Documentation/topics/dpdk/vhost-user.rst:<https://doc.dpdk.org/guides-21.11/prog_guide/vhost_lib.html>`__ Documentation/topics/testing.rst:.. _Configure hugepages: https://doc.dpdk.org/guides-21.11/linux_gsg/sys_reqs.html Documentation/topics/userspace-tso.rst:__ https://doc.dpdk.org/guides-21.11/nics/overview.html The rest lgtm. -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
