DPDK patches and discussions
 help / color / mirror / Atom feed
From: Yongseok Koh <yskoh@mellanox.com>
To: adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com
Cc: dev@dpdk.org, Yongseok Koh <yskoh@mellanox.com>
Subject: [dpdk-dev] [PATCH 0/2] net/mlx5: fix packet type support
Date: Wed, 26 Jul 2017 12:29:31 -0700	[thread overview]
Message-ID: <20170726192933.22207-1-yskoh@mellanox.com> (raw)

Even though HW supports more packet types, PMD doesn't parse it. Changed to have
more packet_type flags in mbuf.

Yongseok Koh (2):
  net/mlx5: fix missing packet type calculation
  net/mlx5: fix L4 packet type support

 drivers/net/mlx5/mlx5.c              |   2 +
 drivers/net/mlx5/mlx5_ethdev.c       |  10 +-
 drivers/net/mlx5/mlx5_rxtx.c         | 178 +++++++++++++++++++++++++----------
 drivers/net/mlx5/mlx5_rxtx.h         |   3 +-
 drivers/net/mlx5/mlx5_rxtx_vec_sse.c |  17 ++--
 5 files changed, 153 insertions(+), 57 deletions(-)

-- 
2.11.0

             reply	other threads:[~2017-07-26 19:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26 19:29 Yongseok Koh [this message]
2017-07-26 19:29 ` [dpdk-dev] [PATCH 1/2] net/mlx5: fix missing packet type calculation Yongseok Koh
2017-07-30  9:08   ` Sagi Grimberg
2017-07-26 19:29 ` [dpdk-dev] [PATCH 2/2] net/mlx5: fix L4 packet type support Yongseok Koh
2017-07-30  9:08   ` Sagi Grimberg
2017-07-31 16:29 ` [dpdk-dev] [PATCH 0/2] net/mlx5: fix " Ferruh Yigit

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=20170726192933.22207-1-yskoh@mellanox.com \
    --to=yskoh@mellanox.com \
    --cc=adrien.mazarguil@6wind.com \
    --cc=dev@dpdk.org \
    --cc=nelio.laranjeiro@6wind.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).