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 0BEA1C6379F for ; Tue, 14 Feb 2023 01:24:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230139AbjBNBYC (ORCPT ); Mon, 13 Feb 2023 20:24:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230084AbjBNBYB (ORCPT ); Mon, 13 Feb 2023 20:24:01 -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 B94FA13DD3; Mon, 13 Feb 2023 17:24:00 -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 5E6246123E; Tue, 14 Feb 2023 01:24:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44D1CC433EF; Tue, 14 Feb 2023 01:23:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676337839; bh=4Mg73KO/6cnO9s5+bxHqJ1nhg+DkXONIRoBCiQYuFG0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=S0lPTVdGcQq9UEpG0S0VSKk9ZppZ3KQwdSZj/Ms7UKIJW3dJxOXlL2P46ZpIjW5eZ ikOl8h6gjob9d0EPAepUN1T3JiQ7r69KQld79rn/ZowE7yfah0E5cWFTw1gIx/6rJ5 1kUoDiLg0fXFY52HcFLZFTkvd1dq6HIc9esTkJJVOA8ivxBxg//DLb9EfrYnPGGuPk KZ/Wkem38AYw1nG3pJPskZpirWOAVwmcuWuRqjCikP2UYGtFuKeKn0ypMQYHoAHIbo H8RuR5uwS2oQoKMaRdLtJ98MpSbqAtS4KRpXFn6yu+HD6VwT3zNNF+GFtA07e4xDi5 rvY8je6ksYrnw== Date: Mon, 13 Feb 2023 17:23:58 -0800 From: Jakub Kicinski To: Lorenzo Bianconi , anthony.l.nguyen@intel.com Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, edumazet@google.com, pabeni@redhat.com, davem@davemloft.net, jesse.brandeburg@intel.com, intel-wired-lan@lists.osuosl.org, lorenzo.bianconi@redhat.com Subject: Re: [PATCH bpf-next] ice: update xdp_features with xdp multi-buff Message-ID: <20230213172358.7df0f07c@kernel.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 9 Feb 2023 12:17:25 +0100 Lorenzo Bianconi wrote: > Now ice driver supports xdp multi-buffer so add it to xdp_features. > > Signed-off-by: Lorenzo Bianconi Let me take this one in directly the same as the other xdp_feature follow ups.