All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lingyu Liu <lingyu.liu@intel.com>
To: dev@dpdk.org, qi.z.zhang@intel.com
Cc: Lingyu Liu <lingyu.liu@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/4] support AVF RSS and FDIR for GTPoGRE packet
Date: Mon, 31 May 2021 12:38:03 +0000	[thread overview]
Message-ID: <20210531123807.56071-1-lingyu.liu@intel.com> (raw)
In-Reply-To: <20210528100409.580216-1-lingyu.liu@intel.com>

Support AVF RSS and FDIR for GTPoGRE packet.

Lingyu Liu (4):
  net/iavf: support flow pattern for GTPoGRE
  common/iavf: add header types for GRE
  net/iavf: support AVF FDIR for GTPoGRE tunnel packet
  net/iavf: support AVF RSS for GTPoGRE packet
---
 V2 change:
 - append new protocol to the tail
 - correct commit message title

 drivers/common/iavf/virtchnl.h       |   1 +
 drivers/net/iavf/iavf_fdir.c         |  42 ++++
 drivers/net/iavf/iavf_generic_flow.c | 288 +++++++++++++++++++++++++++
 drivers/net/iavf/iavf_generic_flow.h |  40 ++++
 drivers/net/iavf/iavf_hash.c         |  24 +++
 5 files changed, 395 insertions(+)

-- 
2.25.1


  parent reply	other threads:[~2021-05-31  6:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28 10:04 [dpdk-dev] [PATCH v1 0/4] support AVF RSS and FDIR for GTPoGRE packet Lingyu Liu
2021-05-28 10:04 ` [dpdk-dev] [PATCH v1 1/4] net/iavf: support flow pattern for GTPoGRE Lingyu Liu
2021-05-28 10:04 ` [dpdk-dev] [PATCH v1 2/4] common/iavf: add header types for GRE Lingyu Liu
2021-05-28 10:04 ` [dpdk-dev] [PATCH v1 3/4] net/iavf: support AVF FDIR for GRE tunnel packet Lingyu Liu
2021-05-28 10:04 ` [dpdk-dev] [PATCH v1 4/4] net/iavf: support AVF RSS for GTPoGRE packet Lingyu Liu
2021-05-31 12:38 ` Lingyu Liu [this message]
2021-05-31 12:38   ` [dpdk-dev] [PATCH v2 1/4] net/iavf: support flow pattern for GTPoGRE Lingyu Liu
2021-05-31 12:38   ` [dpdk-dev] [PATCH v2 2/4] common/iavf: add header types for GRE Lingyu Liu
2021-05-31 12:38   ` [dpdk-dev] [PATCH v2 3/4] net/iavf: support AVF FDIR for GTPoGRE tunnel packet Lingyu Liu
2021-05-31 12:38   ` [dpdk-dev] [PATCH v2 4/4] net/iavf: support AVF RSS for GTPoGRE packet Lingyu Liu
2021-06-01 15:00   ` [dpdk-dev] [PATCH v3 0/4] support AVF RSS and FDIR " Lingyu Liu
2021-06-01 15:01     ` [dpdk-dev] [PATCH v3 1/4] net/iavf: support flow pattern for GTPoGRE Lingyu Liu
2021-06-01 15:01     ` [dpdk-dev] [PATCH v3 2/4] common/iavf: add header types for GRE Lingyu Liu
2021-06-01 15:01     ` [dpdk-dev] [PATCH v3 3/4] net/iavf: support AVF FDIR for GTPoGRE tunnel packet Lingyu Liu
2021-06-01 15:01     ` [dpdk-dev] [PATCH v3 4/4] net/iavf: support AVF RSS for GTPoGRE packet Lingyu Liu

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=20210531123807.56071-1-lingyu.liu@intel.com \
    --to=lingyu.liu@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.