From patchwork Wed Jul 28 13:19:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ferriter, Cian" X-Patchwork-Id: 1510842 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4GZZ5G20vCz9sV8 for ; Wed, 28 Jul 2021 23:19:45 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id F1ED640519; Wed, 28 Jul 2021 13:19:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id goMZGRsNVIIP; Wed, 28 Jul 2021 13:19:41 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp2.osuosl.org (Postfix) with ESMTPS id BD20E4021B; Wed, 28 Jul 2021 13:19:40 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 2FAEFC001A; Wed, 28 Jul 2021 13:19:40 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id DB4C7C001A for ; Wed, 28 Jul 2021 13:19:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 7C4486076D for ; Wed, 28 Jul 2021 13:19:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CNHkTCdnkX9j for ; Wed, 28 Jul 2021 13:19:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by smtp3.osuosl.org (Postfix) with ESMTPS id 8F49660605 for ; Wed, 28 Jul 2021 13:19:34 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10058"; a="199840811" X-IronPort-AV: E=Sophos;i="5.84,276,1620716400"; d="scan'208";a="199840811" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2021 06:19:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,276,1620716400"; d="scan'208";a="464663641" Received: from silpixa00399779.ir.intel.com (HELO silpixa00399779.ger.corp.intel.com) ([10.237.222.105]) by orsmga008.jf.intel.com with ESMTP; 28 Jul 2021 06:19:32 -0700 From: Cian Ferriter To: ovs-dev@openvswitch.org Date: Wed, 28 Jul 2021 14:19:39 +0100 Message-Id: <20210728131941.3649-1-cian.ferriter@intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Cc: fbl@sysclose.org Subject: [ovs-dev] [PATCH 1/3] dpif-netdev-unixctl.man: Document subtable-lookup-* CMDs X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Fixes: 9ff7cabfd78d ("dpif-netdev: add subtable-lookup-prio-get command.") Fixes: 3d018c3ea79d ("dpif-netdev: add subtable lookup prio set command.") Signed-off-by: Cian Ferriter --- lib/dpif-netdev-unixctl.man | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/dpif-netdev-unixctl.man b/lib/dpif-netdev-unixctl.man index 80304ad35..c44c7eaa0 100644 --- a/lib/dpif-netdev-unixctl.man +++ b/lib/dpif-netdev-unixctl.man @@ -232,6 +232,16 @@ When this is the case, the above command prints the load-balancing information of the bonds configured in datapath \fIdp\fR showing the interface associated with each bucket (hash). . +.IP "\fBdpif-netdev/subtable-lookup-prio-get\fR" +Lists the DPCLS implementations or lookup functions that are available as well +as their priorities. +. +.IP "\fBdpif-netdev/subtable-lookup-prio-set\fR \fIlookup_function\fR \ +\fIprio\fR" +Sets the priority of a lookup function by name, \fIlookup_function\fR, and +priority, \fIprio\fR, which should be a positive integer value. The highest +priority lookup function is used for classification. +. .IP "\fBdpif-netdev/dpif-impl-get\fR Lists the DPIF implementations that are available. .