On Sat, 2018-07-21 at 10:20 -0700, David Miller wrote: > From: Saeed Mahameed <sae...@mellanox.com> > Date: Wed, 18 Jul 2018 18:26:04 -0700 > > > The following series provides fixes to mlx5 core and net device > > driver. > > > > Please pull and let me know if there's any problem. > > Pulled, thanks Saeed. > > Based upon the thread with Or, it would be useful to do some auditing > and make sure all tunnels set skb->encapsulation. >
Thanks Dave, Eran's patch relies on our driver setting skb- >encapsulation, since the rps rule is injected directly from the device rx path once netif_receive_skb_internal is called via the gro stack way before forwarding the skb to the tunnel netdev. > > For -stable v4.7 > > net/mlx5e: Don't allow aRFS for encapsulated packets > > net/mlx5e: Fix quota counting in aRFS expire flow > > > > For -stable v4.15 > > net/mlx5e: Only allow offloading decap egress (egdev) flows > > net/mlx5e: Refine ets validation function > > net/mlx5: Adjust clock overflow work period > > > > For -stable v4.17 > > net/mlx5: E-Switch, UBSAN fix undefined behavior in > > mlx5_eswitch_mode > > Queued up. > > Thanks.