examples/rxtx_callbacks: switch TSC to dynamic field
authorThomas Monjalon <thomas@monjalon.net>
Mon, 26 Oct 2020 04:08:28 +0000 (05:08 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 31 Oct 2020 15:13:11 +0000 (16:13 +0100)
commiteb8258402b3f2bc016fdab3ca3520e1b824f83e6
tree3cd5ef2a2febabe93bdd9d04124433171814d61e
parent61bf499d9c38e7b7f62e3d5181cb28039048d682
examples/rxtx_callbacks: switch TSC to dynamic field

The example 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>
doc/guides/sample_app_ug/rxtx_callbacks.rst
examples/rxtx_callbacks/main.c