Re: [dpdk-dev] [PATCH] net/enic: consolidate and remove some defines

2020-01-14 Thread Ferruh Yigit
On 1/14/2020 12:24 AM, John Daley wrote: > There were defines which originally allowed sharing of some code with > the enic kernel driver. The code has long since diverged and now the > abstraction just makes the code harder to read. Mostly mechanical > replacement of defines and reformatting. > >

[dpdk-dev] [PATCH] net/enic: consolidate and remove some defines

2020-01-13 Thread John Daley
There were defines which originally allowed sharing of some code with the enic kernel driver. The code has long since diverged and now the abstraction just makes the code harder to read. Mostly mechanical replacement of defines and reformatting. Signed-off-by: John Daley Reviewed-by: Hyong Youb K