Merge "net: finish renaming lls to busy poll"
Eliezer Tamir says:
====================
Here are three patches that complete the rename of lls to busy-poll
1. rename include/net/ll_poll.h to include/net/busy_poll.h
2. Rename ndo_ll_poll to ndo_busy_poll.
Rename sk_mark_ll to sk_mark_napi_id.
Rename skb_mark_ll to skb_mark_napi_id.
Correct all useres of these functions.
Update comments and defines in include/net/busy_poll.h
3. Rename LL_SO to BUSY_POLL_SO
Rename sysctl_net_ll_{read,poll} to sysctl_busy_{read,poll}
Fix up users of these variables.
Fix documentation for sysctl.
v2 fixed forgetting the ndo changes in v1
v3 is a resend with -M
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- Documentation/sysctl/net.txt 9 additions, 8 deletionsDocumentation/sysctl/net.txt
- arch/alpha/include/uapi/asm/socket.h 1 addition, 1 deletionarch/alpha/include/uapi/asm/socket.h
- arch/avr32/include/uapi/asm/socket.h 1 addition, 1 deletionarch/avr32/include/uapi/asm/socket.h
- arch/cris/include/uapi/asm/socket.h 1 addition, 1 deletionarch/cris/include/uapi/asm/socket.h
- arch/frv/include/uapi/asm/socket.h 1 addition, 1 deletionarch/frv/include/uapi/asm/socket.h
- arch/h8300/include/uapi/asm/socket.h 1 addition, 1 deletionarch/h8300/include/uapi/asm/socket.h
- arch/ia64/include/uapi/asm/socket.h 1 addition, 1 deletionarch/ia64/include/uapi/asm/socket.h
- arch/m32r/include/uapi/asm/socket.h 1 addition, 1 deletionarch/m32r/include/uapi/asm/socket.h
- arch/mips/include/uapi/asm/socket.h 1 addition, 1 deletionarch/mips/include/uapi/asm/socket.h
- arch/mn10300/include/uapi/asm/socket.h 1 addition, 1 deletionarch/mn10300/include/uapi/asm/socket.h
- arch/parisc/include/uapi/asm/socket.h 1 addition, 1 deletionarch/parisc/include/uapi/asm/socket.h
- arch/powerpc/include/uapi/asm/socket.h 1 addition, 1 deletionarch/powerpc/include/uapi/asm/socket.h
- arch/s390/include/uapi/asm/socket.h 1 addition, 1 deletionarch/s390/include/uapi/asm/socket.h
- arch/sparc/include/uapi/asm/socket.h 1 addition, 1 deletionarch/sparc/include/uapi/asm/socket.h
- arch/xtensa/include/uapi/asm/socket.h 1 addition, 1 deletionarch/xtensa/include/uapi/asm/socket.h
- drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 2 additions, 2 deletionsdrivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
- drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 1 addition, 1 deletiondrivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
- drivers/net/ethernet/intel/ixgbe/ixgbe.h 1 addition, 1 deletiondrivers/net/ethernet/intel/ixgbe/ixgbe.h
- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 2 additions, 2 deletionsdrivers/net/ethernet/intel/ixgbe/ixgbe_main.c
- drivers/net/ethernet/mellanox/mlx4/en_netdev.c 2 additions, 2 deletionsdrivers/net/ethernet/mellanox/mlx4/en_netdev.c
Please register or sign in to comment