On 30/10/2023 09:49, jm...@redhat.com wrote:
From: Jakob Meng<c...@jakobmeng.de>

For better usability, the function pairs get_config() and
set_config() for netdevs should be symmetric: Options which are
accepted by set_config() should be returned by get_config() and the
latter should output valid options for set_config() only. This patch
also moves key-value pairs which are no valid options from get_config()
to the get_status() callback.

The documentation in vswitchd/vswitch.xml for status columns has been
updated accordingly.

Reported-at:https://bugzilla.redhat.com/1949855
Signed-off-by: Jakob Meng<c...@jakobmeng.de>
---
  Documentation/intro/install/afxdp.rst | 12 ++++--------
  lib/netdev-afxdp.c                    | 21 +++++++++++++++++++--
  lib/netdev-afxdp.h                    |  1 +
  lib/netdev-linux-private.h            |  1 +
  lib/netdev-linux.c                    |  4 ++--
  vswitchd/vswitch.xml                  | 11 +++++++++++
  6 files changed, 38 insertions(+), 12 deletions(-)

This needs a small rebase for vswitch.xml due to vhost additions in other patch series, but no need to send a new version for that, it can handled when pushing.

Acked-by: Kevin Traynor <ktray...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to