From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Li, Xiaoyun" <xiaoyun.li@intel.com>,
"Lu, Wenzhuo" <wenzhuo.lu@intel.com>,
"Yigit, Ferruh" <ferruh.yigit@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2 0/7] update ixgbe base code
Date: Wed, 19 Sep 2018 14:31:21 +0000 [thread overview]
Message-ID: <039ED4275CED7440929022BC67E70611532901D4@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <20180917092814.59921-1-xiaoyun.li@intel.com>
> -----Original Message-----
> From: Li, Xiaoyun
> Sent: Monday, September 17, 2018 5:28 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Lu, Wenzhuo
> <wenzhuo.lu@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>
> Cc: dev@dpdk.org; Li, Xiaoyun <xiaoyun.li@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
prev parent reply other threads:[~2018-09-19 14:33 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-10 16:37 [dpdk-dev] [PATCH 0/8] " Xiaoyun Li
2018-09-10 16:37 ` [dpdk-dev] [PATCH 1/8] net/ixgbe/base: update the license Xiaoyun Li
2018-09-10 16:37 ` [dpdk-dev] [PATCH 2/8] net/ixgbe/base: cleanup codes Xiaoyun Li
2018-09-13 9:02 ` Ferruh Yigit
2018-09-17 6:46 ` Li, Xiaoyun
2018-09-10 16:37 ` [dpdk-dev] [PATCH 3/8] net/ixgbe/base: add FW recovery mode check Xiaoyun Li
2018-09-10 16:37 ` [dpdk-dev] [PATCH 4/8] net/ixgbe/base: relpace an operation in X550 setup Xiaoyun Li
2018-09-10 16:37 ` [dpdk-dev] [PATCH 5/8] net/ixgbe/base: update X550 SFP identification Xiaoyun Li
2018-09-10 16:37 ` [dpdk-dev] [PATCH 6/8] net/ixgbe/base: add support for DCB registers dump Xiaoyun Li
2018-09-10 16:37 ` [dpdk-dev] [PATCH 7/8] net/ixgbe: remove Light Spring code Xiaoyun Li
2018-09-10 16:37 ` [dpdk-dev] [PATCH 8/8] net/ixgbe/base: update README file Xiaoyun Li
2018-09-13 2:16 ` [dpdk-dev] [PATCH 0/8] update ixgbe base code Zhang, Qi Z
2018-09-17 9:28 ` [dpdk-dev] [PATCH v2 0/7] " Xiaoyun Li
2018-09-17 9:28 ` [dpdk-dev] [PATCH v2 1/7] net/ixgbe/base: update the license Xiaoyun Li
2018-09-17 9:28 ` [dpdk-dev] [PATCH v2 2/7] net/ixgbe/base: cleanup codes Xiaoyun Li
2018-09-17 9:28 ` [dpdk-dev] [PATCH v2 3/7] net/ixgbe/base: add FW recovery mode check Xiaoyun Li
2018-09-17 9:28 ` [dpdk-dev] [PATCH v2 4/7] net/ixgbe/base: relpace an operation in X550 setup Xiaoyun Li
2018-09-17 9:28 ` [dpdk-dev] [PATCH v2 5/7] net/ixgbe/base: update X550 SFP identification Xiaoyun Li
2018-09-17 9:28 ` [dpdk-dev] [PATCH v2 6/7] net/ixgbe/base: add support for DCB registers dump Xiaoyun Li
2018-09-17 9:28 ` [dpdk-dev] [PATCH v2 7/7] net/ixgbe/base: update README file Xiaoyun Li
2018-09-19 14:31 ` Zhang, Qi Z [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=039ED4275CED7440929022BC67E70611532901D4@shsmsx102.ccr.corp.intel.com \
--to=qi.z.zhang@intel.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=wenzhuo.lu@intel.com \
--cc=xiaoyun.li@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).