Re: [dpdk-dev] [PATCH v4 1/2] net/enic: move common Rx functions to a new header file

2018-10-04 Thread Ferruh Yigit
On 10/3/2018 9:09 PM, John Daley wrote: > From: Hyong Youb Kim > > Move a number of Rx functions to the header file so that the avx2 > based Rx handler can use them. > > Signed-off-by: Hyong Youb Kim > Reviewed-by: John Daley Series applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH v4 1/2] net/enic: move common Rx functions to a new header file

2018-10-03 Thread John Daley
From: Hyong Youb Kim Move a number of Rx functions to the header file so that the avx2 based Rx handler can use them. Signed-off-by: Hyong Youb Kim Reviewed-by: John Daley --- v2: remove bool type from stucture (found by checkpatch) v3: re-add Reviewed-by v4: Address Ferruh's comments regardin