Re: [dpdk-dev] [PATCH v2] net/i40e: add Tx preparation for simple Tx data path

2021-04-19 Thread Rong, Leyi
> -Original Message- > From: Ananyev, Konstantin > Sent: Monday, April 19, 2021 6:59 PM > To: Rong, Leyi ; Zhang, Qi Z > Cc: dev@dpdk.org > Subject: RE: [PATCH v2] net/i40e: add Tx preparation for simple Tx data path > > Hi Leyi, > > > Introduce i40e_simple_prep_pkts() as the preparat

Re: [dpdk-dev] [PATCH v2] net/i40e: add Tx preparation for simple Tx data path

2021-04-19 Thread Ananyev, Konstantin
Hi Leyi, > Introduce i40e_simple_prep_pkts() as the preparation function for > simple Tx data path, as it's for sanity check for simple Tx. > > Suggested-by: Konstantin Ananyev > Signed-off-by: Leyi Rong > --- > drivers/net/i40e/i40e_rxtx.c | 42 +++- > drivers/

Re: [dpdk-dev] [PATCH v2] net/i40e: add Tx preparation for simple Tx data path

2021-04-19 Thread Zhang, Qi Z
> -Original Message- > From: Rong, Leyi > Sent: Monday, April 19, 2021 4:36 PM > To: Zhang, Qi Z ; Ananyev, Konstantin > > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH v2] net/i40e: add Tx preparation for simple Tx data path > > Introduce i40e_simple_prep_pkts() as the preparation

[dpdk-dev] [PATCH v2] net/i40e: add Tx preparation for simple Tx data path

2021-04-19 Thread Leyi Rong
Introduce i40e_simple_prep_pkts() as the preparation function for simple Tx data path, as it's for sanity check for simple Tx. Suggested-by: Konstantin Ananyev Signed-off-by: Leyi Rong --- drivers/net/i40e/i40e_rxtx.c | 42 +++- drivers/net/i40e/i40e_rxtx.h | 2