[dpdk-dev] [PATCH v2 1/3] test: disable no-huge test with PA IOVA

2021-06-04 Thread Stanislaw Kardach
port initialized TELEMETRY: No legacy callbacks, legacy socket not created APP: HPET is not enabled, using TSC as default timer RTE>> This commit finishes the above test early with SKIP status to signify that no-huge support is simply not available. Signed-off-by: Stanislaw Kardach --- app/te

[dpdk-dev] [PATCH v2 2/3] test: disable no-huge where it's not necessary

2021-06-04 Thread Stanislaw Kardach
of no_huge which don't actually test the no-huge logic with a execution environment conditional no_huge_compat to indicate that it is passed as a compatibility flag, not as a requirement for a test itself. Signed-off-by: Stanislaw Kardach Fixes: b5d878e6db56 ("test: fix EAL flags a

[dpdk-dev] [PATCH v2 3/3] test: fix the -n unit test description

2021-06-04 Thread Stanislaw Kardach
When -n argument became optional, the test logic was fixed (by 1e0b51fd4) but the comment indicating why --no-huge and --no-shconf are used was not changed. Today those flags are used for compatibility with FreeBSD (see b5d878e6d), so change the comment to reflect that. Signed-off-by: Stanislaw

Re: [dpdk-dev] [PATCH v2 0/3] Increase test compatibility with PA IOVA

2021-06-10 Thread Stanislaw Kardach
On Fri, Jun 04, 2021 at 04:15:58PM +0200, Stanislaw Kardach wrote: > Please let me know if I'm missing a bigger picture with the --no-huge > and --no-shconf usage on non-FreeBSD platforms. > After looking at this issue again I'm abandoning this patchset because it seems wron

<    1   2