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 B7C01C433FE for ; Tue, 10 May 2022 17:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343724AbiEJRyN (ORCPT ); Tue, 10 May 2022 13:54:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343670AbiEJRyL (ORCPT ); Tue, 10 May 2022 13:54:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3ED1362205; Tue, 10 May 2022 10:50:14 -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 D8888619BF; Tue, 10 May 2022 17:50:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 3DE7FC385C8; Tue, 10 May 2022 17:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652205013; bh=QxD8u2R9y27i69bURiPzO1upnHPbeXgzvTA9oF2xSLo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lLtSBH3pEYtCkaYUnulgmLEk4dL9utQPYnMCim53iYvmT5jomINaXsUnOt4xPYxXE 7uk6PvJYHnaXyY1MKAxMDC9jp1XldjLfAaMacFGYqa48ZiomwyBYnjUKqPFxAt2kue zPKstTjjA2YnO6mCbjjPt9ZOKivh+RItuCvq6q4TIBVYvRH2WXiArqbIsF1ScBpwO2 0qjEaiDUX9svFMMxVeVkyKrqdQqoT+VF1xXjtcyRC6zp3yW9FpAjXKqTnZnrQWFvJ1 jmWhQByVFz4f18JiO+IpqK5NCZ4vMtcBHNGobl+eOaaQN7Vhi27wPlydrUX03Yo3h2 rlQUFmRS+rC9w== 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 20014F0392E; Tue, 10 May 2022 17:50:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v6 1/2] bpf: Extend batch operations for map-in-map bpf-maps From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165220501312.1369.12954658949323074490.git-patchwork-notify@kernel.org> Date: Tue, 10 May 2022 17:50:13 +0000 References: <20220510082221.2390540-1-ctakshak@fb.com> In-Reply-To: <20220510082221.2390540-1-ctakshak@fb.com> To: Takshak Chahande Cc: netdev@vger.kernel.org, bpf@vger.kernel.org, andrii@kernel.org, ast@kernel.org, ndixit@fb.com, kafai@fb.com, andriin@fb.com, daniel@iogearbox.net, yhs@fb.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 10 May 2022 01:22:20 -0700 you wrote: > This patch extends batch operations support for map-in-map map-types: > BPF_MAP_TYPE_HASH_OF_MAPS and BPF_MAP_TYPE_ARRAY_OF_MAPS > > A usecase where outer HASH map holds hundred of VIP entries and its > associated reuse-ports per VIP stored in REUSEPORT_SOCKARRAY type > inner map, needs to do batch operation for performance gain. > > [...] Here is the summary with links: - [bpf-next,v6,1/2] bpf: Extend batch operations for map-in-map bpf-maps https://git.kernel.org/bpf/bpf-next/c/9263dddc7b6f - [bpf-next,v6,2/2] selftests/bpf: handle batch operations for map-in-map bpf-maps https://git.kernel.org/bpf/bpf-next/c/a82ebb093fc7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html