Re: [dpdk-dev] [PATCH v4] net/fm10k: fix fm10k stats crash in multi-process

2019-08-07 Thread Wang, Xiao W
Hi Qiuwen, > -Original Message- > From: Lu Qiuwen [mailto:luqiu...@iie.ac.cn] > Sent: Wednesday, August 7, 2019 3:21 PM > To: dev@dpdk.org > Cc: Shaw, Jeffrey B ; Wang, Xiao W > > Subject: [PATCH v4] net/fm10k: fix fm10k stats crash in multi-process > > The ops pointers in fm10k_stats_ge

[dpdk-dev] [PATCH v4] net/fm10k: fix fm10k stats crash in multi-process

2019-08-07 Thread Lu Qiuwen
The ops pointers in fm10k_stats_get() is setup from primary process, when secondary process call these function pointers, a segment fault will happened. v2 - delete some empty lines after the function declaration. v3 - add patch version, fixes and make title shorter. v4 - fix the misspelled word i