numam-dpdk/drivers
Andy Pei e579172633 net/ipn3ke: use control thread to check link status
ipn3ke driver creates a thread to check link status.

Before this patch, pthread_create() is used to create
thread, leaving the new thread unrestrained wrt cpu
affinity.

After this patch, rte_ctrl_thread_create() is used to
create thread. The affinity of the new thread is based
on the CPU affinity retrieved at the time rte_eal_init()
was called, the dataplane and service lcores are then
excluded.

Fixes: 70d6b7f550 ("net/ipn3ke: add representor")
Cc: stable@dpdk.org

Signed-off-by: Andy Pei <andy.pei@intel.com>
Reviewed-by: Rosen Xu <rosen.xu@intel.com>
2020-04-21 13:57:04 +02:00
..
baseband baseband/fpga_5gnr_fec: support interrupt 2020-04-19 22:34:26 +02:00
bus replace unused attributes 2020-04-16 18:30:58 +02:00
common compress/qat: support IM buffer too small operation 2020-04-19 17:15:14 +02:00
compress compress/qat: support IM buffer too small operation 2020-04-19 17:15:14 +02:00
crypto crypto/qat: support plain SHA1..SHA512 hashes 2020-04-19 22:45:11 +02:00
event build: add global libatomic dependency for 32-bit clang 2020-04-21 11:34:09 +02:00
mempool replace hot attributes 2020-04-16 18:30:58 +02:00
net net/ipn3ke: use control thread to check link status 2020-04-21 13:57:04 +02:00
raw replace unused attributes 2020-04-16 18:30:58 +02:00
vdpa replace packed attributes 2020-04-16 18:16:46 +02:00
Makefile drivers: add crypto as dependency for event drivers 2020-03-05 14:22:11 +01:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00