[dpdk-dev] [PATCH v3 5/6] ena: fix memory management issue

2016-07-05 Thread Jan Mędala
Yes, this is correct. Jan 2016-07-05 18:13 GMT+02:00 Bruce Richardson : > On Mon, Jul 04, 2016 at 05:27:50PM +0100, Bruce Richardson wrote: > > On Thu, Jun 30, 2016 at 05:04:58PM +0200, Jan Medala wrote: > > > After allocating memzone it's required to zeroize memory in it. > > > Freeing memzon

[dpdk-dev] [PATCH v3 5/6] ena: fix memory management issue

2016-07-05 Thread Jan Mędala
Yes, this is correct. Jan 2016-07-05 18:13 GMT+02:00 Bruce Richardson : > On Mon, Jul 04, 2016 at 05:27:50PM +0100, Bruce Richardson wrote: > > On Thu, Jun 30, 2016 at 05:04:58PM +0200, Jan Medala wrote: > > > After allocating memzone it's required to zeroize memory in it. > > > Freeing memzon

[dpdk-dev] [PATCH v3 5/6] ena: fix memory management issue

2016-07-05 Thread Bruce Richardson
On Mon, Jul 04, 2016 at 05:27:50PM +0100, Bruce Richardson wrote: > On Thu, Jun 30, 2016 at 05:04:58PM +0200, Jan Medala wrote: > > After allocating memzone it's required to zeroize memory in it. > > Freeing memzone with function dedicated for memoryzones. > > > > Can you provide a fixes line for

[dpdk-dev] [PATCH v3 5/6] ena: fix memory management issue

2016-07-04 Thread Bruce Richardson
On Thu, Jun 30, 2016 at 05:04:58PM +0200, Jan Medala wrote: > After allocating memzone it's required to zeroize memory in it. > Freeing memzone with function dedicated for memoryzones. > Can you provide a fixes line for this patch? > Signed-off-by: Alexander Matushevsky > Signed-off-by: Jakub P

[dpdk-dev] [PATCH v3 5/6] ena: fix memory management issue

2016-06-30 Thread Jan Medala
After allocating memzone it's required to zeroize memory in it. Freeing memzone with function dedicated for memoryzones. Signed-off-by: Alexander Matushevsky Signed-off-by: Jakub Palider Signed-off-by: Jan Medala --- drivers/net/ena/base/ena_plat_dpdk.h | 6 -- 1 file changed, 4 insertions