From: "resa, Renata Saiakhova" <[email protected]>
This series adds support for configuring speed, duplex, and autonegotiation settings for DPDK-backed interfaces in Open vSwitch. Changes since v1: - Fixed commit message length and formatting (checkpatch). - Replaced C99-style comments with C-style /* ... */. - Ensured calls to netdev_dpdk_update_link_fields_from_hw() are protected by dev->mutex as required. - Addressed clang thread-safety warning in netdev-dpdk.c. resa, Renata Saiakhova (1): netdev-dpdk, vswitchd: Add speed/duplex/autoneg config for DPDK. lib/netdev-dpdk.c | 333 ++++++++++++++++++++++++++++++++++++++++++- vswitchd/vswitch.xml | 25 ++++ 2 files changed, 357 insertions(+), 1 deletion(-) -- 2.34.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
