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.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 2DBC0C433DB for ; Tue, 12 Jan 2021 16:10:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E1C91221FD for ; Tue, 12 Jan 2021 16:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731029AbhALQKR (ORCPT ); Tue, 12 Jan 2021 11:10:17 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:45126 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731283AbhALQKR (ORCPT ); Tue, 12 Jan 2021 11:10:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610467730; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Y6sZ4cxUNRk4fPFiMnVEXrm1dvmSU2hAiRoio1vVYTU=; b=TC88twoxlp32sNXcVHz0/coJF5r8iezmcM4RvI/Ho9LR6rNjwZwdpADY9yL7VACT6dO/1q zupIre+JYbl96PfuUdfqRbLD6p3zazr/ri59q8odH+2MEqNOsj9PKj5EelFqzb0Fi+gqyS Rcr6NpQySZFXmu/xPU6n9p9YzMdrJik= Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-524-a80QEb5NO2eKemQamCNaGQ-1; Tue, 12 Jan 2021 11:08:48 -0500 X-MC-Unique: a80QEb5NO2eKemQamCNaGQ-1 Received: by mail-wm1-f72.google.com with SMTP id g198so550083wme.7 for ; Tue, 12 Jan 2021 08:08:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Y6sZ4cxUNRk4fPFiMnVEXrm1dvmSU2hAiRoio1vVYTU=; b=kuA6EE29OkOaQx1urchTxMb/zswpKpGtHdUeaJFwT4JKgPf9CjEJaP+TInlR6eA/se 4AV+HE2Ri5h3m33WOz//8/336gcfv01FuPwALPyb4Rh/TmkORoWGbqN92iC8b9VpyICf CEurNSXxMLplwhxrg77w3Zuj5sN/+Ze5ZJIgNwuUM0LZvhtUz6ZL11L+RQzTfmIrZUGW OzhytjqASEp3/vxGxOJMAHBgYyPZu+jGOVWoB53kjelkPIcU9b7vNrEfU+YfbuJ86lmc CmO+fkRW+mSfCpoyuUtItmJLC+f76swnm1a+ZGY4YZBdDbk8nnpjGQOia0ysn4Sou+uP FCKQ== X-Gm-Message-State: AOAM531YqGumvMnLCfZEjKp657JqIJnb9E6WIT0MWP+Xh5QijBjmXDUH SCibBBF6NAuTEUSgrPeRXDINarFMTGy39sEGgdUIUnHgYv4pXMrt3+lCMXnbMXA/q+T18tsL0mF PvP7yAmkZ9/JYRYOWHG3QH/UQdg2m4TwACTbGQjgTD9U2MZxpRoAqVeYkFOh3lkEg5jNuMsKzO+ U= X-Received: by 2002:a1c:1c1:: with SMTP id 184mr22660wmb.112.1610467727267; Tue, 12 Jan 2021 08:08:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJwQnuo/64cyXR+hn5hkSXeHj8seVug91ac3zN5RDfXCqjV5E/EmalC6WVzTcXKV6L0CaoizHw== X-Received: by 2002:a1c:1c1:: with SMTP id 184mr22642wmb.112.1610467727086; Tue, 12 Jan 2021 08:08:47 -0800 (PST) Received: from localhost ([151.66.42.92]) by smtp.gmail.com with ESMTPSA id s133sm4625715wmf.38.2021.01.12.08.08.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Jan 2021 08:08:45 -0800 (PST) Date: Tue, 12 Jan 2021 17:08:42 +0100 From: Lorenzo Bianconi To: bpf@vger.kernel.org Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, ast@kernel.org, daniel@iogearbox.net, brouer@redhat.com, toshiaki.makita1@gmail.com Subject: Re: [PATCH bpf-next 0/2] add xdp_build_skb_from_frame utility routine Message-ID: <20210112160842.GC2555@lore-desk> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FsscpQKzF/jJk6ya" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org --FsscpQKzF/jJk6ya Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Introduce __xdp_build_skb_from_frame and xdp_build_skb_from_frame routine= s to > build the skb from a xdp_frame. Respect to __xdp_build_skb_from_frame, > xdp_build_skb_from_frame will allocate the skb object. > Rely on __xdp_build_skb_from_frame/xdp_build_skb_from_frame in cpumap and= veth > code. Hi Daniel/Alexei, since this series is marked as "archived" in patchwork, do I need to resubm= it it? Regards, Lorenzo >=20 > Lorenzo Bianconi (2): > net: xdp: introduce __xdp_build_skb_from_frame utility routine > net: xdp: introduce xdp_build_skb_from_frame utility routine >=20 > drivers/net/veth.c | 18 +++----------- > include/net/xdp.h | 5 ++++ > kernel/bpf/cpumap.c | 45 +--------------------------------- > net/core/xdp.c | 59 +++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 68 insertions(+), 59 deletions(-) >=20 > --=20 > 2.29.2 >=20 --FsscpQKzF/jJk6ya Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTquNwa3Txd3rGGn7Y6cBh0uS2trAUCX/3JhwAKCRA6cBh0uS2t rGYXAP0faiWViGGo03bFcPMrUOd1hFZOykCmszMKT38fk8LKLAEAlLJAtXZWuBOp KRC4srGKp1SYGG9h13GGTGSEjFQkzAE= =MTN8 -----END PGP SIGNATURE----- --FsscpQKzF/jJk6ya--