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 kevintraynor committed Jul 12, 2023
1 parent 5d9357c commit 8849791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mbuf/rte_mbuf_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,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 8849791

Please sign in to comment.