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 A7C1CC433F5 for ; Tue, 12 Apr 2022 01:30:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245612AbiDLBcc (ORCPT ); Mon, 11 Apr 2022 21:32:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230259AbiDLBc2 (ORCPT ); Mon, 11 Apr 2022 21:32:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85AD113D23; Mon, 11 Apr 2022 18:30:12 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 0FEA661047; Tue, 12 Apr 2022 01:30:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 703FCC385AA; Tue, 12 Apr 2022 01:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649727011; bh=y0SHa5ehdasmyuILDO1pFKt4qKWN4fredmH2EEpE8XI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=VuA3HDCnGKJ4u1TuBPUNVg1+BmE5AOdFSCaQSYMSuQriF3zGi6x8ZP4Y4Gi5ermLb pTbeHpTTMNOLqQMU3FH8WIm5eL9Ciqh9OTeR/78Eief/QPzdVCdhldxr6ResvU88Ik wMjapP3aXDAxz4RnI2yNpXXCRe4hNo+/FbEwv9VbbTWRH+rb1M25d3W7xEYd/P0gsS N3xjgTqWrwmfGir4EZvl20B1IgdLE3P7OPI7jsec8fz2GzAIeb5wPgjxqQkQnGMLUu Cae/kRnU2QMadxRJwKY8qPI2NpnpfvsoPhW6NDZhWKGZrpvI6C2SAC3INuNof8/T1H 8wXPU726a2o6g== 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 561D7E85B76; Tue, 12 Apr 2022 01:30:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] hv_netvsc: Add support for XDP_REDIRECT From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164972701134.31190.7243820472815913361.git-patchwork-notify@kernel.org> Date: Tue, 12 Apr 2022 01:30:11 +0000 References: <1649362894-20077-1-git-send-email-haiyangz@microsoft.com> In-Reply-To: <1649362894-20077-1-git-send-email-haiyangz@microsoft.com> To: Haiyang Zhang Cc: linux-hyperv@vger.kernel.org, netdev@vger.kernel.org, kys@microsoft.com, sthemmin@microsoft.com, olaf@aepfle.de, vkuznets@redhat.com, davem@davemloft.net, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Thu, 7 Apr 2022 13:21:34 -0700 you wrote: > Handle XDP_REDIRECT action in netvsc driver. > Also, transparently pass ndo_xdp_xmit to VF when available. > > Signed-off-by: Haiyang Zhang > --- > drivers/net/hyperv/hyperv_net.h | 69 ++++++++++++++- > drivers/net/hyperv/netvsc.c | 8 +- > drivers/net/hyperv/netvsc_bpf.c | 95 +++++++++++++++++++- > drivers/net/hyperv/netvsc_drv.c | 150 +++++++++++++------------------- > 4 files changed, 228 insertions(+), 94 deletions(-) Here is the summary with links: - [net-next] hv_netvsc: Add support for XDP_REDIRECT https://git.kernel.org/netdev/net-next/c/1cb9d3b6185b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html