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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 B3CB3C4707A for ; Fri, 21 May 2021 17:53:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 89699613C8 for ; Fri, 21 May 2021 17:53:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234021AbhEURyn (ORCPT ); Fri, 21 May 2021 13:54:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:53444 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231520AbhEURyl (ORCPT ); Fri, 21 May 2021 13:54:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E0FB0613C8; Fri, 21 May 2021 17:53:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621619598; bh=Er+NXLgCY8URzy9UTDvMM1p03wWP8IRW82T7YXvfXXI=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=JYx7L0Ptk0b+NeZ5otbjUJqGAhjiVjxdhC8QTsA4u9xxbM11RGAHU1Rlu5qYsmhEK PHK4jYVKSz8wZIDCxOs8ErjAaEZ+A85AU6z9+3XTXmGb4SefLYa19OOWJGWx9D15cI uYKzddQT845Gmdn19h/nG8lDenrpYthzQ/jRg07cXqiICswoO8VMXs9iA+dFckHmDi hFl4q0x6vyQlXOdhQIQqSNkefNXGvzob2OC43Hj3Ef4sLvCiCqdaZ8DljAkushu+pE XAKZZPKRjwmugwMv3i/VXkw70NiGW5xBb2aAXKKJ4yXQ0dmBkIJGi1Sjz7VIraEUWe jH7VVuXz5nPJw== Message-ID: <1426bc91c6c6ee3aaf3d85c4291a12968634e521.camel@kernel.org> Subject: Re: AF_XDP metadata/hints From: Saeed Mahameed To: Jesper Dangaard Brouer , "Lobakin, Alexandr" Cc: "Raczynski, Piotr" , "Zhang, Jessica" , "Kubiak, Marcin" , "Joseph, Jithu" , "kurt@linutronix.de" , "Maloor, Kishen" , "Gomes, Vinicius" , "Brandeburg, Jesse" , "Swiatkowski, Michal" , "Plantykow, Marta A" , "Ong, Boon Leong" , "Desouza, Ederson" , "Song, Yoong Siang" , "Czapnik, Lukasz" , "netdev@vger.kernel.org" Date: Fri, 21 May 2021 10:53:17 -0700 In-Reply-To: <20210521153110.207cb231@carbon> References: <20210507131034.5a62ce56@carbon> <20210510185029.1ca6f872@carbon> <20210512102546.5c098483@carbon> <7b347a985e590e2a422f837971b30bd83f9c7ac3.camel@nvidia.com> <20210521153110.207cb231@carbon> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 2021-05-21 at 15:31 +0200, Jesper Dangaard Brouer wrote: > On Fri, 21 May 2021 10:53:40 +0000 > "Lobakin, Alexandr" wrote: > > > I've opened two discussions at https://github.com/alobakin/linux, > > feel free to join them and/or create new ones to share your thoughts > > and concerns. > > Thanks Alexandr for keeping the thread/subject alive. >   > I guess this is a new GitHub features "Discussions".  I've never used > that in a project before, lets see how this goes.  The usual approach > is discussions over email on netdev (Cc. netdev@vger.kernel.org). I agree we need full visibility and transparency, i actually recommend: bpf@vger.kernel.org so we wont spam the netdev ML. > > Lets make it a bit easier to find these discussion threads: >  https://github.com/alobakin/linux/discussions > > #1: Approach for generating metadata from HW descriptors #1 >  https://github.com/alobakin/linux/discussions/1 > > #2: The idea of obtaining BTF directly from /sys/kernel/btf #2 >  https://github.com/alobakin/linux/discussions/2 >