ec12df9504
Rx queues configured with more than 1023 descriptors cause readv() calls to
fail due to more iovec entries than permitted by the kernel. As a result,
no packets can be received.
Quietly limit internal Rx queue size to the maximum number of iovec entries
to fix this issue.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
rte_eth_tap.c | ||
rte_eth_tap.h | ||
rte_pmd_tap_version.map | ||
tap_flow.c | ||
tap_flow.h | ||
tap_netlink.c | ||
tap_netlink.h | ||
tap_tcmsgs.c | ||
tap_tcmsgs.h |