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

Shrikrishna Khare skhare at shri-linux.eng.vmware.com
Wed Mar 15 19:30:03 CET 2017



On Wed, 15 Mar 2017, Yong Wang wrote:

> > -----Original Message-----
> > From: Charles (Chas) Williams [mailto:ciwillia at brocade.com]
> > Sent: Wednesday, March 15, 2017 5:35 AM
> > To: dev at dpdk.org
> > Cc: Yong Wang <yongwang at vmware.com>; Charles (Chas) Williams
> > <ciwillia at brocade.com>
> > Subject: [PATCH] net/vmxnet3: fix queue size changes
> >
> > 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")
> >
> > Signed-off-by: Chas Williams <ciwillia at brocade.com>
> > ---
> 
> Looks good to me and cc-ing Shrikrishna, the new vmxnet3 pmd maintainer.

Looks good to me too.

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


More information about the dev mailing list