DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/1] fix coredump when in secondary process
@ 2021-03-23 13:17 Guoyang Zhou
  2021-03-23 13:17 ` [dpdk-dev] [PATCH v2 1/1] net/hinic: " Guoyang Zhou
  0 siblings, 1 reply; 4+ messages in thread
From: Guoyang Zhou @ 2021-03-23 13:17 UTC (permalink / raw)
  To: dev
  Cc: ferruh.yigit, bluca, cloud.wangxiaoyun, luoxianjun, yin.yinshi,
	luojiachen, zhouguoyang, chenlizhong, zengweiliang.zengweiliang,
	liqingqing3

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(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-30 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 13:17 [dpdk-dev] [PATCH v2 0/1] fix coredump when in secondary process Guoyang Zhou
2021-03-23 13:17 ` [dpdk-dev] [PATCH v2 1/1] net/hinic: " Guoyang Zhou
2021-03-26 10:28   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2021-03-30 13:06   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).