commit | baa32ff42871f2d4aca9c08c9403d0e497325564 | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Tue Feb 10 16:30:30 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 11 15:12:11 2015 -0800 |
tree | 3dc1edaf2234ca4316b44247c1a698ecdfb8b436 | |
parent | 6db93ea13b7937c0523ea1f977b322f1347a5633 [diff] |
net: Use more bit fields in napi_gro_cb This patch moves the free and same_flow fields to be bit fields (2 and 1 bit sized respectively). This frees up some space for u16's. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>