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

2022-09-28 Thread Shijith Thotton
>> Swapped position of mbuf next pointer and second dynamic field (dynfield2) >> if the build is configured to use IOVA as VA. This is to move the mbuf >> next pointer to first cache line. kni library is disabled for this >> change as it depends on the offset value of next pointer. >> >> Signed-off

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

2022-09-28 Thread Olivier Matz
On Wed, Sep 21, 2022 at 07:26:19PM +0530, Shijith Thotton wrote: > Swapped position of mbuf next pointer and second dynamic field (dynfield2) > if the build is configured to use IOVA as VA. This is to move the mbuf > next pointer to first cache line. kni library is disabled for this > change as it

RE: [PATCH v3 3/5] lib: move mbuf next pointer to first cache line

2022-09-21 Thread Morten Brørup
> From: Shijith Thotton [mailto:sthot...@marvell.com] > Sent: Wednesday, 21 September 2022 15.56 > > Swapped position of mbuf next pointer and second dynamic field > (dynfield2) > if the build is configured to use IOVA as VA. This is to move the mbuf > next pointer to first cache line. kni library

[PATCH v3 3/5] lib: move mbuf next pointer to first cache line

2022-09-21 Thread Shijith Thotton
Swapped position of mbuf next pointer and second dynamic field (dynfield2) if the build is configured to use IOVA as VA. This is to move the mbuf next pointer to first cache line. kni library is disabled for this change as it depends on the offset value of next pointer. Signed-off-by: Shijith Thot