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

2021-04-13 Thread Ananyev, Konstantin
> > > > > > > > > Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector > > > > > > > and simple data path selection, as the sanity check is needed > > > > > > > ideally. > > > > > > > > > > > > > > Signed-off-by: Leyi Rong > > > > > > > --- > > > > > > > drivers/net/i40e/i40e_rxtx.c

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

2021-04-13 Thread Rong, Leyi
> -Original Message- > From: Ananyev, Konstantin > Sent: Friday, April 9, 2021 6:40 PM > To: Rong, Leyi ; Yigit, Ferruh ; > Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] net/i40e: add Tx preparation for vector data > path >

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

2021-04-09 Thread Ananyev, Konstantin
> > > > > Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector and > > > > > simple data path selection, as the sanity check is needed ideally. > > > > > > > > > > Signed-off-by: Leyi Rong > > > > > --- > > > > > drivers/net/i40e/i40e_rxtx.c | 2 +- > > > > > 1 file changed, 1 inser

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

2021-04-09 Thread Rong, Leyi
> -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, April 8, 2021 6:33 PM > To: Rong, Leyi ; Yigit, Ferruh ; > Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] net/i40e: add Tx preparation for vector data > path >

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

2021-04-08 Thread Ananyev, Konstantin
> > > -Original Message- > > From: Yigit, Ferruh > > Sent: Thursday, April 8, 2021 12:40 AM > > To: Rong, Leyi ; Zhang, Qi Z ; > > Xing, > > Beilei > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] net/i40e: add Tx preparation

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

2021-04-08 Thread Rong, Leyi
> -Original Message- > From: David Marchand > Sent: Thursday, April 8, 2021 4:40 PM > To: Yigit, Ferruh > Cc: Rong, Leyi ; Zhang, Qi Z ; > Xing, > Beilei ; dev > Subject: Re: [dpdk-dev] [PATCH] net/i40e: add Tx preparation for vector data > path > &g

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

2021-04-08 Thread David Marchand
On Wed, Apr 7, 2021 at 6:40 PM Ferruh Yigit wrote: > > On 3/31/2021 9:53 AM, Leyi Rong wrote: > > Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector and simple > > data path selection, as the sanity check is needed ideally. > > > > Signed-off-by: Leyi Rong > > --- > > drivers/net/i4

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

2021-04-08 Thread Rong, Leyi
> -Original Message- > From: Yigit, Ferruh > Sent: Thursday, April 8, 2021 12:40 AM > To: Rong, Leyi ; Zhang, Qi Z ; > Xing, > Beilei > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: add Tx preparation for vector data > path > > On 3

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

2021-04-07 Thread Ferruh Yigit
On 3/31/2021 9:53 AM, Leyi Rong wrote: Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector and simple data path selection, as the sanity check is needed ideally. Signed-off-by: Leyi Rong --- drivers/net/i40e/i40e_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

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

2021-04-01 Thread Ananyev, Konstantin
> > On Wed, Mar 31, 2021 at 11:17 AM Leyi Rong wrote: > > > > Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector and simple > > data path selection, as the sanity check is needed ideally. > > > > Signed-off-by: Leyi Rong > > --- > > drivers/net/i40e/i40e_rxtx.c | 2 +- > > 1 file

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

2021-04-01 Thread David Marchand
On Wed, Mar 31, 2021 at 11:17 AM Leyi Rong wrote: > > Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector and simple > data path selection, as the sanity check is needed ideally. > > Signed-off-by: Leyi Rong > --- > drivers/net/i40e/i40e_rxtx.c | 2 +- > 1 file changed, 1 insertion(+)

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

2021-04-01 Thread Zhang, Qi Z
> -Original Message- > From: Rong, Leyi > Sent: Wednesday, March 31, 2021 4:54 PM > To: Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH] net/i40e: add Tx preparation for vector data path > > Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector an

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

2021-03-31 Thread Leyi Rong
Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector and simple data path selection, as the sanity check is needed ideally. Signed-off-by: Leyi Rong --- drivers/net/i40e/i40e_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_rxtx.c b/drive