Re: [dpdk-dev] [PATCH v4 11/22] net/atlantic: link status and interrupt management

2018-10-10 Thread Ferruh Yigit
On 10/9/2018 10:31 AM, Igor Russkikh wrote: > From: Pavel Belous > > Implement link interrupt, link info, link polling. > > Signed-off-by: Igor Russkikh > Signed-off-by: Pavel Belous <...> > +/** > + * Atomically reads the link status information from global > + * structure rte_eth_dev. > +

[dpdk-dev] [PATCH v4 11/22] net/atlantic: link status and interrupt management

2018-10-09 Thread Igor Russkikh
From: Pavel Belous Implement link interrupt, link info, link polling. Signed-off-by: Igor Russkikh Signed-off-by: Pavel Belous --- drivers/net/atlantic/atl_ethdev.c | 463 +- drivers/net/atlantic/atl_ethdev.h | 16 ++ drivers/net/atlantic/atl_rxtx.c | 3