Re: [dpdk-dev] [PATCH v2] app/testpmd: reduce memory consumption

2019-11-22 Thread Ferruh Yigit
On 11/22/2019 10:43 AM, David Marchand wrote: > Following [1], testpmd memory consumption has skyrocketted. > The rte_port structure has gotten quite fat. > > struct rte_port { > [...] > struct rte_eth_rxconf rx_conf[65536];/* 266280 3145728 */ > /* --- cacheline 53312 boundary (34

Re: [dpdk-dev] [PATCH v2] app/testpmd: reduce memory consumption

2019-11-22 Thread Ferruh Yigit
On 11/22/2019 1:12 PM, Thomas Monjalon wrote: > 22/11/2019 13:24, Ferruh Yigit: >> On 11/22/2019 10:43 AM, David Marchand wrote: >>> diff --git a/devtools/test-null.sh b/devtools/test-null.sh >>> index 9f9a459f76..6e5b1ad529 100755 >>> --- a/devtools/test-null.sh >>> +++ b/devtools/test-null.sh >>>

Re: [dpdk-dev] [PATCH v2] app/testpmd: reduce memory consumption

2019-11-22 Thread Thomas Monjalon
22/11/2019 13:24, Ferruh Yigit: > On 11/22/2019 10:43 AM, David Marchand wrote: > > diff --git a/devtools/test-null.sh b/devtools/test-null.sh > > index 9f9a459f76..6e5b1ad529 100755 > > --- a/devtools/test-null.sh > > +++ b/devtools/test-null.sh > > @@ -25,6 +25,6 @@ else > > fi > > > > (sleep

Re: [dpdk-dev] [PATCH v2] app/testpmd: reduce memory consumption

2019-11-22 Thread Ferruh Yigit
On 11/22/2019 10:43 AM, David Marchand wrote: > diff --git a/devtools/test-null.sh b/devtools/test-null.sh > index 9f9a459f76..6e5b1ad529 100755 > --- a/devtools/test-null.sh > +++ b/devtools/test-null.sh > @@ -25,6 +25,6 @@ else > fi > > (sleep 1 && echo stop) | > -$testpmd -c $coremask --no-h