mbox series

[v2,0/1] fix coredump when in secondary process

Message ID cover.1616504799.git.zhouguoyang@huawei.com (mailing list archive)
Headers
Series fix coredump when in secondary process |

Message

Guoyang Zhou March 23, 2021, 1:17 p.m. UTC
  Some apps, such as fstack, will use secondary process to access the
memory of eth_dev_ops, and they want to get the info of dev, but hinic
driver does not initialized it when in secondary process.

--
v1->v2:
  - modify the patch title

v1:
  - fix coredump when PMD used by fstack

Guoyang Zhou (1):
  net/hinic: fix coredump when in secondary process

 drivers/net/hinic/base/hinic_compat.h | 25 ++++++++-----------------
 drivers/net/hinic/hinic_pmd_ethdev.c  |  5 +++++
 2 files changed, 13 insertions(+), 17 deletions(-)