Re: [PATCH v3 net-next 0/2] Enable Big TCP for MANA devices

2025-02-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Sun, 16 Feb 2025 19:41:55 -0800 you wrote: > Allow the max gso/gro aggregated pkt size to go up to GSO_MAX_SIZE for > MANA NIC. On Azure, this not possible without allowing the same for > netvsc NIC (as the NICs

[PATCH v3 net-next 0/2] Enable Big TCP for MANA devices

2025-02-16 Thread Shradha Gupta
Allow the max gso/gro aggregated pkt size to go up to GSO_MAX_SIZE for MANA NIC. On Azure, this not possible without allowing the same for netvsc NIC (as the NICs are bonded together). Therefore, we use netif_set_tso_max_size() to set max aggregated pkt size to VF's tso_max_size for netvsc too, whe