-
- Downloads
sfc: Use TX PIO for sufficiently small packets
Sufficiently small linear packets can be copied into the PIO buffer
with a single call to memcpy_toio(). Non-linear packets require an
intermediate cache-line-sized buffer.
[bwh: I wrote the first version of this, but Jon did the hard work to
handle non-linear packets.]
Signed-off-by:
Ben Hutchings <bhutchings@solarflare.com>
Showing
- drivers/net/ethernet/sfc/ef10_regs.h 1 addition, 0 deletionsdrivers/net/ethernet/sfc/ef10_regs.h
- drivers/net/ethernet/sfc/ethtool.c 1 addition, 0 deletionsdrivers/net/ethernet/sfc/ethtool.c
- drivers/net/ethernet/sfc/net_driver.h 2 additions, 0 deletionsdrivers/net/ethernet/sfc/net_driver.h
- drivers/net/ethernet/sfc/tx.c 151 additions, 0 deletionsdrivers/net/ethernet/sfc/tx.c
Loading
Please register or sign in to comment