Re: [PATCH v4 1/4] net: NC-SI setup and handling

2022-10-24 Thread Tom Rini
On Mon, Aug 08, 2022 at 09:46:03PM +0930, Joel Stanley wrote: > From: Samuel Mendoza-Jonas > > Add the handling of NC-SI ethernet frames, and add a check at the start > of net_loop() to configure NC-SI before starting other network commands. > > Signed-off-by: Samuel Mendoza-Jonas >

Re: [PATCH v4 1/4] net: NC-SI setup and handling

2022-08-08 Thread Ramon Fried
On Mon, Aug 8, 2022 at 3:16 PM Joel Stanley wrote: > > From: Samuel Mendoza-Jonas > > Add the handling of NC-SI ethernet frames, and add a check at the start > of net_loop() to configure NC-SI before starting other network commands. > > Signed-off-by: Samuel Mendoza-Jonas > Signed-off-by: Joel

Re: [PATCH v4 1/4] net: NC-SI setup and handling

2022-08-08 Thread Cédric Le Goater
On 8/8/22 14:16, Joel Stanley wrote: From: Samuel Mendoza-Jonas Add the handling of NC-SI ethernet frames, and add a check at the start of net_loop() to configure NC-SI before starting other network commands. Signed-off-by: Samuel Mendoza-Jonas Signed-off-by: Joel Stanley Reviewed-by:

[PATCH v4 1/4] net: NC-SI setup and handling

2022-08-08 Thread Joel Stanley
From: Samuel Mendoza-Jonas Add the handling of NC-SI ethernet frames, and add a check at the start of net_loop() to configure NC-SI before starting other network commands. Signed-off-by: Samuel Mendoza-Jonas Signed-off-by: Joel Stanley --- v4: split out cmd addition into a separate patch v3: