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 56441A04DD; Thu, 28 Nov 2019 02:49:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 854F1293C; Thu, 28 Nov 2019 02:49:52 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 782A5CF3 for ; Thu, 28 Nov 2019 02:49:51 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EA80C22585; Wed, 27 Nov 2019 20:49:50 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 20:49:50 -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=fMKrrSuUApDuOKg4NQILvVHbgsCyB9ButdFXcEoC8dE=; b=mU8Zi8ch6cG1 TN+P7DHktoQ6Esnnyc/IOLMzkE7ZU4Bm/bfdsJCGjCcl64b4JZiFRKyhnrwUnOI3 BWu0bFyV7OZgPFCW3m/Zvo5L0kwwp8dETZMkPZjqNqzwq8RaiorPPHLtuWh2tMm5 pRBBFtvCvImsSKnxGsLg8DQyID//B1c= 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=fMKrrSuUApDuOKg4NQILvVHbgsCyB9ButdFXcEoC8 dE=; b=UX+feYrLgzy+LSoD9bkQrfybiqRyyExhv5+Y1fpGXfCfIDVnIhEi0saFV 7gjqeNNNicYWAwC6W0rfPwm/9CLxTddAYtNJ4GsDdVE94RIGhhFXk2wBngZt2+L1 1xbkd50Xa2r9myP1Cg++AWUtfGCu716Q3a+0bZsTwdemjv1qJREMZ09srwDKsLjG 9w9kxSapwOgjxTtqIrm7Gaa4pPKwl98IMAO9fotVbbReL8zH/m7aORjV4Oh0Pa5Q snvlvc9z4eV8mmuRkxzx6bEoNrA1RXy4HjoSgy0dh97lP1bxNkgYL20bcuekAWPb 6Pk857gIiLRNgzEZhWlWyN8SlrJaQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiiedgfeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 2302E8005C; Wed, 27 Nov 2019 20:49:50 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Thu, 28 Nov 2019 02:49:49 +0100 Message-ID: <2480957.DojGzZWacm@xps> In-Reply-To: <20190925155135.1688-3-stephen@networkplumber.org> References: <20190925155135.1688-1-stephen@networkplumber.org> <20190925155135.1688-3-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/7] reciprocal: remove redundant boilerplate 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/09/2019 17:51, Stephen Hemminger: > No need for extra language, coverd by SPDX tag. > > Signed-off-by: Stephen Hemminger Applied, thanks