From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE500C2D0C9 for ; Thu, 12 Dec 2019 10:30:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 933A1206DA for ; Thu, 12 Dec 2019 10:30:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=cloudflare.com header.i=@cloudflare.com header.b="ipGd1mbj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728676AbfLLKaJ (ORCPT ); Thu, 12 Dec 2019 05:30:09 -0500 Received: from mail-lf1-f68.google.com ([209.85.167.68]:40523 "EHLO mail-lf1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728661AbfLLKaI (ORCPT ); Thu, 12 Dec 2019 05:30:08 -0500 Received: by mail-lf1-f68.google.com with SMTP id i23so1284961lfo.7 for ; Thu, 12 Dec 2019 02:30:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cloudflare.com; s=google; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version; bh=U2g3Tx5xnJ3ahG+w/a081Oszkkyiux0oCAA5dO7KUNs=; b=ipGd1mbjflOGctzu98UqeCn8A3rubCUKwo1nqkFtejIVuIqm2GFh7AGXlds/cuCilf IsOSn02Ka/b68WKRDub/4gJ2yWxw7u5HCJm+VOh9EYGI7AWNKO9TloUnSW4hv08imxaN 9oIUYTAzY98OtDxdm/Ao9V4bv12MNbQJKl3yQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=U2g3Tx5xnJ3ahG+w/a081Oszkkyiux0oCAA5dO7KUNs=; b=YLLoKInoncuu0GnRYY9oD2pwWB9DCTz/Pk+06IipXqq+DLZonhsrsbOH+VCTrsSii9 7b/c/qQm/PuWeJtt78Op05Ju6lbtBZ16krrWln8E6oy3seTAyCIXA4+v2LHqpjC25YbC NeJdGubkR6F1Uwm9OjLZE/q4jX9W991eKfP5c7nOG7y8qwN2ibyFrUj7Z9Qa14LltJC0 JFnIMyrHOoCG0qZIZn9xwCcW/vQ0iI4fI6a+7AkcMbr6FiF8ltdql0oXI5y4HkC0ae/A Oy96I3DY4Mu2uEEivwLfB00HUnsEwJ1Ot3d8LxfyCiuPp/UTRapqRvjG1zMzWhF4rIJ1 hckA== X-Gm-Message-State: APjAAAUfZl0l4BeJW+jfhAct0cjPJ3SnQ7PcUSrVSwrer/CGzv0LfFfE +Zb+SvmkgIho7bBbInKZ6q4zRw== X-Google-Smtp-Source: APXvYqwQLpBqpme64En3iQM4+rxb4gw4aotUDiwJrj6viKPTKwFwHcX0reYR7bpYvJTlSoqYNw8ycA== X-Received: by 2002:a19:2d0d:: with SMTP id k13mr5108311lfj.12.1576146606804; Thu, 12 Dec 2019 02:30:06 -0800 (PST) Received: from cloudflare.com ([176.221.114.230]) by smtp.gmail.com with ESMTPSA id r20sm2681371lfi.91.2019.12.12.02.30.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 Dec 2019 02:30:06 -0800 (PST) References: <20191123110751.6729-1-jakub@cloudflare.com> <20191123110751.6729-8-jakub@cloudflare.com> <20191125222958.aaplyw7ebtqs6yyl@kafai-mbp> User-agent: mu4e 1.1.0; emacs 26.2 From: Jakub Sitnicki To: Martin Lau Cc: "bpf\@vger.kernel.org" , "netdev\@vger.kernel.org" , "kernel-team\@cloudflare.com" , John Fastabend Subject: Re: [PATCH bpf-next 7/8] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP In-reply-to: <20191125222958.aaplyw7ebtqs6yyl@kafai-mbp> Date: Thu, 12 Dec 2019 11:30:05 +0100 Message-ID: <87r219g7ki.fsf@cloudflare.com> MIME-Version: 1.0 Content-Type: text/plain Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Mon, Nov 25, 2019 at 11:30 PM CET, Martin Lau wrote: > On Sat, Nov 23, 2019 at 12:07:50PM +0100, Jakub Sitnicki wrote: >> Parametrize the SK_REUSEPORT tests so that the map type for storing sockets >> can be selected at run-time. Also allow choosing which L4 protocols get >> tested. > If new cmdline args are added to select different subtests, > I would prefer to move it to the test_progs framework and reuse the subtests > support in test_progs commit 3a516a0a3a7b ("selftests/bpf: add sub-tests support for test_progs"). > Its default is to run all instead of having a separate bash script to > do that. This turned out to be more work than I expected, so I've split it out into a separate series: https://lore.kernel.org/bpf/20191212102259.418536-1-jakub@cloudflare.com/T/#t Thanks, Jakub