Changes since v6: - Added diagnostic warning if, during self nsid setup, the local nsid cannot be queried in netdev_linux_init_self_nsid(). - Improved wording on comments and removed redundancy. - Removed netnsid normalization from netdev-linux and added the equality check directly to the netnsid module. - Added copyright header to netnsid.c - Added reference to the inclusion of util.h in netnsid.h to the "netdev-linux: Handle self nsid mapping in RTM events." commit message. - Added reference to the addition of user-facing peer_ifindex to the interface status column in the NEWS file.
Best Regards, Matteo Matteo Perin (4): netdev-linux: Skip vport nsid lookup for user dpif. netdev-linux: Handle self nsid mapping in RTM events. netdev-linux: Generalize ethtool stringset query. netdev-linux: Add peer_ifindex in veth iface status. NEWS | 6 ++ lib/automake.mk | 1 + lib/netdev-linux-private.h | 1 + lib/netdev-linux.c | 163 +++++++++++++++++++++++++++++++++++-- lib/netnsid.c | 26 ++++++ lib/netnsid.h | 19 ++++- tests/system-interface.at | 48 +++++++++++ vswitchd/vswitch.xml | 13 +++ 8 files changed, 268 insertions(+), 9 deletions(-) create mode 100644 lib/netnsid.c -- 2.43.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
