On 17/08/2023 01.42, Jakub Kicinski wrote:
To fully benefit from previous commit add one byte of state
in the first cache line recording if we need to look at
the slow part.
The packing isn't all that impressive right now, we create
a 7B hole. I'm expecting Olek's rework will reshuffle this,
anyway.
Signed-off-by: Jakub Kicinski<kuba@kernel.org>
---
include/net/page_pool/types.h | 2 ++
net/core/page_pool.c | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
As followup to 1/13 LGTM
Acked-by: Jesper Dangaard Brouer <hawk@kernel.org>