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 D6972A0550; Sun, 16 Feb 2020 20:39:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D322EB62; Sun, 16 Feb 2020 20:39:24 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id EB7103B5 for ; Sun, 16 Feb 2020 20:39:22 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 9546D6FE; Sun, 16 Feb 2020 14:39:20 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 16 Feb 2020 14:39:20 -0500 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=mesmtp; bh=g67k9fObDXuMGMicf9Viis8ew7mq4qelm6zNli5/NsM=; b=G7CsqZb8GIJ/ BuF5cV6YBhsGvR3InIR5JSv6aap+LuPebA6AwB9sKZIaO34QY4mJcMq/0twD8DZN d+TJxYXv2bkrRmJ4HJ9lfKR8LdwpzWGLeQXyS4TNaGLmEu797SLAeZ/WmIqOksvd ppXRBzVt25CEO5IvVH18SOAjmAbsNIQ= 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=fm2; bh=g67k9fObDXuMGMicf9Viis8ew7mq4qelm6zNli5/N sM=; b=neVXs4z/vS02Tk+JDy+4d8F+SqjkGXQo6SqLSU2gcG36CrQt2PYqyoek2 wrQ485liNExFCuZDVjeN/2rbinmTG7zK7zzw0VJIrK0dJpq9KhIwXil9wq2ZDZXA MFOdsUapi+bGteUKpCvC/EMXGnd9RNm+jy6tJxg7d51ENbj3Eb0vnPSh0jf02wYG V9PVy0xEsJdztGn4yyTN2Xmvb46Bi78SSZ+oN5GKvvXIpZgTg/kA8NVY8q4hTTDa TZPJjuy2VewPgBDPcbtCgbqOgBqK8ijXXG8f42B9Oe06wOJiR0o8vmnLaz9Zuicf QNmY856+b3RE+Xj1ZJkyHdWeS26lg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeeggdduvdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 ACAE63060BE4; Sun, 16 Feb 2020 14:39:19 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Sun, 16 Feb 2020 20:39:18 +0100 Message-ID: <2247951.aKNjEaI27c@xps> In-Reply-To: <20200126010911.3733-1-stephen@networkplumber.org> References: <20200126010911.3733-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/5] l3fwd and lpm cleanups 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" 26/01/2020 02:09, Stephen Hemminger: > While working on l3fwd, saw some minor things that should be cleaned up. > > Stephen Hemminger (5): > lpm: make ipv6 address immutable > examples/l3fwd: use RTE_DIM > examples/l3fwd: make lookup struct static > examples/l3fwd: make route array constant > examples/l3fwd: improve readability for destination lookup Applied (except RTE_DIM patch already applied), thanks.