Re: [dpdk-dev] [PATCH v4 02/22] net/atlantic: logging macroes and some typedefs

2018-10-10 Thread Ferruh Yigit
On 10/9/2018 10:31 AM, Igor Russkikh wrote: > Signed-off-by: Igor Russkikh > Signed-off-by: Pavel Belous <...> > @@ -168,3 +171,16 @@ atl_dev_info_get(struct rte_eth_dev *dev, struct > rte_eth_dev_info *dev_info) > RTE_PMD_REGISTER_PCI(net_atlantic, rte_atl_pmd); > RTE_PMD_REGISTER_PCI_TABLE

[dpdk-dev] [PATCH v4 02/22] net/atlantic: logging macroes and some typedefs

2018-10-09 Thread Igor Russkikh
Signed-off-by: Igor Russkikh Signed-off-by: Pavel Belous --- drivers/net/atlantic/atl_ethdev.c | 16 drivers/net/atlantic/atl_logs.h | 31 +++ drivers/net/atlantic/atl_types.h | 25 + 3 files changed, 72 insertions(+) creat