Re: [dpdk-dev] Memory allocated using rte_zmalloc() has non-zeros

2018-07-19 Thread Andrew Rybchenko
On 19.07.2018 12:48, Burakov, Anatoly wrote: On 19-Jul-18 10:01 AM, Burakov, Anatoly wrote: On 18-Jul-18 9:58 PM, Stephen Hemminger wrote: On Wed, 18 Jul 2018 22:52:12 +0300 Andrew Rybchenko wrote: On 18.07.2018 20:18, Burakov, Anatoly wrote: On 18-Jul-18 4:20 PM, Andrew Rybchenko wrote: H

Re: [dpdk-dev] Memory allocated using rte_zmalloc() has non-zeros

2018-07-19 Thread Burakov, Anatoly
On 19-Jul-18 10:01 AM, Burakov, Anatoly wrote: On 18-Jul-18 9:58 PM, Stephen Hemminger wrote: On Wed, 18 Jul 2018 22:52:12 +0300 Andrew Rybchenko wrote: On 18.07.2018 20:18, Burakov, Anatoly wrote: On 18-Jul-18 4:20 PM, Andrew Rybchenko wrote: Hi Anatoly, I'm investigating issue which fina

Re: [dpdk-dev] Memory allocated using rte_zmalloc() has non-zeros

2018-07-19 Thread Burakov, Anatoly
On 18-Jul-18 9:58 PM, Stephen Hemminger wrote: On Wed, 18 Jul 2018 22:52:12 +0300 Andrew Rybchenko wrote: On 18.07.2018 20:18, Burakov, Anatoly wrote: On 18-Jul-18 4:20 PM, Andrew Rybchenko wrote: Hi Anatoly, I'm investigating issue which finally comes to the fact that memory allocated usin

Re: [dpdk-dev] Memory allocated using rte_zmalloc() has non-zeros

2018-07-18 Thread Stephen Hemminger
On Wed, 18 Jul 2018 22:52:12 +0300 Andrew Rybchenko wrote: > On 18.07.2018 20:18, Burakov, Anatoly wrote: > > On 18-Jul-18 4:20 PM, Andrew Rybchenko wrote: > >> Hi Anatoly, > >> > >> I'm investigating issue which finally comes to the fact that memory > >> allocated using > >> rte_zmalloc() has

Re: [dpdk-dev] Memory allocated using rte_zmalloc() has non-zeros

2018-07-18 Thread Andrew Rybchenko
On 18.07.2018 20:18, Burakov, Anatoly wrote: On 18-Jul-18 4:20 PM, Andrew Rybchenko wrote: Hi Anatoly, I'm investigating issue which finally comes to the fact that memory allocated using rte_zmalloc() has non zeros. If I add memset just after allocation, everything is perfect and works fi

Re: [dpdk-dev] Memory allocated using rte_zmalloc() has non-zeros

2018-07-18 Thread Burakov, Anatoly
On 18-Jul-18 4:20 PM, Andrew Rybchenko wrote: Hi Anatoly, I'm investigating issue which finally comes to the fact that memory allocated using rte_zmalloc() has non zeros. If I add memset just after allocation, everything is perfect and works fine. I've found out that memset was removed fro

Re: [dpdk-dev] Memory allocated using rte_zmalloc() has non-zeros

2018-07-18 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Andrew Rybchenko > Sent: Wednesday, July 18, 2018 4:20 PM > To: Burakov, Anatoly > Cc: dev@dpdk.org; Sergio Gonzalez Monroy > > Subject: [dpdk-dev] Memory allocated using rte_zmalloc()

[dpdk-dev] Memory allocated using rte_zmalloc() has non-zeros

2018-07-18 Thread Andrew Rybchenko
Hi Anatoly, I'm investigating issue which finally comes to the fact that memory allocated using rte_zmalloc() has non zeros. If I add memset just after allocation, everything is perfect and works fine. I've found out that memset was removed from rte_zmalloc_socket() some time ago: >>> comm