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 C38B8C48BDF for ; Fri, 18 Jun 2021 16:42:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A2DAD610C7 for ; Fri, 18 Jun 2021 16:42:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234394AbhFRQoM (ORCPT ); Fri, 18 Jun 2021 12:44:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232433AbhFRQoL (ORCPT ); Fri, 18 Jun 2021 12:44:11 -0400 Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F38DEC06175F for ; Fri, 18 Jun 2021 09:42:00 -0700 (PDT) Received: by mail-qt1-x834.google.com with SMTP id l2so5230153qtq.10 for ; Fri, 18 Jun 2021 09:42:00 -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=xqBz3eNyDUZXRDT/sBrEORRw8yLFnQSQre/jnFUfhGA=; b=pJ+/lN+w7GrXtRcmNVeBtY0FApfLVdPIfcFg3mFbrgO3nVzsyJ7a1POU2f6PkgX9sJ pLq4NsFhfgXqCe1mX/tFYt4HQRKoZTAMNZGfnGR8Sx1TAMYz8HEBDRFt5iaWwCuW0hP+ kFmOw/hJePlJ6qNHvbBdHTbyXptXYIPqj+Il/j0mL0tZTmOY3RYMh0WvWQbur+QqF0+m KAPQ0QmGWo5a1KqueaS3TXL4dapQ07/LkURD14dUUB799oS5ZOPoDD2183adkYFR3aar m1C3W7xpfYKnOeCbtVgf+0Mq9abfegs+Taf/c5WhzSrurN6b5LESH2QJwJIkgKTLAyLw Bs9A== 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=xqBz3eNyDUZXRDT/sBrEORRw8yLFnQSQre/jnFUfhGA=; b=lmb643GXzqEfX2El9Wp97ijmBF+reMir3hSVOnc2FVkak6RDSXhcHSd4+9aFTG1n0o L/eJkYHvwj07SFlu32p2L1ZG6LXZQ28xr3hgcC29nxPAYKujlfuBu6RyPuGm4d2jQbYz RMKCfltATzy0Y/awTGS6T3xGSh5FdQNWoa7JoYuB+kUa8GmMQqmoeUoBAJduotYaqra3 dXk+rqdxMw5tXPn8NgqnbBYkLJJ1ecJRP+1KGWFXLHHrQTZI+s8FMTD4nQgG5Pj2+FpO Lj8vkcJFQ9bDjY/+AUZtyG2dyqVTNi9t8MNMGYN7AwRGMQAycym8VEe6yo71eONxhzNH 9VwQ== X-Gm-Message-State: AOAM531xp5nZTgipBA3ZcfPuNiJu0jqFjKsJBfYHALh+dec9bhbwUGwZ 7qOlJBBC1aoe1i0VdicKPV7VSw== X-Google-Smtp-Source: ABdhPJziPuW9/1zINhuPZAGTnlXdpWXiDSX+xD0+k+SCaxW1JORItNhnA+WG47sRmjNY69BUpJUp8A== X-Received: by 2002:ac8:5c11:: with SMTP id i17mr11741918qti.64.1624034519941; Fri, 18 Jun 2021 09:41:59 -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 m126sm4332683qke.16.2021.06.18.09.41.58 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Jun 2021 09:41:59 -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 12:41:58 -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: bpf@vger.kernel.org On 2021-06-18 12:23 p.m., Alexei Starovoitov wrote: > On Fri, Jun 18, 2021 at 7:50 AM Jamal Hadi Salim wrote: > [..] >> 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. > > You've side tracked technical discussion to promote your own conference. > That's not acceptable. Please use other forums for marketing. > > This mailing list is for technical discussions. I just made a statement in passing and you took it to a tangent. If you are so righteous, why didnt you just stick to making technical comments? Stop making bold statements and then playing the victim. cheers, jamal