From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6AC231B0FF for ; Tue, 15 Jan 2019 02:23:57 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0001029342; Mon, 14 Jan 2019 20:23:56 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 20:23:57 -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=wBR4scOLqDPPwlT6c8oqR6OMnQGqZBdTOW5ouAQJkzw=; b=HFkTG+oHxMSL 4J4fXquIOs9DMUFYtLtDUgHgm21bq9yxA3OWNAQmJhYkFmKCbQ+tLqZOJgams9BZ JcjOXidSyeGz91oBq1dYDiigSi0Fdvz1Ols//ubJP8/TMEiRlhjVWJyH9O8+2rPz ARhqE0/V7ASzTXkR+Mc+SAiNgTOx0Pc= 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=fm1; bh=wBR4scOLqDPPwlT6c8oqR6OMnQGqZBdTOW5ouAQJk zw=; b=xqsOdAKSRBTz+dCAW1LDohSXv55J/msb3SXBSmrW5jd6DU85KNOydsVhw +Glo4lqoKboBqS6P7NKfL681cbh+IzKfX+rNPTILZCoQ2dEZ5GAYwcrwCuWzMjCS CAAjize8Bz0TmEIdvvkaxDT6Hn024xHCsF+7woBc3+SHXXM81WYtQp2o2YWp/7NH 9gvywSVvw6bVpIx9Ggezs7EO17mbRldKFQBbDlFP5gyI2+BCWMIQK53LoelRxAp9 9SJUCt4ZmHZ8FNTCATYq19RU8Z8MH9ZqT8vZMHVXCOwxK3zSDCZz2zGip0t/OrNl 2Yjg0f0beSyGJ50K8UC4O0eO6m/eg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedvgdefvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 DE1E0100BA; Mon, 14 Jan 2019 20:23:55 -0500 (EST) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org Date: Tue, 15 Jan 2019 02:23:54 +0100 Message-ID: <5915331.rAsu6mPESc@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 0/8] Clean up rte_option 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: , X-List-Received-Date: Tue, 15 Jan 2019 01:23:57 -0000 20/12/2018 18:06, Gaetan Rivet: > rte_option lib might benefit from a few improvements. > > Overview: > > - list registered options on /rte/app --help > - check duplicates within base EAL options > - rename some fields to be closer to standard struct option > and just cleaner overall. > - fix some strange code (static iterator?) > - fix doc, improve API a little... > > Gaetan Rivet (8): > option: use bare option string as name > option: do not use static iterator > option: add usage string > option: rename name field > option: check against common option on register > option: fix log level of error in register > option: improve library documentation > option: return an error when register fail Several weeks passed without any comment. Applied, thanks