RE: [EXT] Re: [PATCH v5 5/7] lib: move mbuf next pointer to first cache line

2022-10-07 Thread Shijith Thotton
>> Swapped position of mbuf next pointer and second dynamic field (dynfield2) >> if the build is configured to disable IOVA as PA. This is to move the >> mbuf next pointer to first cache line. >> >> Signed-off-by: Shijith Thotton >> Acked-by: Olivier Matz > >Why not always move it? >Having things

Re: [PATCH v5 5/7] lib: move mbuf next pointer to first cache line

2022-10-07 Thread Stephen Hemminger
On Sat, 8 Oct 2022 02:32:09 +0530 Shijith Thotton wrote: > Swapped position of mbuf next pointer and second dynamic field (dynfield2) > if the build is configured to disable IOVA as PA. This is to move the > mbuf next pointer to first cache line. > > Signed-off-by: Shijith Thotton > Acked-by: O

[PATCH v5 5/7] lib: move mbuf next pointer to first cache line

2022-10-07 Thread Shijith Thotton
Swapped position of mbuf next pointer and second dynamic field (dynfield2) if the build is configured to disable IOVA as PA. This is to move the mbuf next pointer to first cache line. Signed-off-by: Shijith Thotton Acked-by: Olivier Matz --- doc/guides/rel_notes/release_22_11.rst | 3 +++ lib/