Re: [net 05/11] net/mlx5e: Fix SWP offsets when vlan inserted by driver

2021-01-07 Thread Saeed Mahameed
On Thu, 2021-01-07 at 19:08 -0800, Jakub Kicinski wrote: > On Thu, 7 Jan 2021 12:28:39 -0800 Saeed Mahameed wrote: > > + if (skb_vlan_tag_present(skb) && ihs) > > Double space. Will address this in a net-next patch. thanks!

Re: [net 05/11] net/mlx5e: Fix SWP offsets when vlan inserted by driver

2021-01-07 Thread Jakub Kicinski
On Thu, 7 Jan 2021 12:28:39 -0800 Saeed Mahameed wrote: > + if (skb_vlan_tag_present(skb) && ihs) Double space.

[net 05/11] net/mlx5e: Fix SWP offsets when vlan inserted by driver

2021-01-07 Thread Saeed Mahameed
From: Moshe Shemesh In case WQE includes inline header the vlan is inserted by driver even if vlan offload is set. On geneve over vlan interface where software parser is used the SWP offsets should be updated according to the added vlan. Fixes: e3cfc7e6b7bd ("net/mlx5e: TX, Add geneve tunnel sta