Re: [PATCH] mempool: remove cache flush threshold
Andrew Rybchenko <[email protected]> Fri, 24 Jul 2026 16:35:40 +0300
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On 7/24/26 3:07 PM, Morten Brørup wrote: > mempool: remove cache flush threshold > > Removed the mempool cache flush threshold field (``flushthresh``), > which was obsolete and marked for removal. > > Reduced the size of the mempool cache objects array; it was double the > required size. > > Also fixed a couple of commments. > > The sxe2 driver was updated to use the ``size`` field instead of the > ``flushthresh`` field; it contains the same value. > > Signed-off-by: Morten Brørup <[email protected]> Acked-by: Andrew Rybchenko <[email protected]>