mbox series

[ovs-dev,v7,0/3] netdev: Sync and clean {get, set}_config() callbacks.

Message ID 20231030095000.720854-1-jmeng@redhat.com
Headers show
Series netdev: Sync and clean {get, set}_config() callbacks. | expand

Message

Jakob Meng Oct. 30, 2023, 9:49 a.m. UTC
From: Jakob Meng <code@jakobmeng.de>

This patch series incorporates Ilya's and Kevin's change requests for v6:

* added NEWS suggestion to netdev-dpdk patch
* netdev-dpdk patch with NEWS entry has been put at the end of the series
* get_config shuffle in dpdk_class, dpdk_vhost_class and dpdk_vhost_client_class has been documented in commit msg of netdev-dpdk patch
* dpdk-devargs config option for netdev-dpdk is only returned if it is set
* flow ctrl options for netdev-dpdk are only returned if their value is true
* no longer clear numa_id in tests/pmd.at because it is always numa_id=1
* formatting changes for netdev-dpdk and netdev-afxdp
* reworded rx_csum_offload in vswitchd/vswitch.xml

Jakob Meng (3):
  netdev-dummy: Sync and clean {get,set}_config() callbacks.
  netdev-afxdp: Sync and clean {get,set}_config() callbacks.
  netdev-dpdk: Sync and clean {get,set}_config() callbacks.

 Documentation/intro/install/afxdp.rst |  12 +--
 Documentation/topics/dpdk/phy.rst     |   4 +-
 NEWS                                  |   7 ++
 lib/netdev-afxdp.c                    |  21 ++++-
 lib/netdev-afxdp.h                    |   1 +
 lib/netdev-dpdk.c                     | 113 ++++++++++++++++++--------
 lib/netdev-dummy.c                    |  19 ++++-
 lib/netdev-linux-private.h            |   1 +
 lib/netdev-linux.c                    |   4 +-
 tests/pmd.at                          |  26 +++---
 tests/system-dpdk.at                  |  64 +++++++++------
 vswitchd/vswitch.xml                  |  25 +++++-
 12 files changed, 209 insertions(+), 88 deletions(-)

--
2.39.2