[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240809220613.27588caf@kernel.org>
Date: Fri, 9 Aug 2024 22:06:13 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Tony Nguyen <anthony.l.nguyen@...el.com>
Cc: davem@...emloft.net, pabeni@...hat.com, edumazet@...gle.com,
netdev@...r.kernel.org, Junfeng Guo <junfeng.guo@...el.com>,
ahmed.zaki@...el.com, madhu.chittim@...el.com, horms@...nel.org,
hkelam@...vell.com, Marcin Szycik <marcin.szycik@...ux.intel.com>, Qi Zhang
<qi.z.zhang@...el.com>, Rafal Romanowski <rafal.romanowski@...el.com>
Subject: Re: [PATCH net-next 08/13] ice: add API for parser profile
initialization
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
Powered by blists - more mailing lists