lro: separate HPTS specific code into tcp_lro_hpts.c
authorGleb Smirnoff <glebius@FreeBSD.org>
Mon, 4 Dec 2023 18:19:46 +0000 (10:19 -0800)
committerGleb Smirnoff <glebius@FreeBSD.org>
Mon, 4 Dec 2023 18:19:46 +0000 (10:19 -0800)
commit4f9c93f16c30d553613def0442d8ddbee859e76b
tree71564913f88afbf7ca1a04b5118a7765f72fb8e1
parent5b0010b4678d778967a5a82fb38507e46a071e38
lro: separate HPTS specific code into tcp_lro_hpts.c

Put same copyright header as tcp_hpts.c has, since all this code
was developed by Randall Stewart <rrs@FreeBSD.org> as a part of
the HPTS work.  Also copy Mellanox copyright from tcp_lro.c as
Hans Petter Selasky also participated in restructuring the code.

Reviewed by: imp, tuexen, rrs
Differential Revision: https://reviews.freebsd.org/D42854
sys/conf/files
sys/modules/tcp/hpts/Makefile
sys/netinet/tcp_lro.c
sys/netinet/tcp_lro.h
sys/netinet/tcp_lro_hpts.c [new file with mode: 0644]