From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1DEF3A00BE; Tue, 7 Jul 2020 23:25:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 94A2A1DE8D; Tue, 7 Jul 2020 23:25:10 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 641BE1DE6E for ; Tue, 7 Jul 2020 23:25:09 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 14893F64; Tue, 7 Jul 2020 17:25:07 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Tue, 07 Jul 2020 17:25:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= WEoSL5tN1ceTjGrXKnnK+DXkETW4F+wgdGIqawr3TKs=; b=lLQc+/XRF+IQwRE7 K66O/T8Rx8mDrZPf2QCT8ohxBk6dlXZE6fHynu5Uz3jj2LHMt9LI0cg2FxYRKClu osypwa+X32rs4ZDGLRT3M7Z3sLHfl3vCDIzvBPUwJB6gLRY85r4ZzC6l45GRkm/e 5RPH2dOUjLFYhJBcTSoQrFL5Gpr4DY+l8T0ePZKwdvRHMBZsH51ul9uRq805ptEs syoP7kEZzSL7uRrQM5WSeOqlSk2OVABQjQMTtmF+D2gF+wh0UbZhXxyeCPE4w53j 3ejS3+sDv0H9QW81mfVcmV1FyqLA8OmY6Og0uroAa82IrthnOq2Yzdlgq2a2Jxr7 0qPTEw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=WEoSL5tN1ceTjGrXKnnK+DXkETW4F+wgdGIqawr3T Ks=; b=KfKTxCkPJJZPzfRBcTHhL+67v/TmbeaMn0I5HVMa8gmCjxlnazXJA338g LlY06ohdzctv9z3v+y4a35ufRnVwqCZ0ImQI+FurlIqfhsZo6WxvsPFhicezQgTG E6iMIfSiUvmxy7wsPuAq/lVl2ZsXQW5FS+0M6TBTuTKgKQFAiB9qFL4M8Z1t3mXh rhK2HIoSKMqJtSqDuQAP3WDSKWvj3FiG2jNLP52AwdzQ5AJ2jLORfL+BQgbvDDZF LS5vYI3QRNF1th0Ed8h9UZn8LhqBPIZlBdjhkagD3H6vdty7wWMjn8dd96AMWgOp pm9FnhuRKrsnTX9dNhP/og/FWqYBA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudehgdduheehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7C53430600A6; Tue, 7 Jul 2020 17:25:05 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: "Medvedkin, Vladimir" , dev@dpdk.org Date: Tue, 07 Jul 2020 23:25:03 +0200 Message-ID: <6785956.ID1XBXOikO@thomas> In-Reply-To: <20200625203208.19315-1-stephen@networkplumber.org> References: <20200625203208.19315-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] rib: minor fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/06/2020 22:32, Stephen Hemminger: > Some minor updates to the RIB library to fix issues found > while reviewing and trying it out. > > Stephen Hemminger (3): > rib: constify arguments > rib: check for invalid max_nodes > rib: add C++ include guard Applied, thanks