mbuf: get the name of offload flags
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 26 Nov 2014 15:04:48 +0000 (16:04 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 26 Nov 2014 18:35:55 +0000 (19:35 +0100)
commite4a1c50e69f86944cb49384eb3211d080cb44f7a
treeeca0d7ceddf3397387a4f455fe39157f95c9785d
parentb161f721074eac8767622c6b4786e6c3dd5aff85
mbuf: get the name of offload flags

In test-pmd (rxonly.c), the code is able to dump the list of ol_flags.
The issue is that the list of flags in the application has to be
synchronized with the flags defined in rte_mbuf.h.

This patch introduces 2 new functions rte_get_rx_ol_flag_name()
and rte_get_tx_ol_flag_name() that returns the name of a flag from
its mask. It also fixes rxonly.c to use this new functions and to
display the proper flags.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
app/test-pmd/rxonly.c
lib/librte_mbuf/rte_mbuf.c
lib/librte_mbuf/rte_mbuf.h