From: Jakub Kicinski <kuba@kernel.org>
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, pabeni@redhat.com, edumazet@google.com,
netdev@vger.kernel.org, Ahmed Zaki <ahmed.zaki@intel.com>,
madhu.chittim@intel.com, horms@kernel.org, hkelam@marvell.com,
Sridhar Samudrala <sridhar.samudrala@intel.com>,
Marcin Szycik <marcin.szycik@linux.intel.com>,
Rafal Romanowski <rafal.romanowski@intel.com>
Subject: Re: [PATCH net-next 13/13] iavf: add support for offloading tc U32 cls filters
Date: Fri, 9 Aug 2024 22:05:41 -0700 [thread overview]
Message-ID: <20240809220541.58c0257b@kernel.org> (raw)
In-Reply-To: <20240809173615.2031516-14-anthony.l.nguyen@intel.com>
On Fri, 9 Aug 2024 10:36:12 -0700 Tony Nguyen wrote:
> From: Ahmed Zaki <ahmed.zaki@intel.com>
>
> Add support for offloading cls U32 filters. Only "skbedit queue_mapping"
> and "drop" actions are supported. Also, only "ip" and "802_3" tc
> protocols are allowed. The PF must advertise the VIRTCHNL_VF_OFFLOAD_TC_U32
> capability flag.
>
> Since the filters will be enabled via the FD stage at the PF, a new type
> of FDIR filters is added and the existing list and state machine are used.
>
> The new filters can be used to configure flow directors based on raw
> (binary) pattern in the rx packet.
drivers/net/ethernet/intel/iavf/iavf_main.c:4077:33: warning: incorrect type in assignment (different base types)
drivers/net/ethernet/intel/iavf/iavf_main.c:4077:33: expected restricted __be16 [usertype] h_proto
drivers/net/ethernet/intel/iavf/iavf_main.c:4077:33: got int
--
pw-bot: cr
prev parent reply other threads:[~2024-08-10 5:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-09 17:35 [PATCH net-next 00/13][pull request] ice: iavf: add support for TC U32 filters on VFs Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 01/13] ice: add parser create and destroy skeleton Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 02/13] ice: parse and init various DDP parser sections Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 03/13] ice: add debugging functions for the " Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 04/13] ice: add parser internal helper functions Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 05/13] ice: add parser execution main loop Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 06/13] ice: support turning on/off the parser's double vlan mode Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 07/13] ice: add UDP tunnels support to the parser Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 08/13] ice: add API for parser profile initialization Tony Nguyen
2024-08-10 5:06 ` Jakub Kicinski
2024-08-09 17:36 ` [PATCH net-next 09/13] virtchnl: support raw packet in protocol header Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 10/13] ice: add method to disable FDIR SWAP option Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 11/13] ice: enable FDIR filters from raw binary patterns for VFs Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 12/13] iavf: refactor add/del FDIR filters Tony Nguyen
2024-08-09 17:36 ` [PATCH net-next 13/13] iavf: add support for offloading tc U32 cls filters Tony Nguyen
2024-08-10 5:05 ` Jakub Kicinski [this message]
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=20240809220541.58c0257b@kernel.org \
--to=kuba@kernel.org \
--cc=ahmed.zaki@intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hkelam@marvell.com \
--cc=horms@kernel.org \
--cc=madhu.chittim@intel.com \
--cc=marcin.szycik@linux.intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rafal.romanowski@intel.com \
--cc=sridhar.samudrala@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 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).