diff options
author | Roger Pau Monne <[email protected]> | 2023-10-05 16:08:31 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-10-08 13:53:10 +0100 |
commit | 66cf7435a26917c0c4d6245ad9137e7606e84fdf (patch) | |
tree | 55252fe1aad6197d24edc5b728eae548e2b281c8 /net/lapb/lapb_in.c | |
parent | 1e0b72a2a6432c0ef67ee5ce8d9172a7c20bba25 (diff) |
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é <[email protected]>
Reviewed-by: Ross Lagerwall <[email protected]>
Acked-by: Wei Liu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions