• Jeff Garzik's avatar
    [netdrvr 8139cp] support NAPI on RX path; Ditch RX frag handling. · ff3e5d38
    Jeff Garzik authored
    NAPI is turned on unconditionally for the RX path.  The hardware
    supports interrupt mitigation, so that should be investigated too.
    
    RX fragment handling removed.  We simply ensure that we alloc
    buffers large enough to hold incoming packets.  Any stray RX
    frags that occur (shouldn't be any) will be dropped.
    ff3e5d38
8139cp.c 50.1 KB