[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220715192259.7abc9c7f@kernel.org>
Date: Fri, 15 Jul 2022 19:22:59 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: <ecree@...inx.com>
Cc: <davem@...emloft.net>, <pabeni@...hat.com>,
<linux-net-drivers@....com>, <netdev@...r.kernel.org>,
Edward Cree <ecree.xilinx@...il.com>
Subject: Re: [PATCH net-next 04/10] sfc: add skeleton ef100 VF representors
On Fri, 15 Jul 2022 13:33:26 +0100 ecree@...inx.com wrote:
> diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h
> index 2228c88a7f31..80ee2c936f59 100644
> --- a/drivers/net/ethernet/sfc/net_driver.h
> +++ b/drivers/net/ethernet/sfc/net_driver.h
> @@ -1145,6 +1145,8 @@ struct efx_nic {
> unsigned vf_init_count;
> unsigned vi_scale;
> #endif
> + spinlock_t vf_reps_lock; /* Protects vf_reps list */
> + struct list_head vf_reps; /* local VF reps */
missing kdoc.
Powered by blists - more mailing lists