From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4] Convert lpm data from header to resource Date: Tue, 14 Jun 2016 16:25:57 +0200 Message-ID: <9931877.Xu3YdtmKTa@xps13> References: <1462539092-24389-1-git-send-email-bruce.richardson@intel.com> <1465909410-4668-1-git-send-email-nikita@elyzion.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Nikita Kozlov Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id F1BF58D90 for ; Tue, 14 Jun 2016 16:25:58 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id v199so123819628wmv.0 for ; Tue, 14 Jun 2016 07:25:58 -0700 (PDT) In-Reply-To: <1465909410-4668-1-git-send-email-nikita@elyzion.net> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-14 15:03, Nikita Kozlov: > Re-submission of Bruce Richardson patch set: > http://dpdk.org/dev/patchwork/patch/12484/ > > This patchset is a rebase to the current head and use of > strndupa (not posix) was replaced. [...] > Nikita Kozlov (4): > test: make all lpm routes be of unsigned type > test: change lpm routes file from header to data file > test: change lpm test to use routes as resource > test: change lpm perf test to use routes as resource Please fix the authorship and add your Signed-off at the end of the commits you have touched. There are few checkpatch warnings. It complains about unnecessary line continuations and some spacing. Thanks