[dpdk-dev] [PATCH v7 3/3] test: change external memory test to use system page sz

David Marchand david.marchand at redhat.com
Thu Jan 14 17:30:05 CET 2021


On Tue, Jan 12, 2021 at 6:39 PM Nithin Dabilpuram
<ndabilpuram at marvell.com> wrote:
>
> Currently external memory test uses 4K page size.
> VFIO DMA mapping works only with system page granularity.
>
> Earlier it was working because all the contiguous mappings
> were coalesced and mapped in one-go which ended up becoming
> a lot bigger page. Now that VFIO DMA mappings both in IOVA as VA
> and IOVA as PA mode, are being done at memseg list granularity,
> we need to use system page size.

When you say "earlier", do you mean before this series?
The other patches have been marked for backports, so either this test
change must be too, or its content must be squashed in the right patch
of this series.


-- 
David Marchand



More information about the dev mailing list