From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:43888 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751632AbeCWQ7I (ORCPT ); Fri, 23 Mar 2018 12:59:08 -0400 Date: Fri, 23 Mar 2018 12:59:07 -0400 (EDT) Message-Id: <20180323.125907.1609565535191158842.davem@davemloft.net> To: dcaratti@redhat.com Cc: mrv@mojatatu.com, bjb@mojatatu.com, jhs@mojatatu.com, netdev@vger.kernel.org Subject: Re: [PATCH net-next v2] tc-testing: add selftests for 'bpf' action From: David Miller In-Reply-To: <678d3ddd35780ade1c67c33de84f548858f45f15.1521741967.git.dcaratti@redhat.com> References: <678d3ddd35780ade1c67c33de84f548858f45f15.1521741967.git.dcaratti@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Davide Caratti Date: Thu, 22 Mar 2018 19:12:19 +0100 > Test d959: Add cBPF action with valid bytecode > Test f84a: Add cBPF action with invalid bytecode > Test e939: Add eBPF action with valid object-file > Test 282d: Add eBPF action with invalid object-file > Test d819: Replace cBPF bytecode and action control > Test 6ae3: Delete cBPF action > Test 3e0d: List cBPF actions > Test 55ce: Flush BPF actions > Test ccc3: Add cBPF action with duplicate index > Test 89c7: Add cBPF action with invalid index > Test 7ab9: Add cBPF action with cookie > > Changes since v1: > - use index=2^32-1 in test ccc3, add tests 7a89, 89c7 (thanks Roman Mashak) > - added test 282d > > Signed-off-by: Davide Caratti Applied, thanks Davide.