net/ice: enable Rx timestamp on flex descriptor
[dpdk.git] / drivers / net / dpaa / version.map
1 DPDK_22 {
2         global:
3
4         rte_pmd_dpaa_set_tx_loopback;
5
6         local: *;
7 };
8
9 INTERNAL {
10         global:
11
12         dpaa_eth_eventq_attach;
13         dpaa_eth_eventq_detach;
14 };