Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/e1000: fix crash with link status in secondary process
The code to update link status is not safe in secondary process. If called from secondary it will crash, example from dumpcap: /dpdk/app/dpdk-dumpcap -i 0000:00:04.0 File: /tmp/dpdk-dumpcap_0_0000:00:04.0_20240723020203.pcapng Segmentation fault (core dumped) Fixes: 8058034 ("e1000: support EM devices (also known as e1000/e1000e)") Cc: stable@dpdk.org Signed-off-by: Jun Wang <junwang01@cestc.cn> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
- Loading branch information