On Thu, 2020-10-01 at 08:50 -0700, Jakub Kicinski wrote: > > > > > > > + memcpy(op, &family->ops[i], sizeof(*op)); > > > > > > > > > > > > What's wrong with struct assignment? :)
> FWIW the 400 was without the -Os with -Os it's more like 50. So I'll > just go for it and do the struct assignment. FWIW, I really don't think it actually _matters_. I just started using struct assignments more since they're type safe and you don't trip up any of the static checkers :-) More in non-kernel projects than the kernel though, to be honest. johannes