RE: [EXT] Re: [PATCH v3 1/5] build: add meson option to configure IOVA mode as VA

2022-09-28 Thread Shijith Thotton
>> IOVA mode in DPDK is either PA or VA. The new build option iova_as_va >> configures the mode to VA at compile time and prevents setting it to PA >> at runtime. For now, all drivers which are not always enabled are >> disabled with this option. Supported driver can set the flag >> pmd_iova_as_va

Re: [PATCH v3 1/5] build: add meson option to configure IOVA mode as VA

2022-09-28 Thread Olivier Matz
On Wed, Sep 21, 2022 at 07:26:17PM +0530, Shijith Thotton wrote: > IOVA mode in DPDK is either PA or VA. The new build option iova_as_va > configures the mode to VA at compile time and prevents setting it to PA > at runtime. For now, all drivers which are not always enabled are > disabled with this