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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF169C7618E for ; Tue, 23 Jul 2019 07:58:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 844A72239F for ; Tue, 23 Jul 2019 07:58:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b="ri1quCiy" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733032AbfGWH63 (ORCPT ); Tue, 23 Jul 2019 03:58:29 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44425 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727528AbfGWH63 (ORCPT ); Tue, 23 Jul 2019 03:58:29 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id E9AAD2134B; Tue, 23 Jul 2019 03:58:27 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Tue, 23 Jul 2019 03:58:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=xYMln6/InNcY49miH 6rzPSuC+XsZBBctf5QS3CSnS8w=; b=ri1quCiy9kwOHmMqPMEd8MT8DG1DLgdb1 NzTeootdWWIsRIKk6U5b7jCiXTe1eeaL6fVaRtbPmv3TJ362vsBnmGnz2UShBITd GOOtYukpiCVO12ka/x+djyxOyUu2fZvgcgDOiNIGCj4lr8lAvkt94A0OnKiKr4Ds NHAvqWAaYmex6RuM34z1rhu7AZKQbZGI9RB3pRJ2h5IbkXlsLdZdD5n65dz0ACCC xhWfgXEUvqww7uokfJLy59FwpyaMN0u0AQMeG9gmXZpSiGoiihC+oTOnXi0ty282 pkQIdQAppGkH5ZhKyd6QBXQroH2yEalzwTtxRn40q+q4qxKC8GYeg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrjeejgdegiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertdertd dtnecuhfhrohhmpefkughoucfutghhihhmmhgvlhcuoehiughoshgthhesihguohhstghh rdhorhhgqeenucfkphepudelfedrgeejrdduieehrddvhedunecurfgrrhgrmhepmhgrih hlfhhrohhmpehiughoshgthhesihguohhstghhrdhorhhgnecuvehluhhsthgvrhfuihii vgeptd X-ME-Proxy: Received: from splinter.mtl.com (unknown [193.47.165.251]) by mail.messagingengine.com (Postfix) with ESMTPA id 4F51B380086; Tue, 23 Jul 2019 03:58:26 -0400 (EDT) From: Ido Schimmel To: netdev@vger.kernel.org Cc: davem@davemloft.net, jiri@mellanox.com, amitc@mellanox.com, mlxsw@mellanox.com, Ido Schimmel Subject: [PATCH net-next 0/2] mlxsw: Two small updates Date: Tue, 23 Jul 2019 10:57:40 +0300 Message-Id: <20190723075742.29029-1-idosch@idosch.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Ido Schimmel Patch #1, from Amit, exposes the size of the key-value database (KVD) where different entries (e.g., routes, neighbours) are stored in the device. This allows users to understand how many entries can be offloaded and is also useful for writing scale tests. Patch #2 increases the number of IPv6 nexthop groups mlxsw can offload. The problem and solution are explained in detail in the commit message. Amit Cohen (1): mlxsw: spectrum: Expose KVD size for Spectrum-2 Ido Schimmel (1): mlxsw: spectrum_router: Increase scale of IPv6 nexthop groups .../net/ethernet/mellanox/mlxsw/spectrum.c | 22 ++++++++++++++++++- .../ethernet/mellanox/mlxsw/spectrum_router.c | 4 ++-- 2 files changed, 23 insertions(+), 3 deletions(-) -- 2.21.0