[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221104191206.590e82c4@kernel.org>
Date: Fri, 4 Nov 2022 19:12:06 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Michal Wilczynski <michal.wilczynski@...el.com>
Cc: netdev@...r.kernel.org, alexandr.lobakin@...el.com,
jacob.e.keller@...el.com, jesse.brandeburg@...el.com,
przemyslaw.kitszel@...el.com, anthony.l.nguyen@...el.com,
ecree.xilinx@...il.com, jiri@...nulli.us
Subject: Re: [PATCH net-next v9 7/9] ice: Add an option to pre-allocate
memory for ice_sched_node
On Fri, 4 Nov 2022 15:31:00 +0100 Michal Wilczynski wrote:
> devlink-rate API requires a priv object to be allocated when node still
> doesn't have a parent. This is problematic, because ice_sched_node can't
> be currently created without a parent.
>
> Add an option to pre-allocate memory for ice_sched_node struct. Add
> new arguments to ice_sched_add() and ice_sched_add_elems() that allow
> for pre-allocation of memory for ice_sched_node struct.
kdoc missing here:
drivers/net/ethernet/intel/ice/ice_sched.c:154: warning: Function parameter or member 'prealloc_node' not described in 'ice_sched_add_node'
Powered by blists - more mailing lists