> -----Original Message----- > From: Jakub Kicinski <kuba@xxxxxxxxxx> > Sent: Tuesday, December 6, 2022 5:27 PM > To: Veerasenareddy Burru <vburru@xxxxxxxxxxx> > Cc: Leon Romanovsky <leon@xxxxxxxxxx>; David S. Miller > <davem@xxxxxxxxxxxxx>; Eric Dumazet <edumazet@xxxxxxxxxx>; Paolo > Abeni <pabeni@xxxxxxxxxx>; netdev@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; Liron Himi <lironh@xxxxxxxxxxx>; Abhijit Ayarekar > <aayarekar@xxxxxxxxxxx>; Sathesh B Edara <sedara@xxxxxxxxxxx>; > Satananda Burla <sburla@xxxxxxxxxxx>; linux-doc@xxxxxxxxxxxxxxx > Subject: Re: [EXT] Re: [PATCH net-next v2 2/9] octeon_ep: poll for control > messages > > On Tue, 6 Dec 2022 21:19:26 +0000 Veerasenareddy Burru wrote: > > > That said, looking at what this set does - how are the VFs configured? > > > That's the showstopper for the series in my mind. > > > > VFs are created by writing to sriov_numvfs. > > Configured, not enabled. We have a follow up patch after this series implementing ndo_get_vf_xxx() and ndo_set_vf_xxx(). Thanks