Re: [dpdk-dev] [PATCH v2 09/15] sfc: use new rte_eth_linkstatus functions

2018-01-06 Thread Andrew Rybchenko
On 01/06/2018 04:06 AM, Stephen Hemminger wrote: Use the new API (_rte_eth_linkstatus_set) to handle link status update. Signed-off-by: Stephen Hemminger Many thanks. Good idea since the code is definitely shorter and easier to read/understand. The summary should be net/sfc:, not just sfc:.

[dpdk-dev] [PATCH v2 09/15] sfc: use new rte_eth_linkstatus functions

2018-01-05 Thread Stephen Hemminger
Use the new API (_rte_eth_linkstatus_set) to handle link status update. Signed-off-by: Stephen Hemminger --- drivers/net/sfc/sfc_ethdev.c | 27 +++ drivers/net/sfc/sfc_ev.c | 23 --- 2 files changed, 11 insertions(+), 39 deletions(-) diff --git a/