numam-dpdk/drivers/net/qede
Harish Patil 1ef4c3a5c1 net/qede: prevent crash while changing MTU dynamically
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: 200645ac79 ("net/qede: set MTU")
Cc: stable@dpdk.org

Signed-off-by: Harish Patil <harish.patil@qlogic.com>
2017-04-04 19:02:57 +02:00
..
base net/qede: support ntuple and flow director filter 2017-04-04 19:02:55 +02:00
LICENSE.qede_pmd
Makefile net/qede: support ntuple and flow director filter 2017-04-04 19:02:55 +02:00
qede_eth_if.c net/qede: support LRO/TSO offloads 2017-04-04 19:02:55 +02:00
qede_eth_if.h net/qede: support LRO/TSO offloads 2017-04-04 19:02:55 +02:00
qede_ethdev.c net/qede: prevent crash while changing MTU dynamically 2017-04-04 19:02:57 +02:00
qede_ethdev.h net/qede: fix VF RSS configuration 2017-04-04 19:02:57 +02:00
qede_fdir.c net/qede: support ntuple and flow director filter 2017-04-04 19:02:55 +02:00
qede_if.h net/qede/base: revise tunnel APIs/structs 2017-04-04 19:02:52 +02:00
qede_logs.h net/qede: reduce noise in debug logs 2017-01-17 19:40:51 +01:00
qede_main.c net/qede: support ntuple and flow director filter 2017-04-04 19:02:55 +02:00
qede_rxtx.c net/qede: prevent crash while changing MTU dynamically 2017-04-04 19:02:57 +02:00
qede_rxtx.h net/qede: prevent crash while changing MTU dynamically 2017-04-04 19:02:57 +02:00
rte_pmd_qede_version.map