From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [bpf-next PATCH 0/4] selftests for BPF sockmap use cases Date: Wed, 25 Apr 2018 00:22:54 +0200 Message-ID: <04fc2274-837c-6796-1cc7-36eb0b1574ff@iogearbox.net> References: <20180423212506.20332.6762.stgit@john-Precision-Tower-5810> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: John Fastabend , ast@kernel.org Return-path: Received: from www62.your-server.de ([213.133.104.62]:34264 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826AbeDXWW4 (ORCPT ); Tue, 24 Apr 2018 18:22:56 -0400 In-Reply-To: <20180423212506.20332.6762.stgit@john-Precision-Tower-5810> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 04/23/2018 11:30 PM, John Fastabend wrote: > This series moves ./samples/sockmap into BPF selftests. There are a > few good reasons to do this. First, by pushing this into selftests > the tests will be run automatically. Second, sockmap was not really > a sample of anything anymore, but rather a large set of tests. > > Note: There are three recent fixes outstanding against bpf branch > that can be detected occosionally by the automated tests here. > > https://patchwork.ozlabs.org/patch/903138/ > https://patchwork.ozlabs.org/patch/903139/ > https://patchwork.ozlabs.org/patch/903140/ > > --- > > John Fastabend (4): > bpf: sockmap, code sockmap_test in C > bpf: sockmap, add a set of tests to run by default > bpf: sockmap, add selftests > bpf: sockmap, remove samples program Applied to bpf-next, thanks John!