Skip to content

Commit

Permalink
clang-format update
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Wiles <keith.wiles@intel.com>
  • Loading branch information
KeithWiles authored and pktgen committed Oct 17, 2023
1 parent 568d521 commit 57b9452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/pktgen-port-cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
#include <rte_bus.h>

enum {
RX_PTHRESH = 8, /**< Default values of RX prefetch threshold reg. */
RX_HTHRESH = 8, /**< Default values of RX host threshold reg. */
RX_WTHRESH = 4, /**< Default values of RX write-back threshold reg. */
RX_PTHRESH = 8, /**< Default values of RX prefetch threshold reg. */
RX_HTHRESH = 8, /**< Default values of RX host threshold reg. */
RX_WTHRESH = 4, /**< Default values of RX write-back threshold reg. */

TX_PTHRESH = 36, /**< Default values of TX prefetch threshold reg. */
TX_HTHRESH = 0, /**< Default values of TX host threshold reg. */
Expand Down

0 comments on commit 57b9452

Please sign in to comment.