2022-12-08 04:47:53

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [EXT] Re: [PATCH net-next v2 2/9] octeon_ep: poll for control messages

On Thu, 8 Dec 2022 03:17:33 +0000 Veerasenareddy Burru wrote:
> We have a follow up patch after this series implementing
> ndo_get_vf_xxx() and ndo_set_vf_xxx().

We don't accept new drivers which use those interfaces.


2022-12-08 05:01:00

by Veerasenareddy Burru

[permalink] [raw]
Subject: RE: [EXT] Re: [PATCH net-next v2 2/9] octeon_ep: poll for control messages



> -----Original Message-----
> From: Jakub Kicinski <[email protected]>
> Sent: Wednesday, December 7, 2022 8:02 PM
> To: Veerasenareddy Burru <[email protected]>
> Cc: Leon Romanovsky <[email protected]>; David S. Miller
> <[email protected]>; Eric Dumazet <[email protected]>; Paolo
> Abeni <[email protected]>; [email protected]; linux-
> [email protected]; Liron Himi <[email protected]>; Abhijit Ayarekar
> <[email protected]>; Sathesh B Edara <[email protected]>;
> Satananda Burla <[email protected]>; [email protected]
> Subject: Re: [EXT] Re: [PATCH net-next v2 2/9] octeon_ep: poll for control
> messages
>
> On Thu, 8 Dec 2022 03:17:33 +0000 Veerasenareddy Burru wrote:
> > We have a follow up patch after this series implementing
> > ndo_get_vf_xxx() and ndo_set_vf_xxx().
>
> We don't accept new drivers which use those interfaces.

Kindly suggest the acceptable interface.

Thanks.

2022-12-08 05:42:15

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [EXT] Re: [PATCH net-next v2 2/9] octeon_ep: poll for control messages

On Thu, 8 Dec 2022 04:41:56 +0000 Veerasenareddy Burru wrote:
> > On Thu, 8 Dec 2022 03:17:33 +0000 Veerasenareddy Burru wrote:
> > > We have a follow up patch after this series implementing
> > > ndo_get_vf_xxx() and ndo_set_vf_xxx().
> >
> > We don't accept new drivers which use those interfaces.
>
> Kindly suggest the acceptable interface.

Kindly make the minimal effort to follow the list :/

Perhaps others have the time to explain things to you,
I believe my time is best spent elsewhere.

2022-12-14 07:38:00

by Veerasenareddy Burru

[permalink] [raw]
Subject: RE: [EXT] Re: [PATCH net-next v2 2/9] octeon_ep: poll for control messages



> -----Original Message-----
> From: Jakub Kicinski <[email protected]>
> Sent: Wednesday, December 7, 2022 8:47 PM
> To: Veerasenareddy Burru <[email protected]>
> Cc: Leon Romanovsky <[email protected]>; David S. Miller
> <[email protected]>; Eric Dumazet <[email protected]>; Paolo
> Abeni <[email protected]>; [email protected]; linux-
> [email protected]; Liron Himi <[email protected]>; Abhijit Ayarekar
> <[email protected]>; Sathesh B Edara <[email protected]>;
> Satananda Burla <[email protected]>; [email protected]
> Subject: Re: [EXT] Re: [PATCH net-next v2 2/9] octeon_ep: poll for control
> messages
>
> On Thu, 8 Dec 2022 04:41:56 +0000 Veerasenareddy Burru wrote:
> > > On Thu, 8 Dec 2022 03:17:33 +0000 Veerasenareddy Burru wrote:
> > > > We have a follow up patch after this series implementing
> > > > ndo_get_vf_xxx() and ndo_set_vf_xxx().
> > >
> > > We don't accept new drivers which use those interfaces.
> >
> > Kindly suggest the acceptable interface.
>
> Kindly make the minimal effort to follow the list :/
>
> Perhaps others have the time to explain things to you, I believe my time is
> best spent elsewhere.

I see the new drivers have to implement VF representors.
Will resubmit the patchset with representor support.