Re: [dpdk-dev] [PATCH 2/5] app/testpmd: remove txqflags

2017-12-12 Thread Shahaf Shuler
o:maciej.cze...@caviumnetworks.com] Sent: Tuesday, December 12, 2017 2:45 PM To: Shahaf Shuler ; Ferruh Yigit ; jingjing...@intel.com Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 2/5] app/testpmd: remove txqflags -- Oryginal message -- Thursday, December 7, 2017 1:05 AM, Ferruh Yigit: On 12/4/2

Re: [dpdk-dev] [PATCH 2/5] app/testpmd: remove txqflags

2017-12-12 Thread Maciej Czekaj
-- Oryginal message -- Thursday, December 7, 2017 1:05 AM, Ferruh Yigit: On 12/4/2017 10:48 PM, Shahaf Shuler wrote: Tuesday, December 5, 2017 12:31 AM, Ferruh Yigit: On 11/23/2017 4:08 AM, Shahaf Shuler wrote: Since testpmd is now using the new Ethdev offloads API there is no need for the

Re: [dpdk-dev] [PATCH 2/5] app/testpmd: remove txqflags

2017-12-06 Thread Shahaf Shuler
Thursday, December 7, 2017 1:05 AM, Ferruh Yigit: > On 12/4/2017 10:48 PM, Shahaf Shuler wrote: > > Tuesday, December 5, 2017 12:31 AM, Ferruh Yigit: > >> On 11/23/2017 4:08 AM, Shahaf Shuler wrote: > >>> Since testpmd is now using the new Ethdev offloads API there is no > >>> need for the txqflags

Re: [dpdk-dev] [PATCH 2/5] app/testpmd: remove txqflags

2017-12-06 Thread Ferruh Yigit
On 12/4/2017 10:48 PM, Shahaf Shuler wrote: > Tuesday, December 5, 2017 12:31 AM, Ferruh Yigit: >> On 11/23/2017 4:08 AM, Shahaf Shuler wrote: >>> Since testpmd is now using the new Ethdev offloads API there is no >>> need for the txqflags configuration. >> >> txqflag command-line option (--txqflag

Re: [dpdk-dev] [PATCH 2/5] app/testpmd: remove txqflags

2017-12-04 Thread Shahaf Shuler
Tuesday, December 5, 2017 12:31 AM, Ferruh Yigit: > On 11/23/2017 4:08 AM, Shahaf Shuler wrote: > > Since testpmd is now using the new Ethdev offloads API there is no > > need for the txqflags configuration. > > txqflag command-line option (--txqflags=0x) and command (port > config all txq

Re: [dpdk-dev] [PATCH 2/5] app/testpmd: remove txqflags

2017-12-04 Thread Ferruh Yigit
On 11/23/2017 4:08 AM, Shahaf Shuler wrote: > Since testpmd is now using the new Ethdev offloads API there is no > need for the txqflags configuration. txqflag command-line option (--txqflags=0x) and command (port config all txqflags value) are way to dynamically provide Tx offload configu

[dpdk-dev] [PATCH 2/5] app/testpmd: remove txqflags

2017-11-23 Thread Shahaf Shuler
Since testpmd is now using the new Ethdev offloads API there is no need for the txqflags configuration. Signed-off-by: Shahaf Shuler Acked-by: Nelio Laranjeiro --- app/test-pmd/cmdline.c | 69 app/test-pmd/config.c | 4 +- app