[dpdk-dev] [PATCH]net/hinic: fix coredump when secondary process using the hinic port.

2020-11-02 Thread Qingqing Li
the reason is that during the stage of secondary process port initialization, it lacks the initialization of "eth_dev->dev_ops". Signed-off-by: Qingqing Li --- drivers/net/hinic/hinic_pmd_ethdev.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-)

[dpdk-dev] [v4]net/hinic: fix coredump when the scondary process using the hinic port.

2020-10-31 Thread Qingqing Li
ve the coding style issue. --- Signed-off-by: Qingqing Li --- drivers/net/hinic/hinic_pmd_ethdev.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/drivers/net/hinic/hinic_pmd_ethdev.c b/drivers/net/hinic/hinic_pmd_ethdev.c index b694fd83c..526dafdad

[dpdk-dev] [v4]net/hinic: fix coredump when the scondary process using the hinic port.

2020-10-31 Thread Qingqing Li
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 --- v4: adapt to the latest version. --- v3: update the signed-of

[dpdk-dev] [v4]net/hinic: fix coredump when the scondary process using the hinic port.

2020-10-31 Thread Qingqing Li
during the stage of secondary process port initialization, it lack the initialization of "eth_dev->dev_ops". Signed-off-by: Qingqing Li --- v4: adapt to the latest version. --- v3: update the signed-off information. --- v2: solve the coding style issue. Signed-off-by: liqingqing ---

[dpdk-dev] [v3]net/hinic: fix coredump when the scondary process using the hinic port.

2020-10-31 Thread Qingqing Li
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 codin