numam-dpdk/lib/librte_ethdev
Andrew Rybchenko 189f554647 ethdev: advertise MTU as retained across stop/start
Changing MTU in running state may return -EBUSY saying that
MTU cannot be changed when the port is running. It assumes
that changes may be done in stopped and started (but some
PMDs may reject it) state and it is logical to require that
changes done in any of these states are retained.

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
2019-03-20 18:15:42 +01:00
..
ethdev_private.c ethdev: move representor parsing functions 2018-10-26 22:14:06 +02:00
ethdev_private.h ethdev: move representor parsing functions 2018-10-26 22:14:06 +02:00
ethdev_profile.c ethdev: change vtune profiling approach 2018-08-28 15:27:39 +02:00
ethdev_profile.h ethdev: change vtune profiling approach 2018-08-28 15:27:39 +02:00
Makefile meter: unify packet color definition 2018-12-20 19:00:10 +01:00
meson.build meter: unify packet color definition 2018-12-20 19:00:10 +01:00
rte_class_eth.c add missing static keyword to globals 2018-10-29 02:01:08 +01:00
rte_dev_info.h
rte_eth_ctrl.h
rte_ethdev_core.h ethdev: support representor id as iterator filter 2018-10-26 22:14:06 +02:00
rte_ethdev_driver.h ethdev: remove release function for secondary process 2018-10-26 22:14:05 +02:00
rte_ethdev_pci.h ethdev: remove release function for secondary process 2018-10-26 22:14:05 +02:00
rte_ethdev_vdev.h
rte_ethdev_version.map ethdev: remove experimental tag for iterator API 2018-11-06 01:14:04 +01:00
rte_ethdev.c ethdev: replace snprintf with strlcpy on init 2019-03-20 18:15:42 +01:00
rte_ethdev.h ethdev: advertise MTU as retained across stop/start 2019-03-20 18:15:42 +01:00
rte_flow_driver.h ethdev: fix missing function in map file 2018-07-13 15:53:29 +02:00
rte_flow.c ethdev: add raw encapsulation action 2018-10-26 22:14:05 +02:00
rte_flow.h ethdev: add raw encapsulation action 2018-10-26 22:14:05 +02:00
rte_mtr_driver.h
rte_mtr.c
rte_mtr.h meter: unify packet color definition 2018-12-20 19:00:10 +01:00
rte_tm_driver.h
rte_tm.c
rte_tm.h meter: unify packet color definition 2018-12-20 19:00:10 +01:00