Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166307
b: refs/heads/master
c: 6b80d6a
h: refs/heads/master
i:
  166305: 642a50a
  166303: e5ba2a9
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Sep 24, 2009
1 parent 84504a9 commit 1dd4b67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0915921bde4eb5d943b17c175febac58a254d7b6
refs/heads/master: 6b80d6a6b4e27fd355641823c5f4ac3f96d072e5
9 changes: 4 additions & 5 deletions trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,10 @@
#define F_QUEUE_MAP_CPU (1<<14) /* queue map mirrors smp_processor_id() */

/* Thread control flag bits */
#define T_TERMINATE (1<<0)
#define T_STOP (1<<1) /* Stop run */
#define T_RUN (1<<2) /* Start run */
#define T_REMDEVALL (1<<3) /* Remove all devs */
#define T_REMDEV (1<<4) /* Remove one dev */
#define T_STOP (1<<0) /* Stop run */
#define T_RUN (1<<1) /* Start run */
#define T_REMDEVALL (1<<2) /* Remove all devs */
#define T_REMDEV (1<<3) /* Remove one dev */

/* If lock -- can be removed after some work */
#define if_lock(t) spin_lock(&(t->if_lock));
Expand Down

0 comments on commit 1dd4b67

Please sign in to comment.