Re: [dpdk-dev] [PATCH] net/ice: cleanup for vec path check

2020-01-16 Thread Yang, Qiming
> -Original Message- > From: Ye, Xiaolong > Sent: Thursday, January 16, 2020 3:10 PM > To: Yang, Qiming ; Lu, Wenzhuo > > Cc: dev@dpdk.org; Yigit, Ferruh ; Di, ChenxuX > ; Ye, Xiaolong > Subject: [PATCH] net/ice: cleanup for vec path check > > Move the conditional compilation block t

Re: [dpdk-dev] [PATCH] net/ice: cleanup for vec path check

2020-01-16 Thread Ferruh Yigit
On 1/16/2020 7:09 AM, Xiaolong Ye wrote: > Move the conditional compilation block to the inner check helper, so we > can reduce the number of multiple ifdef check pairs used. > > Signed-off-by: Xiaolong Ye <...> > @@ -2794,10 +2792,8 @@ ice_tx_done_cleanup(void *txq, uint32_t free_cnt)

[dpdk-dev] [PATCH] net/ice: cleanup for vec path check

2020-01-15 Thread Xiaolong Ye
Move the conditional compilation block to the inner check helper, so we can reduce the number of multiple ifdef check pairs used. Signed-off-by: Xiaolong Ye --- drivers/net/ice/ice_rxtx.c| 9 - drivers/net/ice/ice_rxtx_vec_common.h | 8 2 files changed, 8 insertions(