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

2020-08-08 Thread liqingqing
>From 2eb6ad4d30af54f309f35f16a39a119aa26e7911 Mon Sep 17 00:00:00 2001 From: liqingqing Date: Sat, 8 Aug 2020 00:03:25 -0400 Subject: [PATCH] fix coredump when secondary process using the hinic port. the reason is that during the stage of secondary process port initialization, it lack

[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