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=-5.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 BCE3AC48BDF for ; Fri, 18 Jun 2021 14:50:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99417611ED for ; Fri, 18 Jun 2021 14:50:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234696AbhFROwQ (ORCPT ); Fri, 18 Jun 2021 10:52:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234383AbhFROwP (ORCPT ); Fri, 18 Jun 2021 10:52:15 -0400 Received: from mail-qv1-xf31.google.com (mail-qv1-xf31.google.com [IPv6:2607:f8b0:4864:20::f31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4CF3C06175F for ; Fri, 18 Jun 2021 07:50:04 -0700 (PDT) Received: by mail-qv1-xf31.google.com with SMTP id r19so3668456qvw.5 for ; Fri, 18 Jun 2021 07:50:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mojatatu-com.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=xugROgai1hDRqrla6F1TMCpSa/EBaupT4G6tJbJ5feA=; b=KP5Hnjf2Z2Hsaa9wSsGpRGlA7nf0EXHywcHY2h7boPODHyDvB+ZaKL5GkQ9hFyRzr+ pWqIYdiLt1pN6OXG+2J8jFS5QO4RJJbJzHLkjQ4ATTQteHZWmnLXYS+n4uSdxjDdhaWt 9/kXtGotrSEUUyt2bsSkwrZok7LxvNbf4ovKLEcwNfAUjyvaP1YuG9d5YmO69migLCc+ iz7rZN+8utNxRulUGpVGuPk/zJ7dyIIky0+c7OHyF7QOT7Qc4+M6St5gVKXGQMuHZKAK xiBRi1A3253LPY15CPrXms26N+PxNawpcC6DUZaIEFba01TW01BbIumE5savHAD8bHMS pNcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=xugROgai1hDRqrla6F1TMCpSa/EBaupT4G6tJbJ5feA=; b=hGK3pixUKO87RSuGnNpWZdeSY5ylZDbRRJNZxg9F5WRnjwKc1HEmeeykw4517py3Me /1JN7ft99uTOTuWXwdoGouWMZD/pPk6MI/j5GD3unqX56zBuOtJwydRc1oOktTYVZRf8 0F6doGFSdMkYaec2lKglEzpwz2evoW7XQuVp7h5vTwvwDFx73rp/JLp3d14EH/J/dv2h Y1bbiBP+hDeVQRq3Q+9D3XgnNQaEJdd70SAS/va92hyi57SqNq5YZgm8NtSXBdpdLWbM urrJ+cPcMOjWpaEtrLfq6iWDrPlJwdg8FNl/LTFxYKREcAUYCtK6RAwjV9I7zGWd6/jB f+Og== X-Gm-Message-State: AOAM530qUymUrOqARFJvafCxvn9D4cMr5bHT863XmIUOUZjprrB0rUs+ 6GgkoKCmICQe6fUEeBXSfrQmzg== X-Google-Smtp-Source: ABdhPJxCm0L+Ug2xyNCYEau2Lv5uFkEpis64reBWiuncwGgYVPAop/EUlY+yE0SEWJlNIDJzVIhvLg== X-Received: by 2002:a0c:e8cd:: with SMTP id m13mr6084488qvo.52.1624027804075; Fri, 18 Jun 2021 07:50:04 -0700 (PDT) Received: from [192.168.1.171] (bras-base-kntaon1617w-grc-28-184-148-47-211.dsl.bell.ca. [184.148.47.211]) by smtp.googlemail.com with ESMTPSA id i67sm4203656qkd.90.2021.06.18.07.50.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Jun 2021 07:50:03 -0700 (PDT) Subject: Re: [PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API To: Alexei Starovoitov Cc: Daniel Borkmann , Kumar Kartikeya Dwivedi , Cong Wang , bpf , Alexei Starovoitov , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Vlad Buslov , Jiri Pirko , "David S. Miller" , Jakub Kicinski , Joe Stringer , Quentin Monnet , Jesper Dangaard Brouer , =?UTF-8?Q?Toke_H=c3=b8iland-J=c3=b8rgensen?= , Linux Kernel Network Developers , Marcelo Ricardo Leitner References: <20210607060724.4nidap5eywb23l3d@apollo> <20210608071908.sos275adj3gunewo@apollo> <20210613025308.75uia7rnt4ue2k7q@apollo> <30ab29b9-c8b0-3b0f-af5f-78421b27b49c@mojatatu.com> <20210613203438.d376porvf5zycatn@apollo> <4b1046ef-ba16-f8d8-c02e-d69648ab510b@mojatatu.com> <7248dc4e-8c07-a25d-5ac3-c4c106b7a266@mojatatu.com> <20210616153209.pejkgb3iieu6idqq@apollo> <05ec2836-7f0d-0393-e916-fd578d8f14ac@iogearbox.net> From: Jamal Hadi Salim Message-ID: Date: Fri, 18 Jun 2021 10:50:02 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2021-06-18 10:38 a.m., Alexei Starovoitov wrote: > On Fri, Jun 18, 2021 at 4:40 AM Jamal Hadi Salim wrote: >> >> We are going to present some of the challenges we faced in a subset >> of our work in an approach to replace iptables at netdev 0x15 >> (hopefully we get accepted). > > Jamal, > please stop using netdev@vger mailing list to promote a conference > that does NOT represent the netdev kernel community. > > Slides shown at that conference is a non-event as far as this discussion goes. Alexei, Tame the aggression, would you please? You have no right to make claims as to who represents the community. Absolutely none. So get off that high horse. I only mentioned the slides because it will be a good spot when done which captures the issues. As i mentioned in i actually did send some email (some Cced to you) but got no response. I dont mind having a discussion but you have to be willing to listen as well. cheers, jamal