netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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, Junfeng Guo <junfeng.guo@intel.com>,
	ahmed.zaki@intel.com, madhu.chittim@intel.com, horms@kernel.org,
	hkelam@marvell.com, Marcin Szycik <marcin.szycik@linux.intel.com>,
	Qi Zhang <qi.z.zhang@intel.com>,
	Rafal Romanowski <rafal.romanowski@intel.com>
Subject: Re: [PATCH net-next 08/13] ice: add API for parser profile initialization
Date: Fri, 9 Aug 2024 22:06:13 -0700	[thread overview]
Message-ID: <20240809220613.27588caf@kernel.org> (raw)
In-Reply-To: <20240809173615.2031516-9-anthony.l.nguyen@intel.com>

On Fri,  9 Aug 2024 10:36:07 -0700 Tony Nguyen wrote:
> +/**
> + * ice_nearest_proto_id
> + * @rslt: pointer to a parser result instance
> + * @offset: a min value for the protocol offset
> + * @proto_id: the protocol ID (output)
> + * @proto_off: the protocol offset (output)
> + *
> + * From the protocols in @rslt, find the nearest protocol that has offset
> + * larger than @offset.
> + *
> + * Return: if true, the protocol's ID and offset

drivers/net/ethernet/intel/ice/ice_parser.c:2307: warning: missing initial short description on line:
 * ice_nearest_proto_id

  reply	other threads:[~2024-08-10  5:06 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 [this message]
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

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=20240809220613.27588caf@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=junfeng.guo@intel.com \
    --cc=madhu.chittim@intel.com \
    --cc=marcin.szycik@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=qi.z.zhang@intel.com \
    --cc=rafal.romanowski@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).