mbox series

[v2,0/7] update i40e base code

Message ID 20200912030039.55273-1-guinanx.sun@intel.com (mailing list archive)
Headers
Series update i40e base code |

Message

Guinan Sun Sept. 12, 2020, 3 a.m. UTC
  update i40e base code.

source code of i40e driver:
cid-i40e.2020.08.27.tar.gz dropped by the team which develop
basic drivers for any i40e NIC.

changelog in ND share repo:
From c0bfc1c07bb3 ("i40e-shared: Add VLAN field for input set")
To 1a82d59f0797 ("i40e-shared: Fix PHY configuration parameters when enabling EEE")

The following commits are ignored.
5b7d5a698092 ("i40e-shared: use linux packing style")
f16fa495c503 ("i40e-shared: Fix compilation issue with __packed")
c0bfc1c07bb3 ("i40e-shared: Add VLAN field for input set")
dcc3e90e9acd ("i40e-shared: enable pipe monitor thresholds")
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
---
v2: 
* Remove two useless patches for dpdk.
* Modify commit message.

Guinan Sun (7):
  net/i40e/base: update FW API version
  net/i40e/base: fix missing function header arguments
  net/i40e/base: add support for minimum rollback revision
  net/i40e/base: fix Rx only for unicast promisc on VLAN
  net/i40e/base: add EEE LPI status check for X722 adapters
  net/i40e/base: fix PHY config param when enabling EEE
  net/i40e/base: update version

 drivers/net/i40e/base/README            |  2 +-
 drivers/net/i40e/base/i40e_adminq_cmd.h | 24 +++++++-
 drivers/net/i40e/base/i40e_common.c     | 82 +++++++++++++++++++++----
 drivers/net/i40e/base/i40e_dcb.c        |  3 +-
 drivers/net/i40e/base/i40e_prototype.h  |  4 ++
 5 files changed, 98 insertions(+), 17 deletions(-)
  

Comments

Qi Zhang Sept. 13, 2020, 1:56 a.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Guinan Sun
> Sent: Saturday, September 12, 2020 11:01 AM
> To: dev@dpdk.org
> Cc: Guo, Jia <jia.guo@intel.com>; Xing, Beilei <beilei.xing@intel.com>; Sun,
> GuinanX <guinanx.sun@intel.com>
> Subject: [dpdk-dev] [PATCH v2 0/7] update i40e base code
> 
> update i40e base code.
> 
> source code of i40e driver:
> cid-i40e.2020.08.27.tar.gz dropped by the team which develop basic drivers
> for any i40e NIC.
> 
> changelog in ND share repo:
> From c0bfc1c07bb3 ("i40e-shared: Add VLAN field for input set") To
> 1a82d59f0797 ("i40e-shared: Fix PHY configuration parameters when enabling
> EEE")
> 
> The following commits are ignored.
> 5b7d5a698092 ("i40e-shared: use linux packing style")
> f16fa495c503 ("i40e-shared: Fix compilation issue with __packed")
> c0bfc1c07bb3 ("i40e-shared: Add VLAN field for input set") dcc3e90e9acd
> ("i40e-shared: enable pipe monitor thresholds")
> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
> ---
> v2:
> * Remove two useless patches for dpdk.
> * Modify commit message.
> 
> Guinan Sun (7):
>   net/i40e/base: update FW API version
>   net/i40e/base: fix missing function header arguments
>   net/i40e/base: add support for minimum rollback revision
>   net/i40e/base: fix Rx only for unicast promisc on VLAN
>   net/i40e/base: add EEE LPI status check for X722 adapters
>   net/i40e/base: fix PHY config param when enabling EEE
>   net/i40e/base: update version
> 
>  drivers/net/i40e/base/README            |  2 +-
>  drivers/net/i40e/base/i40e_adminq_cmd.h | 24 +++++++-
>  drivers/net/i40e/base/i40e_common.c     | 82 +++++++++++++++++++++----
>  drivers/net/i40e/base/i40e_dcb.c        |  3 +-
>  drivers/net/i40e/base/i40e_prototype.h  |  4 ++
>  5 files changed, 98 insertions(+), 17 deletions(-)
> 
> --
> 2.17.1

V1 has been reverted from dpdk-next-net-intel.
V2 has been applied to dpdk-next-intel-intel.

Thanks
Qi