Re: [dpdk-dev] [PATCH] net/atlantic: get rid of double declaration of dev info get

2019-09-02 Thread Igor Russkikh
On 01.09.2019 17:36, Andrew Rybchenko wrote: > From: Ivan Ilchenko > > atl_dev_info_get() is declared twice in atl_ethdev.c. > Delete one of these declararions. > > Fixes: bb42aa9ffe4e ("net/atlantic: configure device start/stop") > Cc: sta...@dpdk.org > > Signed-off-by: Ivan Ilchenko > Sign

[dpdk-dev] [PATCH] net/atlantic: get rid of double declaration of dev info get

2019-09-01 Thread Andrew Rybchenko
From: Ivan Ilchenko atl_dev_info_get() is declared twice in atl_ethdev.c. Delete one of these declararions. Fixes: bb42aa9ffe4e ("net/atlantic: configure device start/stop") Cc: sta...@dpdk.org Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- drivers/net/atlantic/atl_ethdev.c