Andrew
Andrew
@hnyman looks like the frameworks need to be "aligned" to give consistent results....
There was similar concern rised w r t gaming and mtk udp offload.
Then what acceleration your title refers to?
You can always bridge tv or voice vlans to their voip and stb cpe-s without caring for protocols inside.
There is a known issue that hardware offload sometimes or always re-orders some datagrams around adding offload state.
Also try this https://github.com/openwrt/firewall4/pull/64 - currently one UDP packet which programs offload gets unnecessarily delayed every 30s by checking against interface list.
Try leaving gro but disabling rx-gro-list only?
For workaround - gro list disablement has minimal performance implications. Likely related: https://github.com/openwrt/openwrt/issues/18608 @nbd168 may have some idea.
@cocool97 the name of the option is `rx-gro-list`
@DragonBluep could you also cherry pick that for v24.10?