RE: [PATCH net-next v03 1/3] af_packet: allow fanout_add when socket is not RUNNING

2024-10-10 Thread Gur Stavi
> Gur Stavi wrote: > > PACKET socket can retain its fanout membership through link down and up > > and leave a fanout while closed regardless of link state. > > However, socket was forbidden from joining a fanout while it was not > > RUNNING. > > > > This patch allows PACKET socket to join fanout w

Re: [PATCH net-next v03 1/3] af_packet: allow fanout_add when socket is not RUNNING

2024-10-10 Thread Willem de Bruijn
Gur Stavi wrote: > PACKET socket can retain its fanout membership through link down and up > and leave a fanout while closed regardless of link state. > However, socket was forbidden from joining a fanout while it was not > RUNNING. > > This patch allows PACKET socket to join fanout while not RUNN

RE: [PATCH net-next v03 1/3] af_packet: allow fanout_add when socket is not RUNNING

2024-10-10 Thread Gur Stavi
> Subject: [PATCH net-next v03 1/3] af_packet: allow fanout_add when socket > is not RUNNING > > PACKET socket can retain its fanout membership through link down and up > and leave a fanout while closed regardless of link state. > However, socket was forbidden from joining a f

[PATCH net-next v03 1/3] af_packet: allow fanout_add when socket is not RUNNING

2024-10-10 Thread Gur Stavi
PACKET socket can retain its fanout membership through link down and up and leave a fanout while closed regardless of link state. However, socket was forbidden from joining a fanout while it was not RUNNING. This patch allows PACKET socket to join fanout while not RUNNING. The previous test for R