Re: [net 4/8] net/mlx5e: Don't allow aRFS for encapsulated packets

2018-07-19 Thread Or Gerlitz
On Thu, Jul 19, 2018 at 12:02 PM, Eran Ben Elisha wrote: > On Thu, Jul 19, 2018 at 10:50 AM, Or Gerlitz wrote: >> On Thu, Jul 19, 2018 at 9:55 AM, Eran Ben Elisha >> wrote: >>> On Thu, Jul 19, 2018 at 9:23 AM, Or Gerlitz wrote: On Thu, Jul 19, 2018 at 4:26 AM, Saeed Mahameed wrote:

Re: [net 4/8] net/mlx5e: Don't allow aRFS for encapsulated packets

2018-07-19 Thread Eran Ben Elisha
On Thu, Jul 19, 2018 at 10:50 AM, Or Gerlitz wrote: > On Thu, Jul 19, 2018 at 9:55 AM, Eran Ben Elisha > wrote: >> On Thu, Jul 19, 2018 at 9:23 AM, Or Gerlitz wrote: >>> On Thu, Jul 19, 2018 at 4:26 AM, Saeed Mahameed wrote: From: Eran Ben Elisha Driver is yet to support aRFS fo

Re: [net 4/8] net/mlx5e: Don't allow aRFS for encapsulated packets

2018-07-19 Thread Or Gerlitz
On Thu, Jul 19, 2018 at 9:55 AM, Eran Ben Elisha wrote: > On Thu, Jul 19, 2018 at 9:23 AM, Or Gerlitz wrote: >> On Thu, Jul 19, 2018 at 4:26 AM, Saeed Mahameed wrote: >>> From: Eran Ben Elisha >>> >>> Driver is yet to support aRFS for encapsulated packets, return early >>> error in such case. >

Re: [net 4/8] net/mlx5e: Don't allow aRFS for encapsulated packets

2018-07-18 Thread Eran Ben Elisha
On Thu, Jul 19, 2018 at 9:23 AM, Or Gerlitz wrote: > On Thu, Jul 19, 2018 at 4:26 AM, Saeed Mahameed wrote: >> From: Eran Ben Elisha >> >> Driver is yet to support aRFS for encapsulated packets, return early >> error in such case. > > > Eran, > > Isn't that something which is done wrong by the a

Re: [net 4/8] net/mlx5e: Don't allow aRFS for encapsulated packets

2018-07-18 Thread Or Gerlitz
On Thu, Jul 19, 2018 at 4:26 AM, Saeed Mahameed wrote: > From: Eran Ben Elisha > > Driver is yet to support aRFS for encapsulated packets, return early > error in such case. Eran, Isn't that something which is done wrong by the arfs stack code? If the kernel has an SKB which has encap set and

[net 4/8] net/mlx5e: Don't allow aRFS for encapsulated packets

2018-07-18 Thread Saeed Mahameed
From: Eran Ben Elisha Driver is yet to support aRFS for encapsulated packets, return early error in such case. Fixes: 18c908e477dc ("net/mlx5e: Add accelerated RFS support") Signed-off-by: Eran Ben Elisha Reviewed-by: Tariq Toukan Signed-off-by: Saeed Mahameed --- drivers/net/ethernet/mellan