net/ice: enable Rx timestamp on flex descriptor
[dpdk.git] / drivers / net / dpaa / rte_pmd_dpaa.h
index 2b03d52..ec45633 100644 (file)
  *
  */
 
-#include <rte_ethdev_driver.h>
-
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change, or be removed, without prior notice
- *
  * Enable/Disable TX loopback
  *
  * @param port
@@ -34,6 +29,6 @@
  *   - (-EINVAL) if bad parameter.
  */
 int
-rte_pmd_dpaa_set_tx_loopback(uint8_t port, uint8_t on);
+rte_pmd_dpaa_set_tx_loopback(uint16_t port, uint8_t on);
 
 #endif /* _PMD_DPAA_H_ */