Skip to content

Commit

Permalink
Revert unnecessary changes resulting from merge. Sigh.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromi committed Dec 22, 2017
1 parent 801f83b commit 5bf0b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sch_cake.c
Expand Up @@ -151,7 +151,6 @@ struct cake_host {
u32 dsthost_tag;
u16 srchost_refcnt;
u16 dsthost_refcnt;
u32 pad;
};

struct cake_heap_entry {
Expand Down Expand Up @@ -1959,7 +1958,7 @@ static void cake_set_rate(struct cake_tin_data *b, u64 rate, u32 mtu,
*/
static const u64 MIN_RATE = 64;
u64 rate_ns = 0;
u8 rate_shft = 2;
u8 rate_shft = 0;
cobalt_time_t byte_target_ns;
u32 byte_target = mtu;

Expand Down

0 comments on commit 5bf0b65

Please sign in to comment.