Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85655
b: refs/heads/master
c: d5bd014
h: refs/heads/master
i:
  85653: 65f2278
  85651: 4ca9ed2
  85647: 0f19b7b
v: v3
  • Loading branch information
Neil Turton authored and David S. Miller committed Feb 13, 2008
1 parent 120a4ee commit 8ae5497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d8b2a4d21e0b37b9669b202867bfef19f68f786a
refs/heads/master: d5bd0146f0d61f7dc9904a7cc6d5cb9832034de4
8 changes: 4 additions & 4 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,10 @@ struct net_device

unsigned char broadcast[MAX_ADDR_LEN]; /* hw bcast add */

/* ingress path synchronizer */
spinlock_t ingress_lock;
struct Qdisc *qdisc_ingress;

/*
* Cache line mostly used on queue transmit path (qdisc)
*/
Expand All @@ -617,10 +621,6 @@ struct net_device
/* Partially transmitted GSO packet. */
struct sk_buff *gso_skb;

/* ingress path synchronizer */
spinlock_t ingress_lock;
struct Qdisc *qdisc_ingress;

/*
* One part is mostly used on xmit path (device)
*/
Expand Down

0 comments on commit 8ae5497

Please sign in to comment.