mbox series

[v2,0/2] iavf update base code

Message ID 20201016104128.1049430-1-qi.z.zhang@intel.com (mailing list archive)
Headers
Series iavf update base code |

Message

Qi Zhang Oct. 16, 2020, 10:41 a.m. UTC
  main change:
Add support for VFs with > 16 queues pairs

v2:
- add more commit in PATCH 1/2.
- squash PATCH 3/3 with PATCH 2/3.

Qi Zhang (2):
  common/iavf: replace macro for MAC address length
  common/iavf: add support for VFs with >16 queue pairs

 drivers/common/iavf/README     |   2 +-
 drivers/common/iavf/virtchnl.h | 235 +++++++++++++++++++++++++++++----
 2 files changed, 207 insertions(+), 30 deletions(-)
  

Comments

Qi Zhang Oct. 16, 2020, 10:40 a.m. UTC | #1
> -----Original Message-----
> From: Zhang, Qi Z <qi.z.zhang@intel.com>
> Sent: Friday, October 16, 2020 6:41 PM
> To: Yigit, Ferruh <ferruh.yigit@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>
> Subject: [PATCH v2 0/2] iavf update base code
> 
> main change:
> Add support for VFs with > 16 queues pairs
> 
> v2:
> - add more commit in PATCH 1/2.
> - squash PATCH 3/3 with PATCH 2/3.
> 
> Qi Zhang (2):
>   common/iavf: replace macro for MAC address length
>   common/iavf: add support for VFs with >16 queue pairs
> 
>  drivers/common/iavf/README     |   2 +-
>  drivers/common/iavf/virtchnl.h | 235
> +++++++++++++++++++++++++++++----
>  2 files changed, 207 insertions(+), 30 deletions(-)
> 
> --
> 2.25.4

Applied to dpdk-next-net-intel.

Thanks
Qi