commit | 3f44899ef2ce0c9da49feb0d6f08098a08cb96ae | [log] [tgz] |
---|---|---|
author | Boris Pismenny <borisp@mellanox.com> | Sat Jun 30 22:14:27 2018 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Mon Jul 23 15:01:11 2018 -0700 |
tree | 03c85492a9c0491c2560340ad81972e62eb45ad2 | |
parent | cc495188a8ff0d169ad7c0182acd9c08b90e29ea [diff] |
net/mlx5e: Use PARTIAL_GSO for UDP segmentation This patch removes the splitting of UDP_GSO_L4 packets in the driver, and exposes UDP_GSO_L4 as a PARTIAL_GSO feature. Thus, the network stack is not responsible for splitting the packet into two. Signed-off-by: Boris Pismenny <borisp@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>