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 743FCC4708E for ; Fri, 6 Jan 2023 01:09:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236528AbjAFBJE (ORCPT ); Thu, 5 Jan 2023 20:09:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236588AbjAFBJC (ORCPT ); Thu, 5 Jan 2023 20:09:02 -0500 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 205CD6E406; Thu, 5 Jan 2023 17:09:02 -0800 (PST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1672967340; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aUXCA8fba+2o9qzBb9rEnQwnxnYEeA3WFKcD0R8NF2k=; b=aQep0indcPEGoU0lTFHcNQWeJqbQ4ehOpMjaT/a88IwUFySnZhlptbW8KX28wSPVUXlexq i3V7VlAaud9EUhajsbh9S4zEIagECFqK+fiUXxk/uRw+/eyDbeW6jPOOEI9MqKgvew05xt dRONFkx2tOgE04zbmKr0O5RoblBFsQY= Date: Thu, 5 Jan 2023 17:08:55 -0800 MIME-Version: 1.0 Subject: Re: [PATCH bpf-next v6 16/17] net/mlx5e: Support RX XDP metadata Content-Language: en-US To: Stanislav Fomichev , Saeed Mahameed , Tariq Toukan Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, song@kernel.org, yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org, haoluo@google.com, jolsa@kernel.org, =?UTF-8?Q?Toke_H=c3=b8iland-J=c3=b8rgensen?= , David Ahern , Jakub Kicinski , Willem de Bruijn , Jesper Dangaard Brouer , Anatoly Burakov , Alexander Lobakin , Magnus Karlsson , Maryam Tahhan , xdp-hints@xdp-project.net, netdev@vger.kernel.org, bpf@vger.kernel.org References: <20230104215949.529093-1-sdf@google.com> <20230104215949.529093-17-sdf@google.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Martin KaFai Lau In-Reply-To: <20230104215949.529093-17-sdf@google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 1/4/23 1:59 PM, Stanislav Fomichev wrote: > From: Toke Høiland-Jørgensen > > Support RX hash and timestamp metadata kfuncs. We need to pass in the cqe > pointer to the mlx5e_skb_from* functions so it can be retrieved from the > XDP ctx to do this. The mlx5 changes lgtm. Saeed/Tariq, please take a look and ack these two mlx5 patches (15 and 16) if they look good to you also. I notice Tariq has already reviewed the mlx4 changes (Thanks!).