Re: [PATCH v7 0/2] ring-buffer: Rename sub-buffer into buffer page

2023-12-18 Thread Steven Rostedt
On Mon, 18 Dec 2023 11:28:17 -0500 Steven Rostedt wrote: > > Remove all references to sub-buffer and replace them with either bpage > > or ring_buffer_page. The user interface should not be changed. But what I would like to have changed (and this will come after all other changes are complete

Re: [PATCH v7 0/2] ring-buffer: Rename sub-buffer into buffer page

2023-12-18 Thread Steven Rostedt
On Mon, 18 Dec 2023 15:46:18 + Vincent Donnefort wrote: > Previously was introduced the ability to change the ring-buffer page > size. It also introduced the concept of sub-buffer that is, a contiguous > virtual memory space which can now be bigger than the system page size > (4K on most syst

[PATCH v7 0/2] ring-buffer: Rename sub-buffer into buffer page

2023-12-18 Thread Vincent Donnefort
Previously was introduced the ability to change the ring-buffer page size. It also introduced the concept of sub-buffer that is, a contiguous virtual memory space which can now be bigger than the system page size (4K on most systems). But behind the scene this is really just a page with an order >