Re: [PATCH RFC v2 01/13] net: bundle all offloads in a single struct

2025-07-16 Thread Akihiko Odaki
On 2025/07/15 23:52, Paolo Abeni wrote: On 7/15/25 8:36 AM, Akihiko Odaki wrote: On 2025/07/11 22:02, Paolo Abeni wrote: The set_offload() argument list is already pretty long and we are going to introduce soon a bunch of additional offloads. Replace the offload arguments with a single struct

Re: [PATCH RFC v2 01/13] net: bundle all offloads in a single struct

2025-07-15 Thread Paolo Abeni
On 7/15/25 8:36 AM, Akihiko Odaki wrote: > On 2025/07/11 22:02, Paolo Abeni wrote: >> The set_offload() argument list is already pretty long and >> we are going to introduce soon a bunch of additional offloads. >> >> Replace the offload arguments with a single struct and update >> all the relevant

Re: [PATCH RFC v2 01/13] net: bundle all offloads in a single struct

2025-07-14 Thread Akihiko Odaki
On 2025/07/11 22:02, Paolo Abeni wrote: The set_offload() argument list is already pretty long and we are going to introduce soon a bunch of additional offloads. Replace the offload arguments with a single struct and update all the relevant call-sites. No functional changes intended. Signed-of