[dpdk-dev] [PATCH v3 0/6] various vmxnet3 fixes and enhancement

Bruce Richardson bruce.richardson at intel.com
Mon Sep 19 16:44:33 CEST 2016


On Mon, Aug 29, 2016 at 12:18:44PM -0700, Yong Wang wrote:
> v3:
> * fixed transposed # of tx/rx queue comparison
> 
> v2:
> * updated vmxnet3 feature doc.
> * updated vmxnet3 guide to remove stale information.
> 
> v1: This patchset includes a few bug fixes and some enhancement.
> 
> * Fixed a bug with dev_configure memzone size;
> * Enhanced error checks during device start.
>   * the driver will now report error if the rx queue number is
>     not a power of two, instead of waiting for the activation
>     to fail.
>   * Instead of returning -1 (which is interpreted as -EPERM) on
>     device activation failure, -EINVAL is returned now.
> * Enabled LRO if requested.
> 
> Yong Wang (6):
>   net/vmxnet3: improve error checks and return values
>   net/vmxnet3: coding style changes
>   net/vmxnet3: reallocate shared memzone on re-config
>   net/vmxnet3: update feature doc
>   net/vmxnet3: update nic doc
>   net/vmxnet3: enable lro
> 
Applied to dpdk-next-net/rel_16_11

/Bruce


More information about the dev mailing list