test/mbuf: skip field registration at busy offset
authorThomas Monjalon <thomas@monjalon.net>
Sat, 31 Oct 2020 14:27:03 +0000 (15:27 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 31 Oct 2020 15:13:10 +0000 (16:13 +0100)
commit530de86a12079bc85a93ae505fba6d47e6f18bc1
tree337f58c8ae9b8f5a86f76e235c39789c46869d8d
parenta339694621359f4f4e5832cf6d7e7764172b7705
test/mbuf: skip field registration at busy offset

There is a test for dynamic field registration at a specific offset.
Depending on which driver is probed, some dynamic fields may be
already registered at this offset.
This failure is skipped with a warning.

Fixes: 4958ca3a443a ("mbuf: support dynamic fields and flags")
Cc: stable@dpdk.org
Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Marchand <david.marchand@redhat.com>
app/test/test_mbuf.c