Re: [dpdk-dev] [RFC 11/14] liquidio: use _rte_eth_link_update

2017-07-18 Thread Shijith Thotton
On Fri, Jul 14, 2017 at 11:30:24AM -0700, Stephen Hemminger wrote: > Use the new link update API, and cleanup the logic in the the > link update routine. > > Signed-off-by: Stephen Hemminger > --- > drivers/net/liquidio/lio_ethdev.c | 76 > ++- > 1 file chang

[dpdk-dev] [RFC 11/14] liquidio: use _rte_eth_link_update

2017-07-14 Thread Stephen Hemminger
Use the new link update API, and cleanup the logic in the the link update routine. Signed-off-by: Stephen Hemminger --- drivers/net/liquidio/lio_ethdev.c | 76 ++- 1 file changed, 19 insertions(+), 57 deletions(-) diff --git a/drivers/net/liquidio/lio_ethdev.