Skip to content

Commit cf4eeee

Browse files
mohittahilianidavem330
authored andcommitted
pie: rearrange macros in order of length
Rearrange macros in order of length and align the values to improve readability. Signed-off-by: Mohit P. Tahiliani <[email protected]> Signed-off-by: Leslie Monis <[email protected]> Signed-off-by: Gautam Ramakrishnan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 805a5a2 commit cf4eeee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/net/pie.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
#include <net/inet_ecn.h>
99
#include <net/pkt_sched.h>
1010

11-
#define QUEUE_THRESHOLD 16384
12-
#define DQCOUNT_INVALID -1
13-
#define DTIME_INVALID U64_MAX
14-
#define MAX_PROB U64_MAX
15-
#define PIE_SCALE 8
11+
#define MAX_PROB U64_MAX
12+
#define DTIME_INVALID U64_MAX
13+
#define QUEUE_THRESHOLD 16384
14+
#define DQCOUNT_INVALID -1
15+
#define PIE_SCALE 8
1616

1717
/* parameters used */
1818
struct pie_params {

0 commit comments

Comments
 (0)