[dpdk-dev] [PATCH v2 2/2] ethdev: introduce Tx queue offloads API
Shahaf Shuler
shahafs at mellanox.com
Mon Sep 11 14:27:00 CEST 2017
September 11, 2017 11:03 AM, Andrew Rybchenko:
+/**
+ * A conversion function from txq_flags API.
+ */
+static void
+rte_eth_convert_txq_flags(const uint32_t txq_flags, uint64_t *tx_offloads)
Maybe tx_offlaods should be simply return value of the function instead of void.
Similar comment is applicable to rte_eth_convert_txq_offloads().
Can you elaborate why it would be better?
More information about the dev
mailing list