DPDK patches and discussions
 help / color / mirror / Atom feed
From: Qi Zhang <qi.z.zhang@intel.com>
To: beilei.xing@intel.com
Cc: jingjing.wu@intel.com, dev@dpdk.org, haiyue.wang@intel.com,
	Qi Zhang <qi.z.zhang@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/3] iavf base code update
Date: Tue, 12 Jan 2021 14:10:22 +0800	[thread overview]
Message-ID: <20210112061025.347205-5-qi.z.zhang@intel.com> (raw)
In-Reply-To: <20210112061025.347205-1-qi.z.zhang@intel.com>

v2:
- fix couple bugs

Qi Zhang (3):
  common/iavf: add support for new VLAN capabilities
  common/iavf: add opcode to set VLAN offload by DCF
  common/iavf: update Copyright date

 drivers/common/iavf/README            |   4 +-
 drivers/common/iavf/iavf_adminq.c     |   2 +-
 drivers/common/iavf/iavf_adminq.h     |   2 +-
 drivers/common/iavf/iavf_adminq_cmd.h |   2 +-
 drivers/common/iavf/iavf_alloc.h      |   2 +-
 drivers/common/iavf/iavf_common.c     |   2 +-
 drivers/common/iavf/iavf_devids.h     |   2 +-
 drivers/common/iavf/iavf_impl.c       |   2 +-
 drivers/common/iavf/iavf_osdep.h      |   2 +-
 drivers/common/iavf/iavf_prototype.h  |   2 +-
 drivers/common/iavf/iavf_register.h   |   2 +-
 drivers/common/iavf/iavf_status.h     |   2 +-
 drivers/common/iavf/iavf_type.h       |   2 +-
 drivers/common/iavf/meson.build       |   2 +-
 drivers/common/iavf/virtchnl.h        | 532 +++++++++++++++++++++++++-
 15 files changed, 545 insertions(+), 17 deletions(-)

-- 
2.26.2


  parent reply	other threads:[~2021-01-12  6:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-12  6:10 Qi Zhang
2021-01-12  6:10 ` [dpdk-dev] [PATCH v2 1/3] common/iavf: add support for new VLAN capabilities Qi Zhang
2021-01-12  6:10 ` [dpdk-dev] [PATCH v2 2/3] common/iavf: add opcode to set VLAN offload by DCF Qi Zhang
2021-01-12  6:10 ` [dpdk-dev] [PATCH v2 3/3] common/iavf: update Copyright date Qi Zhang
2021-01-12  6:10 ` Qi Zhang [this message]
2021-01-12  6:31   ` [dpdk-dev] [PATCH v2 0/3] iavf base code update Xing, Beilei
2021-01-12  6:39     ` Zhang, Qi Z
2021-01-12  6:10 ` [dpdk-dev] [PATCH v2 1/3] common/iavf: add support for new VLAN capabilities Qi Zhang
2021-01-12  6:10 ` [dpdk-dev] [PATCH v2 2/3] common/iavf: add opcode to set VLAN offload by DCF Qi Zhang
2021-01-12  6:10 ` [dpdk-dev] [PATCH v2 3/3] common/iavf: update Copyright date 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=20210112061025.347205-5-qi.z.zhang@intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=haiyue.wang@intel.com \
    --cc=jingjing.wu@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).