[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160215212351.GB5231@decadent.org.uk>
Date: Mon, 15 Feb 2016 21:23:52 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: netdev@...r.kernel.org
Subject: [PATCH net-next 0/3] Remove the inet_lro library
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
Download attachment "signature.asc" of type "application/pgp-signature" (812 bytes)
Powered by blists - more mailing lists