1ef4c3a5c1
The driver can handle dynamic MTU change without needing the port to be
stopped explicitly by the application. However, there is currently no
check to prevent I/Os from happening on a different thread while the
port is going thru' reset internally. This patch fixes this issue by
assigning RX/TX burst functions to a dummy function and also reconfigure
RX bufsize for each rx queue based on the new MTU value.
Fixes:
|
||
---|---|---|
.. | ||
base | ||
LICENSE.qede_pmd | ||
Makefile | ||
qede_eth_if.c | ||
qede_eth_if.h | ||
qede_ethdev.c | ||
qede_ethdev.h | ||
qede_fdir.c | ||
qede_if.h | ||
qede_logs.h | ||
qede_main.c | ||
qede_rxtx.c | ||
qede_rxtx.h | ||
rte_pmd_qede_version.map |