DPDK patches and discussions
 help / color / mirror / Atom feed
From: Qi Zhang <qi.z.zhang@intel.com>
To: qiming.yang@intel.com
Cc: dev@dpdk.org, yigit.ferruh@intel.com, Qi Zhang <qi.z.zhang@intel.com>
Subject: [dpdk-dev] [PATCH 0/4] ice base code update batch 3
Date: Thu, 21 Jan 2021 09:43:42 +0800	[thread overview]
Message-ID: <20210121014346.641808-1-qi.z.zhang@intel.com> (raw)

Qi Zhang (4):
  net/ice/base: fix wrong macro value
  net/ice/base: add VLAN TPID for VLAN filters
  net/ice/base: add support for configuring the device in Double VLAN
    Mode
  net/ice: add new supported device IDs

 drivers/net/ice/base/README           |   2 +-
 drivers/net/ice/base/ice_adminq_cmd.h |  38 +++-
 drivers/net/ice/base/ice_common.c     |   2 -
 drivers/net/ice/base/ice_devids.h     |  10 +
 drivers/net/ice/base/ice_flex_pipe.c  |   9 +-
 drivers/net/ice/base/ice_switch.c     |  64 ++++++
 drivers/net/ice/base/ice_switch.h     |  14 ++
 drivers/net/ice/base/ice_type.h       |   2 +-
 drivers/net/ice/base/ice_vlan_mode.c  | 284 ++++++++++++++++++++++++--
 drivers/net/ice/base/ice_vlan_mode.h  |  24 +--
 drivers/net/ice/ice_ethdev.c          |   5 +
 11 files changed, 406 insertions(+), 48 deletions(-)

-- 
2.26.2


             reply	other threads:[~2021-01-21  1:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21  1:43 Qi Zhang [this message]
2021-01-21  1:43 ` [dpdk-dev] [PATCH 1/4] net/ice/base: fix wrong macro value Qi Zhang
2021-01-21  1:43 ` [dpdk-dev] [PATCH 2/4] net/ice/base: add VLAN TPID for VLAN filters Qi Zhang
2021-01-21  1:43 ` [dpdk-dev] [PATCH 3/4] net/ice/base: add support for configuring the device in Double VLAN Mode Qi Zhang
2021-01-21  1:43 ` [dpdk-dev] [PATCH 4/4] net/ice: add new supported device IDs Qi Zhang
2021-01-21  3:03 ` [dpdk-dev] [PATCH 0/4] ice base code update batch 3 Yang, Qiming
2021-01-21  4:01   ` Zhang, Qi Z
2021-01-21  1:44 Qi Zhang

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=20210121014346.641808-1-qi.z.zhang@intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=qiming.yang@intel.com \
    --cc=yigit.ferruh@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).