Re: [PATCH net 3/6] net/mlx5e: Do not reduce LRO WQE size when not using build_skb

2017-02-23 Thread Saeed Mahameed
On Wed, Feb 22, 2017 at 9:45 PM, Alexei Starovoitov wrote: > On Wed, Feb 22, 2017 at 7:20 AM, Saeed Mahameed wrote: >> From: Tariq Toukan >> >> When rq_type is Striding RQ, no room of SKB_RESERVE is needed >> as SKB

Re: [PATCH net 3/6] net/mlx5e: Do not reduce LRO WQE size when not using build_skb

2017-02-22 Thread Alexei Starovoitov
On Wed, Feb 22, 2017 at 7:20 AM, Saeed Mahameed wrote: > From: Tariq Toukan > > When rq_type is Striding RQ, no room of SKB_RESERVE is needed > as SKB allocation is not done via build_skb. > > Fixes: e4b85508072b ("net/mlx5e: Slightly reduce hardware LRO

[PATCH net 3/6] net/mlx5e: Do not reduce LRO WQE size when not using build_skb

2017-02-22 Thread Saeed Mahameed
From: Tariq Toukan When rq_type is Striding RQ, no room of SKB_RESERVE is needed as SKB allocation is not done via build_skb. Fixes: e4b85508072b ("net/mlx5e: Slightly reduce hardware LRO size") Signed-off-by: Tariq Toukan Signed-off-by: Saeed Mahameed