Re: [dpdk-dev] [PATCH v4 15/15] net/enic: use _rte_eth_linkstatus_set

2018-01-14 Thread Hyong Youb Kim
On Thu, Jan 11, 2018 at 05:06:58PM +, Ferruh Yigit wrote: > From: Stephen Hemminger > > This driver was not doing atomic update of link status information. > And the return value was different than others. > The hardware also does not do autonegotiation (at least on Linux). > > Signed-off-by

[dpdk-dev] [PATCH v4 15/15] net/enic: use _rte_eth_linkstatus_set

2018-01-11 Thread Ferruh Yigit
From: Stephen Hemminger This driver was not doing atomic update of link status information. And the return value was different than others. The hardware also does not do autonegotiation (at least on Linux). Signed-off-by: Stephen Hemminger --- drivers/net/enic/enic_ethdev.c | 5 ++--- drivers