commit | bcd1665e3569b0a6f569514f023a41fc7df0b4a3 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Wed Nov 07 12:38:30 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 07 16:23:04 2018 -0800 |
tree | 4e28d9a2711bdfa1069efdfb49350ede0e1d97f7 | |
parent | e20cf8d3f1f763ad28a9cb3b41305b8a8a42653e [diff] |
udp: add support for UDP_GRO cmsg When UDP GRO is enabled, the UDP_GRO cmsg will carry the ingress datagram size. User-space can use such info to compute the original packets layout. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>