[ovs-dev] [PATCH v9 1/3] netdev-linux: Use ethtool to detect offload support.

2023-11-21 Thread Mike Pattrick
Currently when userspace-tso is enabled, netdev-linux interfaces will indicate support for all offload flags regardless of interface configuration. This patch checks for which offload features are enabled during netdev construction. Signed-off-by: Mike Pattrick -- v6: - Removed legacy comment

Re: [ovs-dev] [PATCH v9 1/3] netdev-linux: Use ethtool to detect offload support.

2023-11-22 Thread Simon Horman
On Tue, Nov 21, 2023 at 02:26:50PM -0500, Mike Pattrick wrote: > Currently when userspace-tso is enabled, netdev-linux interfaces will > indicate support for all offload flags regardless of interface > configuration. This patch checks for which offload features are enabled > during netdev construct