mbox series

[net-next,0/3] net/mlx5: Offload setting/matching on tunnel tos/ttl

Message ID 1532429975-6490-1-git-send-email-ogerlitz@mellanox.com
Headers show
Series net/mlx5: Offload setting/matching on tunnel tos/ttl | expand

Message

Or Gerlitz July 24, 2018, 10:59 a.m. UTC
This series enables mlx5 offloading of tc eswitch rules that set tos/ttl (encap) or 
match on them (decap) for tunnels.

Or Gerlitz (3):
  net/mlx5e: Use ttl from route lookup on tc encap offload only if needed
  net/mlx5e: Support setup of tos and ttl for tunnel key TC action offload
  net/mlx5e: Offload TC matching on tos/ttl for ip tunnels

 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c |   59 +++++++++++++++++-----
 1 files changed, 45 insertions(+), 14 deletions(-)

Comments

David Miller July 25, 2018, 11:29 p.m. UTC | #1
From: Or Gerlitz <ogerlitz@mellanox.com>
Date: Tue, 24 Jul 2018 13:59:32 +0300

> This series enables mlx5 offloading of tc eswitch rules that set
> tos/ttl (encap) or match on them (decap) for tunnels.

Series applied, thanks.