On 31/03/2018 01:01, Thomas Monjalon wrote:
[..]
 uint16_t nb_rxd = RTE_TEST_RX_DESC_DEFAULT; /**< Number of RX descriptors. */
 uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; /**< Number of TX descriptors. */

These doxygen comments in the middle of the code are totally useless.

Did wonder why they were there. However these lines are existing code, and since testpmd.c uses Doxygen tags extensively, removing them in my view ought to be done via a separate clean-up patch.

Reply via email to