[dpdk-dev] [RFC PATCH 0/2] Flow entities behavior across port restart
Thomas Monjalon
thomas at monjalon.net
Tue Oct 5 19:23:06 CEST 2021
> Dmitry Kozlyuk (2):
> ethdev: add capability to keep flow rules on restart
> ethdev: add capability to keep indirect actions on restart
>
> doc/guides/prog_guide/rte_flow.rst | 21 +++++++++++++++++++++
> lib/ethdev/rte_ethdev.h | 7 +++++++
> 2 files changed, 28 insertions(+)
We should update this:
* Please note that some configuration is not stored between calls to
* rte_eth_dev_stop()/rte_eth_dev_start(). The following configuration will
* be retained:
*
* - MTU
* - flow control settings
* - receive mode configuration (promiscuous mode, all-multicast mode,
* hardware checksum mode, RSS/VMDQ settings etc.)
* - VLAN filtering configuration
* - default MAC address
* - MAC addresses supplied to MAC address array
* - flow director filtering mode (but not filtering rules)
* - NIC queue statistics mappings
More information about the dev
mailing list