netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Remove the inet_lro library
@ 2016-02-15 21:23 Ben Hutchings
  2016-02-15 21:25 ` [PATCH net-next 1/3] pasemi_mac: Replace LRO with GRO Ben Hutchings
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ben Hutchings @ 2016-02-15 21:23 UTC (permalink / raw)
  To: netdev

[-- Attachment #1: Type: text/plain, Size: 1153 bytes --]

The old inet_lro library has been deprecated ever since GRO was
introduced, but there are still a few drivers using it.  Convert
them to GRO and remove it.

Ben.

Ben Hutchings (3):
  pasemi_mac: Replace LRO with GRO
  RDMA/nes: Replace LRO with GRO
  ipv4: Remove inet_lro library

 drivers/infiniband/hw/nes/Kconfig                |   1 -
 drivers/infiniband/hw/nes/nes_hw.c               |  44 +--
 drivers/infiniband/hw/nes/nes_hw.h               |   7 -
 drivers/infiniband/hw/nes/nes_nic.c              |   7 -
 drivers/net/ethernet/pasemi/Kconfig              |   5 +-
 drivers/net/ethernet/pasemi/pasemi_mac.c         |  50 +--
 drivers/net/ethernet/pasemi/pasemi_mac.h         |   4 -
 drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c |   1 -
 include/linux/inet_lro.h                         | 142 ---------
 net/ipv4/Kconfig                                 |   8 -
 net/ipv4/Makefile                                |   1 -
 net/ipv4/inet_lro.c                              | 374 -----------------------
 12 files changed, 4 insertions(+), 640 deletions(-)
 delete mode 100644 include/linux/inet_lro.h
 delete mode 100644 net/ipv4/inet_lro.c


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-17 21:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 21:23 [PATCH net-next 0/3] Remove the inet_lro library Ben Hutchings
2016-02-15 21:25 ` [PATCH net-next 1/3] pasemi_mac: Replace LRO with GRO Ben Hutchings
2016-02-15 21:25 ` [PATCH net-next 2/3] RDMA/nes: " Ben Hutchings
2016-02-15 21:25 ` [PATCH net-next 3/3] ipv4: Remove inet_lro library Ben Hutchings
2016-02-17 21:16 ` [PATCH net-next 0/3] Remove the " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).