numam-dpdk/drivers/net/e1000
Thomas Monjalon b8f5d2ae75 ethdev: remove forcing stopped state upon close
When closing a port, it is supposed to be already stopped,
and marked as such with "dev_started" state zeroed by the stop API.

Resetting "dev_started" before calling the driver close operation
was hiding the case of not properly stopped port being closed.
The flag "dev_started" is not changed anymore in "rte_eth_dev_close()".

In case the "dev_stop" function is called from "dev_close",
bypassing "rte_eth_dev_stop()" API,
the "dev_started" state must be explicitly reset in the PMD
in order to keep the same behaviour.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
2020-10-16 22:26:41 +02:00
..
base net/e1000/base: update version 2020-07-07 23:38:27 +02:00
e1000_ethdev.h net/igb: fix global variable multiple definitions 2019-10-25 23:16:23 +02:00
e1000_logs.c net/e1000: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:57 +02:00
e1000_logs.h net/e1000: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:57 +02:00
em_ethdev.c ethdev: remove forcing stopped state upon close 2020-10-16 22:26:41 +02:00
em_rxtx.c eal: remove deprecated coherent IO memory barriers 2020-09-23 13:40:26 +02:00
igb_ethdev.c ethdev: remove forcing stopped state upon close 2020-10-16 22:26:41 +02:00
igb_flow.c net/e1000: fix zeroing of RSS config 2019-10-25 19:20:47 +02:00
igb_pf.c net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
igb_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
igb_rxtx.c net/e1000: fix crash on Tx done clean up 2020-07-21 13:54:54 +02:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
rte_pmd_e1000_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00