[dpdk-dev] [PATCH] net/ixgbe: fix status synchronization on BSD

2020-04-16 Thread zhihongx . peng
From: Peng Zhihong DPDK does not implement interrupt mechanism on BSD, so force NIC status synchronization. Fixes: dc66e5fd01b9 (net/ixgbe: improve link state check on VF) Cc: liang-min.w...@intel.com Signed-off-by: Peng Zhihong --- drivers/net/ixgbe/ixgbe_ethdev.c | 5 + 1 file changed,

Re: [dpdk-dev] [PATCH] net/ixgbe: fix status synchronization on BSD

2020-04-28 Thread Huang, ZhiminX
-min Subject: [dpdk-dev] [PATCH] net/ixgbe: fix status synchronization on BSD From: Peng Zhihong DPDK does not implement interrupt mechanism on BSD, so force NIC status synchronization. Fixes: dc66e5fd01b9 (net/ixgbe: improve link state check on VF) Cc: liang-min.w...@intel.com Signed-off-by

Re: [dpdk-dev] [PATCH] net/ixgbe: fix status synchronization on BSD

2020-05-05 Thread Ye Xiaolong
On 04/16, zhihongx.p...@intel.com wrote: >From: Peng Zhihong > >DPDK does not implement interrupt mechanism on BSD, >so force NIC status synchronization. > >Fixes: dc66e5fd01b9 (net/ixgbe: improve link state check on VF) >Cc: liang-min.w...@intel.com > >Signed-off-by: Peng Zhihong >--- > drivers/