]> git.ipfire.org Git - thirdparty/man-pages.git/commit
udp.7: add UDP_GRO
authorWillem de Bruijn <willemb@google.com>
Thu, 2 Mar 2023 15:48:08 +0000 (10:48 -0500)
committerAlejandro Colomar <alx@kernel.org>
Mon, 6 Mar 2023 13:33:58 +0000 (14:33 +0100)
commit3360dceb59e09bd77259d4b30db9b0c3bfe91309
tree60fc8ff01bc8205916792c3d26cfa4da230ed7db
parent806eabd74910447f21005160e90957bde4db0183
udp.7: add UDP_GRO

UDP_GRO was added in commit e20cf8d3f1f7
("udp: implement GRO for plain UDP sockets.")

    $ git describe --contains e20cf8d3f1f7
    linux/v5.0-rc1~129^2~379^2~8

Kernel source has example code in tools/testing/selftests/net/udpgro*

Per https://www.kernel.org/doc/man-pages/patches.html,
"Describe how you obtained the information in your patch":
I reviewed the relevant UDP_GRO patches.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Cc: <pabeni@redhat.com>
Cc: <netdev@vger.kernel.org>
[ alx: srcfix ]
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man7/udp.7