Re: [dpdk-dev] [PATCH] net/ice: fix wrong Tx function selection

2019-04-18 Thread Zhang, Qi Z
> -Original Message- > From: Rong, Leyi > Sent: Friday, April 19, 2019 11:04 AM > To: Lu, Wenzhuo ; Zhang, Qi Z > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH] net/ice: fix wrong Tx function selection > > Add ice_set_tx_function_flag() to configure tx_simple_allowed properly. > > F

[dpdk-dev] [PATCH] net/ice: fix wrong Tx function selection

2019-04-18 Thread Leyi Rong
Add ice_set_tx_function_flag() to configure tx_simple_allowed properly. Fixes: 6eac0b7fde95 ("net/ice: support advance Rx/Tx") Signed-off-by: Leyi Rong --- drivers/net/ice/ice_rxtx.c | 22 ++ drivers/net/ice/ice_rxtx.h | 2 ++ 2 files changed, 24 insertions(+) diff --git a