Re: [PATCH net-next v3 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI
From: Toke Høiland-Jørgensen
Date: Fri Jan 17 2025 - 07:44:27 EST
Alexander Lobakin <aleksander.lobakin@xxxxxxxxx> writes:
> Make GRO init and cleanup functions global to be able to use GRO
> without a NAPI instance. Taking into account already global gro_flush(),
> it's now fully usable standalone.
> New functions are not exported, since they're not supposed to be used
> outside of the kernel core code.
>
> Signed-off-by: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
> Tested-by: Daniel Xu <dxu@xxxxxxxxx>
Reviewed-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>