Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-12-03 Thread Ferruh Yigit
: Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set On 11/26/2020 7:24 AM, Slava Ovsiienko wrote: The bug: https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbu gs .dpdk.org%2Fshow_bug.cgi%3Fid%3D584&data=04%7C01%7Cviacheslavo %40n vidia

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-12-03 Thread Slava Ovsiienko
onjalon ; Wei Hu (Xavier) > >> > >> Cc: dev@dpdk.org; xavier.hu...@huawei.com > >> Subject: Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove > >> restriction on txpkts set > >> > >> On 11/26/2020 7:24 AM, Slava Ovsiienko wrote: > >>&g

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-12-02 Thread Ferruh Yigit
Thomas Monjalon ; Wei Hu (Xavier) Cc: dev@dpdk.org; xavier.hu...@huawei.com; Slava Ovsiienko Subject: Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set On 11/24/2020 12:23 PM, Ferruh Yigit wrote: On 11/24/2020 10:27 AM, Thomas Monjalon wrote: Is it OK to keep this regr

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-11-27 Thread Slava Ovsiienko
h best regards, Slava > > > With best regards, Slava > > > >> -Original Message- > >> From: Ferruh Yigit > >> Sent: Wednesday, November 25, 2020 16:07 > >> To: NBU-Contact-Thomas Monjalon ; Wei Hu > >> (Xavier) > >>

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-11-26 Thread Ferruh Yigit
With best regards, Slava -Original Message- From: Ferruh Yigit Sent: Wednesday, November 25, 2020 16:07 To: NBU-Contact-Thomas Monjalon ; Wei Hu (Xavier) Cc: dev@dpdk.org; xavier.hu...@huawei.com; Slava Ovsiienko Subject: Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on t

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-11-25 Thread Slava Ovsiienko
6:07 > To: NBU-Contact-Thomas Monjalon ; Wei Hu (Xavier) > > Cc: dev@dpdk.org; xavier.hu...@huawei.com; Slava Ovsiienko > > Subject: Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on > txpkts set > > On 11/24/2020 12:23 PM, Ferruh Yigit wrote: > >

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-11-25 Thread Ferruh Yigit
ei.com Subject: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set From: Chengchang Tang Currently, if nb_txd is not set, the txpkts is not allowed to be set because the nb_txd is used to avoid the numer of segments exceed the Tx ring size and the default value of nb_txd is

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-11-24 Thread Kevin Traynor
_size () >>> rte_eth_tx_queue_info_get() >>> >>> It causes --txpkts testpmd command line option is ignored. >>> >>> With best regards, Slava >>> >>>> -Original Message- >>>> From: dev On Behalf Of Wei Hu

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-11-24 Thread Ferruh Yigit
on is ignored. With best regards, Slava -Original Message- From: dev On Behalf Of Wei Hu (Xavier) Sent: Friday, September 25, 2020 15:47 To: dev@dpdk.org Cc: xavier.hu...@huawei.com Subject: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set From: Chengchang Tang Currently,

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-11-24 Thread Thomas Monjalon
ei Hu (Xavier) > > Sent: Friday, September 25, 2020 15:47 > > To: dev@dpdk.org > > Cc: xavier.hu...@huawei.com > > Subject: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts > > set > > > > From: Chengchang Tang > > > > Curren

Re: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-11-23 Thread Slava Ovsiienko
line option is ignored. With best regards, Slava > -Original Message- > From: dev On Behalf Of Wei Hu (Xavier) > Sent: Friday, September 25, 2020 15:47 > To: dev@dpdk.org > Cc: xavier.hu...@huawei.com > Subject: [dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restricti

[dpdk-dev] [PATCH v4 3/6] app/testpmd: remove restriction on txpkts set

2020-09-25 Thread Wei Hu (Xavier)
From: Chengchang Tang Currently, if nb_txd is not set, the txpkts is not allowed to be set because the nb_txd is used to avoid the numer of segments exceed the Tx ring size and the default value of nb_txd is 0. And there is a bug that nb_txd is the global configuration for Tx ring size and the ri