On Mon, Feb 17, 2025 at 01:54:05PM +0000, Anatoly Burakov wrote: > Currently, the architecture of e1000 base driver is such that it uses > function pointers internally. These are not guaranteed to be valid in > secondary processes, which can lead to crashes. This patch prevents EM > ethdev driver from calling into these functions. > > Fixes: 805803445a02 ("e1000: support EM devices (also known as e1000/e1000e)") > Cc: sta...@dpdk.org > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > ---
Series-acked-by: Bruce Richardson <bruce.richard...@intel.com> Applied to dpdk-next-net-intel with patches 1-3 merged into a single patch. Thanks, /Bruce