DPDK patches and discussions
 help / color / mirror / Atom feed
From: Matej Vido <vido@cesnet.cz>
To: dev@dpdk.org
Cc: remes@netcope.com, ferruh.yigit@intel.com
Subject: [dpdk-dev] [PATCH v2 0/3] net/szedata2: patch set for new card support
Date: Thu, 12 Apr 2018 09:41:27 +0200	[thread overview]
Message-ID: <1523518890-7075-1-git-send-email-vido@cesnet.cz> (raw)
In-Reply-To: <1523023929-1257-1-git-send-email-vido@cesnet.cz>

This patch set adds support for new card NFB-200G2QL.

v2:
Rebased on top of dpdk-next-net/master (conflict in release notes
for patch 2).
Svg image in patch 1 replaced by redrawn image to avoid too long lines.

Matej Vido (3):
  net/szedata2: do not affect Ethernet interfaces
  net/szedata2: add support for new NIC
  net/szedata2: add kernel module dependency

 config/common_base                                 |   5 -
 .../nics/img/szedata2_nfb200g_architecture.svg     | 214 +++++++
 doc/guides/nics/szedata2.rst                       |  66 +-
 doc/guides/rel_notes/release_18_05.rst             |   4 +
 drivers/net/szedata2/Makefile                      |   1 -
 drivers/net/szedata2/rte_eth_szedata2.c            | 684 ++++++++++++++-------
 drivers/net/szedata2/rte_eth_szedata2.h            |   4 +-
 drivers/net/szedata2/szedata2_iobuf.c              | 174 ------
 drivers/net/szedata2/szedata2_iobuf.h              | 327 ----------
 9 files changed, 710 insertions(+), 769 deletions(-)
 create mode 100644 doc/guides/nics/img/szedata2_nfb200g_architecture.svg
 delete mode 100644 drivers/net/szedata2/szedata2_iobuf.c
 delete mode 100644 drivers/net/szedata2/szedata2_iobuf.h

-- 
1.8.3.1

  parent reply	other threads:[~2018-04-12  7:41 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-06 14:12 [dpdk-dev] [PATCH " Matej Vido
2018-04-06 14:12 ` [dpdk-dev] [PATCH 1/3] net/szedata2: do not affect Ethernet interfaces Matej Vido
2018-04-10 15:28   ` Ferruh Yigit
2018-04-11  9:36     ` Matej Vido
2018-04-11 10:51       ` Ferruh Yigit
2018-04-12  7:38         ` Matej Vido
2018-04-13  4:25           ` Yasufumi Ogawa
2018-04-13 10:39             ` Matej Vido
2018-04-06 14:12 ` [dpdk-dev] [PATCH 2/3] net/szedata2: add support for new NIC Matej Vido
2018-04-06 14:12 ` [dpdk-dev] [PATCH 3/3] net/szedata2: add kernel module dependency Matej Vido
2018-04-12  7:41 ` Matej Vido [this message]
2018-04-13 16:32   ` [dpdk-dev] [PATCH v2 0/3] net/szedata2: patch set for new card support Ferruh Yigit
2018-04-27  8:57   ` [dpdk-dev] [PATCH 1/1] doc: update doc and release notes for szedata2 driver Matej Vido
2018-04-27 13:11     ` Ferruh Yigit
2018-04-12  7:41 ` [dpdk-dev] [PATCH v2 1/3] net/szedata2: do not affect Ethernet interfaces Matej Vido
2018-04-12  7:41 ` [dpdk-dev] [PATCH v2 2/3] net/szedata2: add support for new NIC Matej Vido
2018-04-12 16:11   ` Ferruh Yigit
2018-04-13  8:17     ` Jan Remeš
2018-04-13 14:26       ` Ferruh Yigit
2018-04-13 15:03         ` Jan Remeš
2018-04-13 16:29           ` Ferruh Yigit
2018-04-18  7:21             ` Matej Vido
2018-04-12  7:41 ` [dpdk-dev] [PATCH v2 3/3] net/szedata2: add kernel module dependency Matej Vido

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=1523518890-7075-1-git-send-email-vido@cesnet.cz \
    --to=vido@cesnet.cz \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=remes@netcope.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).