> -----Original Message-----
> From: Li, Xiaoyun
> Sent: Monday, September 17, 2018 5:28 PM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>; Lu, Wenzhuo
> <wenzhuo...@intel.com>; Yigit, Ferruh <ferruh.yi...@intel.com>
> Cc: dev@dpdk.org; Li, Xiaoyun <xiaoyun...@intel.com>
> Subject: [PATCH v2 0/7] update ixgbe base code
>
> Update the ixgbe base code to version cid-ixgbe.2018.08.28.tar.gz.
>
> Xiaoyun Li (7):
> net/ixgbe/base: update the license
> net/ixgbe/base: cleanup codes
> net/ixgbe/base: add FW recovery mode check
> net/ixgbe/base: relpace an operation in X550 setup
> net/ixgbe/base: update X550 SFP identification
> net/ixgbe/base: add support for DCB registers dump
> net/ixgbe/base: update README file
>
> drivers/net/ixgbe/base/README | 4 +-
> drivers/net/ixgbe/base/ixgbe_82598.c | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_82598.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_82599.c | 45 ++----------------
> drivers/net/ixgbe/base/ixgbe_82599.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_api.c | 50 ++++++--------------
> drivers/net/ixgbe/base/ixgbe_api.h | 36 ++-------------
> drivers/net/ixgbe/base/ixgbe_common.c | 41 ++--------------
> drivers/net/ixgbe/base/ixgbe_common.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_dcb.c | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_dcb.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_dcb_82598.c | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_dcb_82598.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_dcb_82599.c | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_dcb_82599.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_hv_vf.c | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_hv_vf.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_mbx.c | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_mbx.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_osdep.h | 36 ++-------------
> drivers/net/ixgbe/base/ixgbe_phy.c | 36 ++-------------
> drivers/net/ixgbe/base/ixgbe_phy.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_type.h | 53 ++++++---------------
> drivers/net/ixgbe/base/ixgbe_vf.c | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_vf.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_x540.c | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_x540.h | 35 ++------------
> drivers/net/ixgbe/base/ixgbe_x550.c | 59 +++++++++---------------
> drivers/net/ixgbe/base/ixgbe_x550.h | 36 ++-------------
> drivers/net/ixgbe/ixgbe_ethdev.c | 1 -
> 30 files changed, 131 insertions(+), 931 deletions(-)
>
> --
> 2.17.1
Applied to dpdk-next-net-intel.
Thanks
Qi