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

2023-10-31 Thread Simon Horman
On Tue, Oct 31, 2023 at 10:29:47AM -0400, Mike Pattrick wrote: > On Mon, Oct 30, 2023 at 7:43 AM Simon Horman wrote: > > > > On Mon, Oct 30, 2023 at 02:58:36AM -0400, Mike Pattrick wrote: > > > Currently when userspace-tso is enabled, netdev-linux interfaces will > > > indicate support for all

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

2023-10-31 Thread Mike Pattrick
On Mon, Oct 30, 2023 at 7:43 AM Simon Horman wrote: > > On Mon, Oct 30, 2023 at 02:58:36AM -0400, 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

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

2023-10-30 Thread Simon Horman
On Mon, Oct 30, 2023 at 02:58:36AM -0400, 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

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

2023-10-30 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 --- lib/netdev-linux.c | 156