Re: [dpdk-dev] [PATCH v6 1/1] net/hinic: fix secondary process issue

2019-11-20 Thread Ferruh Yigit
On 11/19/2019 3:21 PM, Ferruh Yigit wrote: > On 11/19/2019 12:31 PM, Xiaoyun wang wrote: >> The secondary process does not need to register interrupt handle, >> remove rte_intr_callback_register from secondary process branch. >> >> Fixes: 06b6a81bbabf ("net/hinic: document missing features") > > I

Re: [dpdk-dev] [PATCH v6 1/1] net/hinic: fix secondary process issue

2019-11-19 Thread Ferruh Yigit
On 11/19/2019 12:31 PM, Xiaoyun wang wrote: > The secondary process does not need to register interrupt handle, > remove rte_intr_callback_register from secondary process branch. > > Fixes: 06b6a81bbabf ("net/hinic: document missing features") I can see above patch documents the "Multiprocess awa

[dpdk-dev] [PATCH v6 1/1] net/hinic: fix secondary process issue

2019-11-19 Thread Xiaoyun wang
The secondary process does not need to register interrupt handle, remove rte_intr_callback_register from secondary process branch. Fixes: 06b6a81bbabf ("net/hinic: document missing features") Signed-off-by: Xiaoyun wang --- drivers/net/hinic/hinic_pmd_ethdev.c | 10 +++--- 1 file changed, 3