DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ke Zhang <ke1x.zhang@intel.com>
To: dev@dpdk.org, qiming.yang@intel.com, qi.z.zhang@intel.com
Cc: Ke Zhang <ke1x.zhang@intel.com>
Subject: [PATCH v6 0/4] ice repr functions by DCF
Date: Wed,  2 Mar 2022 06:30:48 +0000	[thread overview]
Message-ID: <20220302063052.347122-1-ke1x.zhang@intel.com> (raw)
In-Reply-To: <ke1x.zhang@intel.com>

This feature add some functions associated with representor:
1. DCF is able to configure the VLAN filter for VFs.
2. DCF is able to configure promiscuous mode for VFs
3. Add / Remove VF mac address
4. display VF stats;
5. reset VF stats

Ke Zhang (3):
  net/ice: add support for display/reset stats by DCF
  net/ice: add support for add/remove mac addr by DCF
  net/ice: add support to configure the VLAN filter by DCF

Yiding Zhou (1):
  net/ice: add support for setting promisc by DCF

 drivers/net/ice/ice_dcf_ethdev.h         |   1 +
 drivers/net/ice/ice_dcf_vf_representor.c | 317 +++++++++++++++++++++--
 2 files changed, 300 insertions(+), 18 deletions(-)

-- 
2.25.1


             reply	other threads:[~2022-03-02  6:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-02  6:30 Ke Zhang [this message]
2022-03-02  6:30 ` [PATCH v6 1/4] net/ice: add support for setting promisc " Ke Zhang
2022-03-02  9:14   ` David Marchand
2022-03-02  6:30 ` [PATCH v6 2/4] net/ice: add support for display/reset stats " Ke Zhang
2022-03-02  6:30 ` [PATCH v6 3/4] net/ice: add support for add/remove mac addr " Ke Zhang
2022-03-02  6:30 ` [PATCH v6 4/4] net/ice: add support to configure the VLAN filter " Ke 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=20220302063052.347122-1-ke1x.zhang@intel.com \
    --to=ke1x.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@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).