Skip to content

Commit

Permalink
mbuf: fix Doxygen comment of distributor metadata
Browse files Browse the repository at this point in the history
[ upstream commit b3a160230bc0750cc522f456d11aced01d2e9b20 ]

/**< is for post annotations.

Fixes: 839b20b ("ethdev: support metadata as flow rule criteria")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
david-marchand authored and bluca committed Jun 28, 2023
1 parent 7a535c0 commit 4a8c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/librte_mbuf/rte_mbuf_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ struct rte_mbuf {
* @see rte_event_eth_tx_adapter_txq_set()
*/
} txadapter; /**< Eventdev ethdev Tx adapter */
/**< User defined tags. See rte_distributor_process() */
uint32_t usr;
/**< User defined tags. See rte_distributor_process() */
} hash; /**< hash information */
};

Expand Down

0 comments on commit 4a8c06d

Please sign in to comment.