Re: [dpdk-dev] [PATCH] log: remove unneeded log type declaration

2020-07-07 Thread David Marchand
On Mon, Jul 6, 2020 at 8:10 PM Eads, Gage wrote: > > > Subject: [dpdk-dev] [PATCH] log: remove unneeded log type declaration > > > > From: Jerin Jacob > > > > RTE_LOG_REGISTER macro already declares the the log type. > > Remove the unneeded log type decla

Re: [dpdk-dev] [PATCH] log: remove unneeded log type declaration

2020-07-06 Thread Eads, Gage
> Subject: [dpdk-dev] [PATCH] log: remove unneeded log type declaration > > From: Jerin Jacob > > RTE_LOG_REGISTER macro already declares the the log type. > Remove the unneeded log type declaration. > > Fixes: 9c99878aa1b16de2 ("log: introduce logtype register ma

[dpdk-dev] [PATCH] log: remove unneeded log type declaration

2020-07-06 Thread jerinj
From: Jerin Jacob RTE_LOG_REGISTER macro already declares the the log type. Remove the unneeded log type declaration. Fixes: 9c99878aa1b16de2 ("log: introduce logtype register macro") Reported-by: David Marchand Signed-off-by: Jerin Jacob --- drivers/vdpa/mlx5/mlx5_vdpa.c | 1 - lib/librte_