Re: [net-next V2 12/12] net/mlx5e: Use PARTIAL_GSO for UDP segmentation

2018-08-01 Thread Boris Pismenny
On 7/24/2018 8:35 PM, Saeed Mahameed wrote: On Tue, Jul 24, 2018 at 7:53 AM, Alexander Duyck wrote: On Mon, Jul 23, 2018 at 3:11 PM, Saeed Mahameed wrote: From: Boris Pismenny This patch removes the splitting of UDP_GSO_L4 packets in the driver, and exposes UDP_GSO_L4 as a PARTIAL_GSO fe

Re: [net-next V2 12/12] net/mlx5e: Use PARTIAL_GSO for UDP segmentation

2018-07-24 Thread Saeed Mahameed
On Tue, Jul 24, 2018 at 7:53 AM, Alexander Duyck wrote: > On Mon, Jul 23, 2018 at 3:11 PM, Saeed Mahameed wrote: >> From: Boris Pismenny >> >> 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 n

Re: [net-next V2 12/12] net/mlx5e: Use PARTIAL_GSO for UDP segmentation

2018-07-24 Thread Alexander Duyck
On Mon, Jul 23, 2018 at 3:11 PM, Saeed Mahameed wrote: > From: Boris Pismenny > > 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

[net-next V2 12/12] net/mlx5e: Use PARTIAL_GSO for UDP segmentation

2018-07-23 Thread Saeed Mahameed
From: Boris Pismenny 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 Signed-off-by: Saeed Mahameed --- .../net/eth