[dpdk-dev] [PATCH v2] net/i40e: fix link status update

2018-05-30 Thread Fan Zhang
This patch fixes link status update problem in interrupt mode. Previously, directly reading link status register instead of accessing via admin queue command may cause the link status change interrupt callback inactive. This patch fixes the problem by making the driver only read the register in "no

[dpdk-dev] [PATCH v2] net/i40e: fix link status update

2018-05-30 Thread Fan Zhang
This patch fixes link status update problem in interrupt mode. Previously, directly reading link status register instead of accessing via admin queue command may cause the link status change interrupt callback inactive. This patch fixes the problem by making the driver only read the register in "no