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

2020-09-14 Thread Ferruh Yigit
On 9/1/2020 12:44 PM, Ferruh Yigit wrote: > On 8/8/2020 8:45 AM, liqingqing 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-b

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

2020-09-01 Thread Ferruh Yigit
On 8/8/2020 8:45 AM, liqingqing 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: liqingqing Hi, Overall patch looks good but

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

2020-08-08 Thread liqingqing
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: liqingqing --- v2: solve the coding style issue. --- drivers/net/hinic/hinic_pmd_ethdev.c | 21