Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194623
b: refs/heads/master
c: cd7b539
h: refs/heads/master
i:
  194621: e1d0608
  194619: 597cfe0
  194615: 7720c16
  194607: d493c8e
  194591: f29f78f
  194559: d61d5ef
v: v3
  • Loading branch information
David S. Miller committed May 3, 2010
1 parent 93f9a88 commit 8158183
Show file tree
Hide file tree
Showing 2 changed files with 6 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: dee42870a423ad485129f43cddfe7275479f11d8
refs/heads/master: cd7b5396e7e4d10c51116f59f414ff90312af8d4
10 changes: 5 additions & 5 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ struct net_device {
unsigned char operstate; /* RFC2863 operstate */
unsigned char link_mode; /* mapping policy to operstate */

unsigned mtu; /* interface MTU value */
unsigned int mtu; /* interface MTU value */
unsigned short type; /* interface hardware type */
unsigned short hard_header_len; /* hardware hdr length */

Expand Down Expand Up @@ -1381,10 +1381,10 @@ struct softnet_data {
struct sk_buff_head process_queue;

/* stats */
unsigned processed;
unsigned time_squeeze;
unsigned cpu_collision;
unsigned received_rps;
unsigned int processed;
unsigned int time_squeeze;
unsigned int cpu_collision;
unsigned int received_rps;

#ifdef CONFIG_RPS
struct softnet_data *rps_ipi_list;
Expand Down

0 comments on commit 8158183

Please sign in to comment.