DPDK patches and discussions
 help / color / mirror / Atom feed
From: Qiming Yang <qiming.yang@intel.com>
To: dev@dpdk.org
Cc: qi.z.zhang@intel.com, Qiming Yang <qiming.yang@intel.com>
Subject: [dpdk-dev] [PATCH 0/2] enable VLAN offload in DCF
Date: Wed,  2 Sep 2020 14:38:00 +0800	[thread overview]
Message-ID: <20200902063802.102428-1-qiming.yang@intel.com> (raw)

This patch set enabled port representor and vlan offload
base on DCF port representor.

Qiming Yang (2):
  net/ice: add dcf port representor infrastructure
  net/ice: add VLAN config for DCF

 drivers/net/ice/Makefile                 |   1 +
 drivers/net/ice/ice_dcf.h                |   1 +
 drivers/net/ice/ice_dcf_ethdev.c         |  66 +++-
 drivers/net/ice/ice_dcf_ethdev.h         |  11 +
 drivers/net/ice/ice_dcf_vf_representor.c | 365 +++++++++++++++++++++++
 5 files changed, 442 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/ice/ice_dcf_vf_representor.c

-- 
2.17.1


             reply	other threads:[~2020-09-02  6:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02  6:38 Qiming Yang [this message]
2020-09-02  6:38 ` [dpdk-dev] [PATCH 1/2] net/ice: add dcf port representor infrastructure Qiming Yang
2020-09-08 11:35   ` Xing, Beilei
2020-09-09  7:18     ` Yang, Qiming
2020-10-20  8:18   ` Xing, Beilei
2020-09-02  6:38 ` [dpdk-dev] [PATCH 2/2] net/ice: add VLAN config for DCF Qiming Yang

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