All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
To: Shahed Shaikh <shshaikh@marvell.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: Rasesh Mody <rmody@marvell.com>,
	"ferruh.yigit@intel.com" <ferruh.yigit@intel.com>,
	GR-Everest-DPDK-Dev <GR-Everest-DPDK-Dev@marvell.com>
Subject: Re: [dpdk-dev] [PATCH 2/2] net/qede: implement rte_flow drop action
Date: Wed, 4 Sep 2019 13:28:56 +0000	[thread overview]
Message-ID: <BYAPR18MB242444707FF52CF87F145224C8B80@BYAPR18MB2424.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20190904113046.2213-2-shshaikh@marvell.com>

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Shahed Shaikh
> Sent: Wednesday, September 4, 2019 5:01 PM
> To: dev@dpdk.org
> Cc: Rasesh Mody <rmody@marvell.com>; ferruh.yigit@intel.com; GR-
> Everest-DPDK-Dev <GR-Everest-DPDK-Dev@marvell.com>
> Subject: [dpdk-dev] [PATCH 2/2] net/qede: implement rte_flow drop action
> 
> Add support to configure drop action in RTE_FLOW infrastructure. Also, add

It would be good to add supported rte_flow actions by qede driver in PMD
documentation.

Reference:
https://doc.dpdk.org/guides/nics/octeontx2.html

> statistics counter for dropped packets due to this filter action
> "rx_gft_filter_drop"
> 
> Signed-off-by: Shahed Shaikh <shshaikh@marvell.com>
> ---
>  drivers/net/qede/base/ecore_dev_api.h |  1 +
>  drivers/net/qede/base/ecore_l2.c      | 50 +++++++++++++++------------
>  drivers/net/qede/base/ecore_l2_api.h  | 39 ++++++++++++++-------
>  drivers/net/qede/qede_ethdev.c        |  2 ++
>  drivers/net/qede/qede_ethdev.h        |  1 +
>  drivers/net/qede/qede_filter.c        | 22 ++++++++----
>  6 files changed, 75 insertions(+), 40 deletions(-)

  reply	other threads:[~2019-09-04 13:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-04 11:30 [dpdk-dev] [PATCH 1/2] net/qede: fix ovs-dpdk failure when using odd number of queues on 100Gb mode Shahed Shaikh
2019-09-04 11:30 ` [dpdk-dev] [PATCH 2/2] net/qede: implement rte_flow drop action Shahed Shaikh
2019-09-04 13:28   ` Jerin Jacob Kollanukkaran [this message]
2019-09-04 13:30 ` [dpdk-dev] [PATCH 1/2] net/qede: fix ovs-dpdk failure when using odd number of queues on 100Gb mode Jerin Jacob Kollanukkaran
2019-09-04 17:52   ` Shahed Shaikh

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=BYAPR18MB242444707FF52CF87F145224C8B80@BYAPR18MB2424.namprd18.prod.outlook.com \
    --to=jerinj@marvell.com \
    --cc=GR-Everest-DPDK-Dev@marvell.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=rmody@marvell.com \
    --cc=shshaikh@marvell.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.