summaryrefslogtreecommitdiffstats
path: root/drivers/net/Space.c
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2023-10-05 16:08:31 +0200
committerDavid S. Miller <davem@davemloft.net>2023-10-08 13:53:10 +0100
commit66cf7435a26917c0c4d6245ad9137e7606e84fdf (patch)
tree55252fe1aad6197d24edc5b728eae548e2b281c8 /drivers/net/Space.c
parent1e0b72a2a6432c0ef67ee5ce8d9172a7c20bba25 (diff)
downloadlinux-stable-66cf7435a26917c0c4d6245ad9137e7606e84fdf.tar.gz
linux-stable-66cf7435a26917c0c4d6245ad9137e7606e84fdf.tar.bz2
linux-stable-66cf7435a26917c0c4d6245ad9137e7606e84fdf.zip
xen-netback: use default TX queue size for vifs
Do not set netback interfaces (vifs) default TX queue size to the ring size. The TX queue size is not related to the ring size, and using the ring size (32) as the queue size can lead to packet drops. Note the TX side of the vif interface in the netback domain is the one receiving packets to be injected to the guest. Do not explicitly set the TX queue length to any value when creating the interface, and instead use the system default. Note that the queue length can also be adjusted at runtime. Fixes: f942dc2552b8 ('xen network backend driver') Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com> Acked-by: Wei Liu <wei.liu@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Space.c')
0 files changed, 0 insertions, 0 deletions