| From | Toke Høiland-Jørgensen <> | | Subject | Re: [PATCH net-next v3 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI | | Date | Fri, 17 Jan 2025 13:43:49 +0100 |
| |
Alexander Lobakin <aleksander.lobakin@intel.com> 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@intel.com> > Tested-by: Daniel Xu <dxu@dxuuu.xyz>
Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com>
|