mbox series

[v3,0/4] iavf base code update

Message ID 20210907073304.73548-1-haiyue.wang@intel.com (mailing list archive)
Headers
Series iavf base code update |

Message

Wang, Haiyue Sept. 7, 2021, 7:33 a.m. UTC
  v3: adjust the commit title.
v2: update the commit message.

Alvin Zhang (1):
  common/iavf: enable hash calculation based on L4 checksum

Haiyue Wang (2):
  common/iavf: remove the FDIR query opcode
  common/iavf: update the driver version

Junfeng Guo (1):
  common/iavf: add QFI fields for GTPU UL and DL

 drivers/common/iavf/README     |  2 +-
 drivers/common/iavf/virtchnl.h | 46 ++++++----------------------------
 2 files changed, 9 insertions(+), 39 deletions(-)
  

Comments

Qi Zhang Sept. 13, 2021, 12:46 a.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Haiyue Wang
> Sent: Tuesday, September 7, 2021 3:33 PM
> To: dev@dpdk.org
> Cc: Wang, Haiyue <haiyue.wang@intel.com>
> Subject: [dpdk-dev] [PATCH v3 0/4] iavf base code update
> 
> v3: adjust the commit title.
> v2: update the commit message.
> 
> Alvin Zhang (1):
>   common/iavf: enable hash calculation based on L4 checksum
> 
> Haiyue Wang (2):
>   common/iavf: remove the FDIR query opcode
>   common/iavf: update the driver version
> 
> Junfeng Guo (1):
>   common/iavf: add QFI fields for GTPU UL and DL
> 
>  drivers/common/iavf/README     |  2 +-
>  drivers/common/iavf/virtchnl.h | 46 ++++++----------------------------
>  2 files changed, 9 insertions(+), 39 deletions(-)
> 
> --
> 2.33.0

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi