From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] tc-testing: fix tdc tests for 'bpf' action Date: Thu, 10 May 2018 17:28:17 -0400 (EDT) Message-ID: <20180510.172817.292401403065007384.davem@davemloft.net> References: <54d69bac92e9c0a216997261ef7b1e0eb0dd28c9.1525884149.git.dcaratti@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mrv@mojatatu.com, lucasb@mojatatu.com, netdev@vger.kernel.org To: dcaratti@redhat.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:37550 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752537AbeEJV2S (ORCPT ); Thu, 10 May 2018 17:28:18 -0400 In-Reply-To: <54d69bac92e9c0a216997261ef7b1e0eb0dd28c9.1525884149.git.dcaratti@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Davide Caratti Date: Wed, 9 May 2018 18:45:42 +0200 > - correct a typo in the value of 'matchPattern' of test 282d, potentially > causing false negative > - allow errors when 'teardown' executes '$TC action flush action bpf' in > test 282d, to fix false positive when it is run with act_bpf unloaded > - correct the value of 'matchPattern' in test e939, causing false positive > in case the BPF JIT is enabled > > Fixes: 440ea4ae1828 ("tc-testing: add selftests for 'bpf' action") > Signed-off-by: Davide Caratti Applied.