RE: [EXT] Re: [PATCH v3 0/5] mbuf dynamic field expansion

2022-10-07 Thread Shijith Thotton
>> This is a continuation of the discussions[1] to add mbuf physical address >> field to >dynamic field. >> Previous version was to add PA field to dynamic field area based on the EAL >IOVA mode option. It was >> deemed unsafe as some components could still use the PA field without >checking IOVA

Re: [PATCH v3 0/5] mbuf dynamic field expansion

2022-10-07 Thread Thomas Monjalon
21/09/2022 15:56, Shijith Thotton: > This is a continuation of the discussions[1] to add mbuf physical address > field to dynamic field. > Previous version was to add PA field to dynamic field area based on the EAL > IOVA mode option. It was > deemed unsafe as some components could still use the

RE: [EXT] Re: [PATCH v3 0/5] mbuf dynamic field expansion

2022-09-28 Thread Shijith Thotton
Hi Olivier, Thanks for the review. >On Wed, Sep 21, 2022 at 07:26:16PM +0530, Shijith Thotton wrote: >> This is a continuation of the discussions[1] to add mbuf physical address >> field to >dynamic field. >> Previous version was to add PA field to dynamic field area based on the EAL >IOVA mode

Re: [PATCH v3 0/5] mbuf dynamic field expansion

2022-09-28 Thread Olivier Matz
Hi Shijith, On Wed, Sep 21, 2022 at 07:26:16PM +0530, Shijith Thotton wrote: > This is a continuation of the discussions[1] to add mbuf physical address > field to dynamic field. > Previous version was to add PA field to dynamic field area based on the EAL > IOVA mode option. It was > deemed uns

RE: [PATCH v3 0/5] mbuf dynamic field expansion

2022-09-27 Thread Shijith Thotton
> >This is a continuation of the discussions[1] to add mbuf physical address >field to >dynamic field. >Previous version was to add PA field to dynamic field area based on the EAL >IOVA >mode option. It was >deemed unsafe as some components could still use the PA field without checking >IOVA mode

[PATCH v3 0/5] mbuf dynamic field expansion

2022-09-21 Thread Shijith Thotton
This is a continuation of the discussions[1] to add mbuf physical address field to dynamic field. Previous version was to add PA field to dynamic field area based on the EAL IOVA mode option. It was deemed unsafe as some components could still use the PA field without checking IOVA mode and ther