examples/bbdev: switch to dynamic mbuf field
authorThomas Monjalon <thomas@monjalon.net>
Mon, 26 Oct 2020 04:40:18 +0000 (05:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 31 Oct 2020 15:13:11 +0000 (16:13 +0100)
commit61bf499d9c38e7b7f62e3d5181cb28039048d682
tree06dc457876182153c766689a60db4fcafa9118b9
parenta4931d5b2d14ba96554335d6fb360ebc5980082c
examples/bbdev: switch to dynamic mbuf field

The example used the deprecated mbuf field udata64 as input mbuf pointer.
It is moved to a dynamic field in order to allow removal of udata64.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
examples/bbdev_app/main.c