Re: [PATCH v3 1/3] net: NC-SI setup and handling

2022-08-08 Thread Ramon Fried
On Mon, Aug 8, 2022 at 9:18 AM Joel Stanley wrote: > > On Sat, 6 Aug 2022 at 23:54, Ramon Fried wrote: > > > > On Mon, Jul 4, 2022 at 11:20 AM Cédric Le Goater wrote: > > > > > > On 7/4/22 09:58, Joel Stanley wrote: > > > > From: Samuel Mendoza-Jonas > > > > > > > > Add the handling of NC-SI et

Re: [PATCH v3 1/3] net: NC-SI setup and handling

2022-08-07 Thread Joel Stanley
On Sat, 6 Aug 2022 at 23:54, Ramon Fried wrote: > > On Mon, Jul 4, 2022 at 11:20 AM Cédric Le Goater wrote: > > > > On 7/4/22 09:58, 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 con

Re: [PATCH v3 1/3] net: NC-SI setup and handling

2022-08-06 Thread Ramon Fried
On Mon, Jul 4, 2022 at 11:20 AM Cédric Le Goater wrote: > > On 7/4/22 09:58, 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. > > This als

Re: [PATCH v3 1/3] net: NC-SI setup and handling

2022-07-04 Thread Cédric Le Goater
On 7/4/22 09:58, 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. This also adds an "ncsi" command to manually start NC-SI configuration. Signed-off-by