On 6/23/22 1:17 AM, Hao Xu wrote: > From: Hao Xu <howeyxu@xxxxxxxxxxx> > > Make io_kbuf_recycle_ring() inline since it is the fast path of > provided buffer. The legacy recycling path doesn't need to get inlined, it's too fat for that. Let's just move io_kbuf_recycle_ring() and leave io_kbuf_recycle_legacy() out-of-line in kbuf.c as a function call. -- Jens Axboe