[dpdk-dev] [PATCH v1] app/testpmd: add memory dump command

Stephen Hemminger stephen at networkplumber.org
Fri Apr 3 18:04:55 CEST 2020


On Fri, 3 Apr 2020 14:29:06 +0100
Ferruh Yigit <ferruh.yigit at intel.com> wrote:

> > +	int64_t total = 0;
> > +	int64_t alloc = 0;
> > +	int64_t free = 0;

Should be unsigned (ie uint64_t)


More information about the dev mailing list