test/graph: switch user data to dynamic mbuf field
authorThomas Monjalon <thomas@monjalon.net>
Mon, 26 Oct 2020 03:53:16 +0000 (04:53 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 31 Oct 2020 15:13:11 +0000 (16:13 +0100)
commite2e0158381be863d43f85a7c09aca22014799930
tree39990e83d722a20c9369bf345ca746bc60ae404a
parent6e1096939de00871174bc4d2f187f78c8270ca33
test/graph: switch user data to dynamic mbuf field

The test used the deprecated mbuf field udata64.
It is moved to a dynamic field in order to allow removal of udata64.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
app/test/test_graph.c