Re: [dpdk-dev] [PATCH v3] net/hinic: fix secondary process's using coredump.

2020-10-13 Thread Ferruh Yigit
On 10/9/2020 8:47 AM, l00283554 wrote: fix coredump when secondary process using the hinic port. the reason is that during the stage of secondary process port initialization, it lack the initialization of "eth_dev->dev_ops". Signed-off-by: Qingqing Li --- v3: update the signed-off information.

[dpdk-dev] [PATCH v3] net/hinic: fix secondary process's using coredump.

2020-10-09 Thread l00283554
fix coredump when secondary process using the hinic port. the reason is that during the stage of secondary process port initialization, it lack the initialization of "eth_dev->dev_ops". Signed-off-by: Qingqing Li --- v3: update the signed-off information. --- v2: solve the coding style issue. -