DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Chen Jing D(Mark)" <jing.d.chen@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PULL REQUEST] fm10k: new features promisc, mac/vlan, checksum
Date: Fri, 19 Jun 2015 16:29:59 +0800	[thread overview]
Message-ID: <1434702599-19478-1-git-send-email-jing.d.chen@intel.com> (raw)

The fm10k driver changes include below features:
 - Checksum offload
 - Promiscuous Mode
 - MAC filter add/delete
 - VLAN stripping/insert
 - Vlan filter add/delete
 - A series of bug fixing

The following changes since commit 043ef28b391644229d9c4a671defb2304fefee69:

  acl: add new test cases (2015-06-18 18:12:47 +0200)

are available in the git repository at:

  jing@dpdk.org:dpdk-fm10k-next.git master

for you to fetch changes up to 95ecea959efeaef854553ff1ca4c02bf956b05c1:

  fm10k: update VLAN offload features (2015-06-19 03:10:28 -0400)

----------------------------------------------------------------
Chen Jing D(Mark) (9):
      fm10k: Fix improper RX buffer size assignment
      fm10k: Fix jumbo frame issue
      fm10k: Fix data integrity issue with multi-segment frame
      fm10k: Fix issue that MAC addr can't be set to silicon
      fm10k: Do sanity check on mac address
      fm10k: Add default mac/vlan filter to SM
      fm10k: Add promiscuous mode support
      fm10k: remove mbuf size sanity check
      fm10k: Fix improper max queue number for VF

Shaopeng He (3):
      fm10k: update VLAN filter
      fm10k: add MAC filter
      fm10k: update VLAN offload features

 drivers/net/fm10k/fm10k.h        |  29 ++-
 drivers/net/fm10k/fm10k_ethdev.c | 407 ++++++++++++++++++++++++++++++++++-----
 drivers/net/fm10k/fm10k_rxtx.c   |  15 +-
 3 files changed, 402 insertions(+), 49 deletions(-)

                 reply	other threads:[~2015-06-19  8:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1434702599-19478-1-git-send-email-jing.d.chen@intel.com \
    --to=jing.d.chen@intel.com \
    --cc=dev@dpdk.org \
    /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).