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 8A15FC636D4 for ; Tue, 7 Feb 2023 22:20:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229563AbjBGWU1 (ORCPT ); Tue, 7 Feb 2023 17:20:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229969AbjBGWU1 (ORCPT ); Tue, 7 Feb 2023 17:20:27 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93462402E3; Tue, 7 Feb 2023 14:20:18 -0800 (PST) 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 2ADE3612CB; Tue, 7 Feb 2023 22:20:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8881EC433EF; Tue, 7 Feb 2023 22:20:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675808417; bh=x0bMWF+tktAmz6O1xl5ZLrPvsaKxL5QlTUbgRKYLJT8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=GIb3gPv/mvlUQPCEslJ3odo4uij77JJm3QCBZq6e1M4872O00AVQkNUPw2op2Pj65 xQmNMhCetHj+5DOC4K3Z0sRRiRSnIxp3tPe/XIoF8NYWRoIQ3izFGv2sF9guikc7OE f5mzFAY1hlp6eXDxVnnfIgCA7rqs7eZyP1fRKpmuEyyAjos2CcJa9dYCmdRfPKHJsr G6lakG7Px7WExmmXntZy3fAMC8xM6rI35Ov1w0GUfpUwetD4pu94y+ytllzE9ulxqy /3Ty5rUEYqM2Lraa3MyCMp61+S4/DOvam1FdXRDfy8UjQ5x10eLPFcNMDH0Px8YdpT kdD6Z5td/V0cQ== 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 6808CE55EFD; Tue, 7 Feb 2023 22:20:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 bpf-next] net: add missing xdp_features description From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167580841742.25365.8614134796580185555.git-patchwork-notify@kernel.org> Date: Tue, 07 Feb 2023 22:20:17 +0000 References: <7878544903d855b49e838c9d59f715bde0b5e63b.1675705948.git.lorenzo@kernel.org> In-Reply-To: <7878544903d855b49e838c9d59f715bde0b5e63b.1675705948.git.lorenzo@kernel.org> To: Lorenzo Bianconi Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, lorenzo.bianconi@redhat.com, sfr@canb.auug.org.au Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Mon, 6 Feb 2023 19:00:06 +0100 you wrote: > Add missing xdp_features field description in the struct net_device > documentation. This patch fix the following warning: > > ./include/linux/netdevice.h:2375: warning: Function parameter or member 'xdp_features' not described in 'net_device' > > Fixes: d3d854fd6a1d ("netdev-genl: create a simple family for netdev stuff") > Signed-off-by: Lorenzo Bianconi > > [...] Here is the summary with links: - [v2,bpf-next] net: add missing xdp_features description https://git.kernel.org/bpf/bpf-next/c/26759bee43ea You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html