linux/include/net/page_pool
Alexander Lobakin 39daa09d34 page_pool: use __cacheline_group_{begin, end}_aligned()
Instead of doing __cacheline_group_begin() __aligned(), use the new
__cacheline_group_{begin,end}_aligned(), so that it will take care
of the group alignment itself.
Also replace open-coded `4 * sizeof(long)` in two places with
a definition.

Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2024-07-10 10:28:23 -07:00
..
helpers.h page_pool: convert to use netmem 2024-07-02 18:59:33 -07:00
types.h page_pool: use __cacheline_group_{begin, end}_aligned() 2024-07-10 10:28:23 -07:00