diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-06-24 16:06:03 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-06-29 16:28:35 -0600 |
commit | 3917d7135cc605da3d607df089f16f9773aa67f9 (patch) | |
tree | 04ee1f9fb409729ecffe3315c8202d978ad38e82 /src/messages.h | |
parent | 2fbaef864227150ca9bbc78b57614c313c2dac9d (diff) |
receive: account for napi_gro_receive never returning GRO_DROP
The napi_gro_receive function no longer returns GRO_DROP ever, making
handling GRO_DROP dead code. This commit removes that dead code.
Further, it's not even clear that device drivers have any business in
taking action after passing off received packets; that's arguably out of
their hands.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/messages.h')
0 files changed, 0 insertions, 0 deletions