[dpdk-dev] [PATCH] net/vmxnet3: fix queue size changes

Ferruh Yigit ferruh.yigit at intel.com
Thu Mar 16 12:38:13 CET 2017


On 3/15/2017 6:19 PM, Jan Blunck wrote:
> On Wed, Mar 15, 2017 at 1:35 PM, Charles (Chas) Williams
> <ciwillia at brocade.com> wrote:
>> If the user reconfigures the queue size, then the previously allocated
>> memzone may potentially be too small.  Release the memzone when a queue
>> is released and allocate a new one each time a queue is setup.
>>
>> While here convert to rte_eth_dma_zone_reserve() which does basically
>> the same things as the private function.
>>
>> Fixes: dfaff37fc46d ("vmxnet3: import new vmxnet3 poll mode driver implementation")
   Cc: stable at dpdk.org
>>
>> Signed-off-by: Chas Williams <ciwillia at brocade.com>

> Acked-by: Jan Blunck <jblunck at infradead.org>

Acked-by: Shrikrishna Khare <skhare at vmware.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list