numam-dpdk/drivers/net/ixgbe
Tao Zhu 819d0d1d57 net/ixgbe: fix blocking system events
IXGBE link status task uses rte alarm thread in old implementation.
Sometime ixgbe link status task takes up to 9 seconds. This will
severely affect the rte-alarm-thread dependent tasks in the
system, like interrupt or hotplug event. So replace with an
independent thread which has the same thread affinity settings
as rte interrupt.

Fixes: 0408f47ba4 ("net/ixgbe: fix busy polling while fiber link update")
Cc: stable@dpdk.org

Signed-off-by: Tao Zhu <taox.zhu@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2020-02-19 13:51:06 +01:00
..
base net/ixgbe: avoid multiple definitions of bool 2020-01-17 19:46:02 +01:00
ixgbe_82599_bypass.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_bypass_api.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_bypass_defines.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_bypass.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ixgbe_bypass.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_ethdev.c net/ixgbe: fix blocking system events 2020-02-19 13:51:06 +01:00
ixgbe_ethdev.h net/ixgbe: fix blocking system events 2020-02-19 13:51:06 +01:00
ixgbe_fdir.c net: add new header file for VXLAN 2019-10-25 19:00:22 +02:00
ixgbe_flow.c net/ixgbe: fix zeroing of RSS config 2019-10-25 19:20:47 +02:00
ixgbe_ipsec.c cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
ixgbe_ipsec.h cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
ixgbe_logs.h net/ixgbe: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:58 +02:00
ixgbe_pf.c net/ixgbe: remove dead code 2020-02-14 12:42:12 +01:00
ixgbe_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_rxtx_vec_common.h net/ixgbe: convert to new Rx offloads API 2018-04-14 00:40:21 +02:00
ixgbe_rxtx_vec_neon.c net/ixgbe: remove unused macro in NEON path 2019-11-08 23:15:04 +01:00
ixgbe_rxtx_vec_sse.c net/ixgbe: fix address of first segment 2019-08-06 13:28:47 +02:00
ixgbe_rxtx.c net/ixgbe: add missing stubs for PPC 2020-01-17 19:59:18 +01:00
ixgbe_rxtx.h net/ixgbe: add missing stubs for PPC 2020-01-17 19:59:18 +01:00
ixgbe_tm.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_vf_representor.c ethdev: change device info get callback to return int 2019-10-07 14:45:35 +02:00
Makefile net/ixgbe: fix blocking system events 2020-02-19 13:51:06 +01:00
meson.build net/ixgbe: enable NEON in meson 2020-01-17 19:59:18 +01:00
rte_pmd_ixgbe_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
rte_pmd_ixgbe.c net/ixgbe: fix performance drop caused by MACsec 2019-11-26 18:05:15 +01:00
rte_pmd_ixgbe.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00