From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: [PATCH net-next 0/3] net/mlx5: Offload setting/matching on tunnel tos/ttl Date: Tue, 24 Jul 2018 13:59:32 +0300 Message-ID: <1532429975-6490-1-git-send-email-ogerlitz@mellanox.com> Cc: netdev@vger.kernel.org, Saeed Mahameed , Or Gerlitz To: "David S. Miller" Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:56124 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388420AbeGXMFl (ORCPT ); Tue, 24 Jul 2018 08:05:41 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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(-)