Thanks Cristian.
> -----Original Message----- > From: Dumitrescu, Cristian > Sent: Friday, December 21, 2018 3:08 > To: Xu, Rosen <rosen...@intel.com>; Singh, Jasvinder > <jasvinder.si...@intel.com>; dev@dpdk.org > Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; Yigit, Ferruh > <ferruh.yi...@intel.com>; Wu, Jingjing <jingjing...@intel.com> > Subject: RE: [PATCH] app/test-pmd: expand test-pmd queue threshold size of > RED parameters > > > > > > -----Original Message----- > > > > From: Xu, Rosen > > > > Sent: Monday, November 26, 2018 8:36 AM > > > > To: dev@dpdk.org > > > > Cc: Dumitrescu, Cristian <cristian.dumitre...@intel.com>; Lu, > > > > Wenzhuo <wenzhuo...@intel.com>; Singh, Jasvinder > > > > <jasvinder.si...@intel.com>; Xu, Rosen <rosen...@intel.com>; > > > > Yigit, Ferruh <ferruh.yi...@intel.com>; Wu, Jingjing > > > > <jingjing...@intel.com> > > > > Subject: [PATCH] app/test-pmd: expand test-pmd queue threshold > > > > size > > of > > > > RED parameters > > > > > > > > There's very commonly that more than 4G DDR memory in NIC for > > > > HQoS, > > > so > > > > right now the queue threshold size of RED needs to expand to uint64_t. > > > > For struct rte_tm_red_params, it has been fixed, but for test-pmd > > > > TM configuration, it hasn't been fixed. This patch fixes it. > > > > > > > > Fixes: bddc2f40b594 ("app/testpmd: add commands for shaper and > > > > wred > > > > profiles") > > > > Cc: jasvinder.si...@intel.com > > > > > > > > Signed-off-by: Rosen Xu <rosen...@intel.com> > > > > --- > > > > app/test-pmd/cmdline_tm.c | 24 ++++++++++++------------ > > > > 1 file changed, 12 insertions(+), 12 deletions(-) > > > > > > > > Reviewed-by: Jasvinder Singh <jasvinder.si...@intel.com> > > > > > > > Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> > > Applied to next-qos tree, thanks!