From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAB9DC7618B for ; Tue, 23 Jul 2019 08:19:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8F583223A0 for ; Tue, 23 Jul 2019 08:19:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b="RCY7lg9D" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730137AbfGWITh (ORCPT ); Tue, 23 Jul 2019 04:19:37 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45637 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726405AbfGWITh (ORCPT ); Tue, 23 Jul 2019 04:19:37 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 0EC82220CB; Tue, 23 Jul 2019 04:19:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Tue, 23 Jul 2019 04:19:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=DtvSMw0ZSXLmmBYfr xjp/o+CXUIsLa2t3rpFVaawb2U=; b=RCY7lg9DsdKvaFk1zmMJGlWmjuynw0hoy z2D/LIXZxgvyECfsQqX0G2zRxAl/mMgmn6Jrj9vTTO0xuXAirV8d0G+Rk3wjqcje p8/tK75Gq4YSLcx7CFtzF4ObZpWdXIuBfmSumSWlywwp5gRCxyaVSpU7T7f8SH6M hFTQO9ebavzE2sn5HAwjAu6BY2jGykStRjlwd6XOC4v7KTPGO7JNLl2ty8p6qGGh dXbPd5TnDuy4XYgN0AiIosemUUS1WIR958PxeRQp4dh2tYZwq9Zcvfa3VLgcIqUo 4tJ7FCd3PYtpwVU4f+zjrPYUFWtRwWWHoSfkfNPI2g3LI8/Culv6A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrjeekgddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertdertd dtnecuhfhrohhmpefkughoucfutghhihhmmhgvlhcuoehiughoshgthhesihguohhstghh rdhorhhgqeenucfkphepudelfedrgeejrdduieehrddvhedunecurfgrrhgrmhepmhgrih hlfhhrohhmpehiughoshgthhesihguohhstghhrdhorhhgnecuvehluhhsthgvrhfuihii vgeptd X-ME-Proxy: Received: from splinter.mtl.com (unknown [193.47.165.251]) by mail.messagingengine.com (Postfix) with ESMTPA id 95800380084; Tue, 23 Jul 2019 04:19:34 -0400 (EDT) From: Ido Schimmel To: netdev@vger.kernel.org Cc: davem@davemloft.net, ssuryaextr@gmail.com, mlxsw@mellanox.com, Ido Schimmel Subject: [PATCH net 0/2] selftests: forwarding: GRE multipath fixes Date: Tue, 23 Jul 2019 11:19:24 +0300 Message-Id: <20190723081926.30647-1-idosch@idosch.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Ido Schimmel Patch #1 ensures IPv4 forwarding is enabled during the test. Patch #2 fixes the flower filters used to measure the distribution of the traffic between the two nexthops, so that the test will pass regardless if traffic is offloaded or not. Ido Schimmel (2): selftests: forwarding: gre_multipath: Enable IPv4 forwarding selftests: forwarding: gre_multipath: Fix flower filters .../selftests/net/forwarding/gre_multipath.sh | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) -- 2.21.0