Re: [PATCH nf-next] netfilter: flowtable: dedicated slab for flow entry

From: Qingfang Deng

Date: Thu Jan 29 2026 - 07:07:07 EST


On Thu, Jan 29, 2026 at 6:26 PM Florian Westphal <fw@xxxxxxxxx> wrote:
> Ok, but please use KMEM_CACHE(), we've had a bunch of patches
> that removed kmem_cache_create() in several places, I would like
> to avoid a followup patch.

But I'm creating a slab with a different name (`nf_flow_offload`) from
the struct name (`flow_offload`). Should I keep the `nf_` prefix?

Regards,
Qingfang