aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorAlexei Lazar <[email protected]>2025-02-09 10:17:16 +0000
committerJakub Kicinski <[email protected]>2025-02-12 18:46:18 +0000
commit1a9304859b3a4119579524c293b902a8927180f3 (patch)
treed560c868182f4325d53da6a2334d9bab58ddbcfd /drivers/net/phy/phy.c
parentnet/mlx5: Extend Ethtool loopback selftest to support non-linear SKB (diff)
downloadkernel-1a9304859b3a4119579524c293b902a8927180f3.tar.gz
kernel-1a9304859b3a4119579524c293b902a8927180f3.zip
net/mlx5: XDP, Enable TX side XDP multi-buffer support
In XDP scenarios, fragmented packets can occur if the MTU is larger than the page size, even when the packet size fits within the linear part. If XDP multi-buffer support is disabled, the fragmented part won't be handled in the TX flow, leading to packet drops. Since XDP multi-buffer support is always available, this commit removes the conditional check for enabling it. This ensures that XDP multi-buffer support is always enabled, regardless of the `is_xdp_mb` parameter, and guarantees the handling of fragmented packets in such scenarios. Signed-off-by: Alexei Lazar <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/phy/phy.c')
0 files changed, 0 insertions, 0 deletions