Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Use more bit fields in napi_gro_cb
[ Upstream commit baa32ff ] 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> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
- Loading branch information