From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: Saeed Mahameed <saeedm@mellanox.com>
Cc: "David S. Miller" <davem@davemloft.net>,
kuba@kernel.org, netdev@vger.kernel.org,
Vlad Buslov <vladbu@mellanox.com>
Subject: Re: [net-next 05/10] net/mlx5e: Introduce kconfig var for TC support
Date: Mon, 25 May 2020 11:46:32 -0300 [thread overview]
Message-ID: <20200525144632.GD74252@localhost.localdomain> (raw)
In-Reply-To: <20200522235148.28987-6-saeedm@mellanox.com>
On Fri, May 22, 2020 at 04:51:43PM -0700, Saeed Mahameed wrote:
...
> +config MLX5_CLS_ACT
> + bool "MLX5 TC classifier action support"
> + depends on MLX5_ESWITCH && NET_CLS_ACT
> + default y
> + help
> + mlx5 ConnectX offloads support for TC classifier action (NET_CLS_ACT),
> + works in both native NIC mdoe and Switchdev SRIOV mode.
Typo here btw, "mdoe".
> + Actions get attached to a Hardware offloaded classifiers and are
> + invoked after a successful classification. Actions are used to
> + overwrite the classification result, instantly drop or redirect and/or
> + reformat packets in wire speeds without involving the host cpu.
> +
> + If set to N, TC offloads in both NIC and switchdev modes will be disabled.
> + If unsure, set to Y
> +
> config MLX5_TC_CT
> bool "MLX5 TC connection tracking offload support"
> - depends on MLX5_CORE_EN && NET_SWITCHDEV && NF_FLOW_TABLE && NET_ACT_CT && NET_TC_SKB_EXT
> + depends on MLX5_CLS_ACT && NF_FLOW_TABLE && NET_ACT_CT && NET_TC_SKB_EXT
> default y
> help
> Say Y here if you want to support offloading connection tracking rules
next prev parent reply other threads:[~2020-05-25 14:46 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-22 23:51 [pull request][net-next 00/10] mlx5 updates 2020-05-22 Saeed Mahameed
2020-05-22 23:51 ` [net-next 01/10] net/mlx5e: Use IS_ERR() to check and simplify code Saeed Mahameed
2020-05-22 23:51 ` [net-next 02/10] net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.c Saeed Mahameed
2020-05-22 23:51 ` [net-next 03/10] net/mlx5e: Extract neigh-specific code from en_rep.c to rep/neigh.c Saeed Mahameed
2020-05-22 23:51 ` [net-next 04/10] net/mlx5e: Move TC-specific code from en_main.c to en_tc.c Saeed Mahameed
2020-05-22 23:51 ` [net-next 05/10] net/mlx5e: Introduce kconfig var for TC support Saeed Mahameed
2020-05-25 14:46 ` Marcelo Ricardo Leitner [this message]
2020-05-27 5:08 ` Saeed Mahameed
2020-05-22 23:51 ` [net-next 06/10] net: Add netif_is_bareudp() API to identify bareudp devices Saeed Mahameed
2020-05-22 23:51 ` [net-next 07/10] net/mlx5e: Add support for hw encapsulation of MPLS over UDP Saeed Mahameed
2020-05-26 19:19 ` Jakub Kicinski
2020-05-26 19:27 ` David Ahern
2020-05-27 5:15 ` Saeed Mahameed
2020-05-22 23:51 ` [net-next 08/10] net/mlx5e: Allow to match on mpls parameters Saeed Mahameed
2020-05-22 23:51 ` [net-next 09/10] net/mlx5e: Add support for hw decapsulation of MPLS over UDP Saeed Mahameed
2020-05-22 23:51 ` [net-next 10/10] net/mlx5e: Support pedit on mpls over UDP decap Saeed Mahameed
2020-05-22 23:58 ` [pull request][net-next 00/10] mlx5 updates 2020-05-22 Saeed Mahameed
2020-05-23 23:39 ` David Miller
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=20200525144632.GD74252@localhost.localdomain \
--to=marcelo.leitner@gmail.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=saeedm@mellanox.com \
--cc=vladbu@mellanox.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.