From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=MZH0ea+X3EWpa+Na1aOqlpvR9ipptV5HLFBNyEWHz1Q=; b=CUEPM6POtkQQvwmN/CW9fFrzq9WM3ZKgrUDHMfjHiO0nAu6XmWxv2bhU6umanVxSZP +kNzgr35LTWkvstY+7Z2ZfG2kXiwwzgZSGzmp2kcyGnF45y2OZEPEYPFhDDcuoD5pxC/ tsFM1ZNJcfz19t59sxlSyBDvMoDrtrXWmXUOH0Dq8+h00r5pRk0vmQMQRn218lGuYDct GaPIZDodxzZsV85WGBRgK40833fVkR+wNy6UD55kKrYjjZO/OuYUdnQJ1MJFEvhRky7d MoBDqK2olU0jVvP6EWtToGTKw9/G5iO400Jj5JxzyDlSS6NM1Q34nQrLOi9PUc+RcqUx 2W9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=MZH0ea+X3EWpa+Na1aOqlpvR9ipptV5HLFBNyEWHz1Q=; b=A+xPkon/CLVPIJYzte7fdsvHhX3Xyxqi9taBHL43PXyAGGk4/EbIMO0ftXlaShkT6i 62Ib8xIlORz0oVagpNM0fPx5/bzm85PbMADit/RfbbmTJYVJfRRB2tn0Hiwdg6r/sK4f 93cp4x126b1/XJp6TNZHN3blPr44AY3A9jsF1xpY6jKQg2R1f+PnIXj9osEzTXZ9tewc bZZGz9VsSBrRkFWwVwjx3JSrBQfaJjmx6bnuGrjQiJpmT0bVTuzOo2QzXseld5bXOewv 6JDwwivyN+fKtok8s+amJMMiMa3be6g0SDurVQxKXAk36n9zH/yVs4nTFtby9nrgym1l cvKw== X-Gm-Message-State: ALyK8tIYcuc9QRUWAhHh8lQjygIiQ9gI/c56EBdooeAmaAgwE5W+oXJuhEH/Els81o8o4pm7 X-Received: by 10.194.5.7 with SMTP id o7mr6465419wjo.145.1465914358565; Tue, 14 Jun 2016 07:25:58 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id o2sm6629135wjp.26.2016.06.14.07.25.57 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Jun 2016 07:25:57 -0700 (PDT) From: Thomas Monjalon To: Nikita Kozlov Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Tue, 14 Jun 2016 16:25:57 +0200 Message-ID: <9931877.Xu3YdtmKTa@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1465909410-4668-1-git-send-email-nikita@elyzion.net> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/4] Convert lpm data from header to resource X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 14:25:59 -0000 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