examples/rxtx_callbacks: show use of callbacks
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 23 Feb 2015 18:30:10 +0000 (18:30 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Feb 2015 23:38:31 +0000 (00:38 +0100)
commite7bc40da738c24a0cf23517f9d7144c0c96a75de
tree13471151c50b03bed6b1ddc48e79ce82d02a86c5
parent4dc294158cac46b6b69b60ff4216503777c5eb57
examples/rxtx_callbacks: show use of callbacks

Example showing how callbacks can be used to insert a timestamp
into each packet on RX. On TX the timestamp is used to calculate
the packet latency through the app, in cycles.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
MAINTAINERS
examples/Makefile
examples/rxtx_callbacks/Makefile [new file with mode: 0644]
examples/rxtx_callbacks/main.c [new file with mode: 0644]