From 9b2027a70bf803791776de012bfbca7e545aca70 Mon Sep 17 00:00:00 2001 From: Intel Date: Mon, 3 Jun 2013 00:00:00 +0000 Subject: [PATCH] ethdev: more doxygen comments about fdir Signed-off-by: Intel --- lib/librte_ether/rte_ethdev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index d36089c8eb..1ac95505d9 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -495,9 +495,9 @@ struct rte_fdir_conf { enum rte_fdir_mode mode; /**< Flow Director mode. */ enum rte_fdir_pballoc_type pballoc; /**< Space for FDIR filters. */ enum rte_fdir_status_mode status; /**< How to report FDIR hash. */ - /* Offset of flexbytes field in RX packets (in 16-bit word units). */ + /** Offset of flexbytes field in RX packets (in 16-bit word units). */ uint8_t flexbytes_offset; - /* RX queue of packets matching a "drop" filter in perfect mode. */ + /** RX queue of packets matching a "drop" filter in perfect mode. */ uint8_t drop_queue; }; -- 2.20.1