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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2041C433F5 for ; Sat, 14 May 2022 01:04:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229493AbiENBEP (ORCPT ); Fri, 13 May 2022 21:04:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiENBEP (ORCPT ); Fri, 13 May 2022 21:04:15 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9864348DEF; Fri, 13 May 2022 17:39:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 46832B83251; Sat, 14 May 2022 00:10:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id F1739C3411D; Sat, 14 May 2022 00:10:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652487014; bh=taWX7cesI14fgCKFIUh55h+I5TEy+aQ7dwFOpulVPac=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=hiKP/+CH2dQrtQclQpDDLd+wSfqy6IQSdhOlYj36Im7n3WVfgx2YwAxiRoT+My8Fu TSNTjbTKO8p3yFdNTWqxb7I/UMSMkX9S9QAYWBVZBwg02564g6ZsGaIrUyuuVVIKN1 RQgWBLZGxAPEOF3Wx4S0s50pAd47dr0t/B/+RmNEc8RBxkcomWoiy02hxtfjT1G52J tpaUr/vGb3VEDA2pSlM2QkWEupO94Bz2FFaN6q2+Vhv4VBQtOarjFK2DIbS9He+FNh FSg1kXlNnUygyOmE0xo/aDnaKqQKBwGglcHCUucXY/cDIzjph8nfC7odjkm8WfiG1I o9Cw4tpHU2B1A== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id D44CBF03939; Sat, 14 May 2022 00:10:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 1/1] ixgbe: add xdp frags support to ndo_xdp_xmit From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165248701386.14999.167778541642287959.git-patchwork-notify@kernel.org> Date: Sat, 14 May 2022 00:10:13 +0000 References: <20220512212621.3746140-1-anthony.l.nguyen@intel.com> In-Reply-To: <20220512212621.3746140-1-anthony.l.nguyen@intel.com> To: Tony Nguyen Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, lorenzo@kernel.org, netdev@vger.kernel.org, maciej.fijalkowski@intel.com, magnus.karlsson@intel.com, ast@kernel.org, daniel@iogearbox.net, hawk@kernel.org, john.fastabend@gmail.com, bpf@vger.kernel.org, sandeep.penigalapati@intel.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Thu, 12 May 2022 14:26:21 -0700 you wrote: > From: Lorenzo Bianconi > > Add the capability to map non-linear xdp frames in XDP_TX and ndo_xdp_xmit > callback. > > Signed-off-by: Lorenzo Bianconi > Tested-by: Sandeep Penigalapati > Signed-off-by: Tony Nguyen > > [...] Here is the summary with links: - [net-next,1/1] ixgbe: add xdp frags support to ndo_xdp_xmit https://git.kernel.org/netdev/net-next/c/470bcfd6039b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html