ethdev: more doxygen comments about fdir
authorIntel <intel.com>
Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Sep 2013 12:09:22 +0000 (14:09 +0200)
Signed-off-by: Intel
lib/librte_ether/rte_ethdev.h

index d36089c..1ac9550 100644 (file)
@@ -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;
 };