From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:50230 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751492AbeCOSnT (ORCPT ); Thu, 15 Mar 2018 14:43:19 -0400 Date: Thu, 15 Mar 2018 14:43:18 -0400 (EDT) Message-Id: <20180315.144318.1687743724444844970.davem@davemloft.net> To: john.fastabend@gmail.com Cc: ast@kernel.org, daniel@iogearbox.net, davejwatson@fb.com, netdev@vger.kernel.org Subject: Re: [bpf-next PATCH v2 18/18] bpf: sockmap test script From: David Miller In-Reply-To: <20180312192436.8039.90188.stgit@john-Precision-Tower-5810> References: <20180312192034.8039.70022.stgit@john-Precision-Tower-5810> <20180312192436.8039.90188.stgit@john-Precision-Tower-5810> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: John Fastabend Date: Mon, 12 Mar 2018 12:24:36 -0700 > This adds the test script I am currently using to validate > the latest sockmap changes. Shortly sockmap will be ported > to selftests and these will be run from the infrastructure > there. Until then add the script here so we have a coverage > checklist when porting into selftests. > > Signed-off-by: John Fastabend Acked-by: David S. Miller