All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Is udp-gro supposed to work on all network cards?
@ 2023-03-31 20:39 Ben Greear
  0 siblings, 0 replies; only message in thread
From: Ben Greear @ 2023-03-31 20:39 UTC (permalink / raw
  To: netdev

Hello,

I recently started working with udp-gro (sendmmsg extension).  It seems to work great when
sending to/from intel ax210 wifi station, but when I try on mtk7922 radio, I get -EIO from
the sendmmsg call and the data packets are not seen on the network device if I sniff.

Looks like most offloads are not enabled on this netdev.  Should I still expect udp-gro
sends to work (like with software fallback somewhere in the stack), or must I just not
use that feature on network cards not supporting it?

[root@ct523c-3b7f ~]# ethtool -k wlan20|grep ": on"
rx-checksumming: on [fixed]
generic-receive-offload: on
netns-local: on [fixed]

[root@ct523c-3b7f ~]# ethtool -k wlan20|grep udp
tx-udp_tnl-segmentation: off [fixed]
tx-udp_tnl-csum-segmentation: off [fixed]
tx-udp-segmentation: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
rx-udp-gro-forwarding: off

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-31 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31 20:39 Is udp-gro supposed to work on all network cards? Ben Greear

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.