From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] tc-testing: remove duplicate spaces in connmark match patterns Date: Sun, 05 Aug 2018 17:39:48 -0700 (PDT) Message-ID: <20180805.173948.628684842844941100.davem@davemloft.net> References: <1533497804-26175-1-git-send-email-vladbu@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jhs@mojatatu.com To: vladbu@mellanox.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:42810 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726897AbeHFCqT (ORCPT ); Sun, 5 Aug 2018 22:46:19 -0400 In-Reply-To: <1533497804-26175-1-git-send-email-vladbu@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Vlad Buslov Date: Sun, 5 Aug 2018 22:36:44 +0300 > Match patterns for some connmark tests contain duplicate whitespace that is > not present in actual tc output. This causes tests to fail because they > can't match required action, even when it was successfully created. > > Fixes: 1dad0f9ffff7 ("tc-testing: add connmark action tests") > Signed-off-by: Vlad Buslov > Acked-by: Jamal Hadi Salim Applied.