Re: [jkirsher/net-queue PATCH] i40e: Fix memory leak related filter programming status

2017-10-10 Thread Anders K. Pedersen | Cohaesio
On ons, 2017-10-04 at 08:44 -0700, Alexander Duyck wrote: > From: Alexander Duyck > > It looks like we weren't correctly placing the pages from buffers > that had > been used to return a filter programming status back on the ring. As > a > result they were being overwritten and tracking of the pa

[jkirsher/net-queue PATCH] i40e: Fix memory leak related filter programming status

2017-10-04 Thread Alexander Duyck
From: Alexander Duyck It looks like we weren't correctly placing the pages from buffers that had been used to return a filter programming status back on the ring. As a result they were being overwritten and tracking of the pages was lost. This change works to correct that by incorporating part o