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

2019-08-20 Thread Ye Xiaolong
On 08/07, Lu Qiuwen wrote: >The ops pointers in fm10k_stats_get() are set up from primary >process, when secondary process call these ops pointers, >a segment fault will happen. > >Fixes: 7223d200c227 ("fm10k: add base driver") >Cc: jeffrey.b.s...@intel.com > >Signed-off-by: Lu Qiuwen >Acked-by: X

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

2019-08-07 Thread Lu Qiuwen
The ops pointers in fm10k_stats_get() are set up from primary process, when secondary process call these ops pointers, a segment fault will happen. Fixes: 7223d200c227 ("fm10k: add base driver") Cc: jeffrey.b.s...@intel.com Signed-off-by: Lu Qiuwen Acked-by: Xiao Wang --- V5 - fix grammar probl