Re: [dpdk-dev] [PATCH v4 07/22] net/atlantic: rte device start, stop, initial configuration

2018-10-10 Thread Ferruh Yigit
On 10/9/2018 10:31 AM, Igor Russkikh wrote: > From: Pavel Belous > > Start, stop and reset are all done via hw_atl layer. > Link interrupt configuration is also done here. > > Signed-off-by: Igor Russkikh > Signed-off-by: Pavel Belous > Signed-off-by: Pavel Belous <...> > +static void > +atl

[dpdk-dev] [PATCH v4 07/22] net/atlantic: rte device start, stop, initial configuration

2018-10-09 Thread Igor Russkikh
From: Pavel Belous Start, stop and reset are all done via hw_atl layer. Link interrupt configuration is also done here. Signed-off-by: Igor Russkikh Signed-off-by: Pavel Belous Signed-off-by: Pavel Belous --- drivers/net/atlantic/atl_ethdev.c | 158 -- dri