From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 5FF8F1B37C for ; Thu, 12 Oct 2017 19:10:52 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BF07C21886; Thu, 12 Oct 2017 13:10:51 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 12 Oct 2017 13:10:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ur4buggHu8YdPJS3yzfeXmdJXT kf+iHwGOtuh+BCBNA=; b=PEPn5KdAYKyzvZJ/Rd5LjPb/elV/CTu0vwCoHh6UEE PQIDALn+L5+3o4L8Isy7PqH9FcL0QXhXIpcRZL7xp7oqxKBtSGh02MMOBPDJiB/t FUzxQdqD0HE++R1jjFmLns0bWbD4OCULJwTb45JoNTEKqMWlRMsuVfj5WWQDRDEb U= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ur4bug gHu8YdPJS3yzfeXmdJXTkf+iHwGOtuh+BCBNA=; b=c+tSL53tG67fvXW3GacA2U 21a4Z7OpbuNndMMXBQIFtSkFbqbc/HLodeYzQQtyrWYywXICmGGG15UZL0j+9Sxh Fc1HIIS+SmSslSapqxN1jU8GoczCwwzFwu7PctMN0aT+Ni0ZWOEtD5Jt3X88dwhM yA0NuxA2kOf3sNtEFUdu3TesgsA8yX1ZXLItFC9rWayCM926RayA01Jz3z0TghMi P9DnBQYFgFwBgHEzALXOjrNV5PogTY9CjduqU1vOWsHzsklottg7/0AlMSeQOibf MgbNuFGyg7sI4jaC6BHzpLh5eGUhUOPgj1vw1kYMmIr+zXvdghJ4XI+z1hO5z0CQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 69A51249CD; Thu, 12 Oct 2017 13:10:51 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Thu, 12 Oct 2017 19:10:50 +0200 Message-ID: <3569007.OBp7ulgCO0@xps> In-Reply-To: <1507732847-100455-1-git-send-email-cristian.dumitrescu@intel.com> References: <1507732847-100455-1-git-send-email-cristian.dumitrescu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pull-request] next-pipeline 17.11 pre-rc1 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: Thu, 12 Oct 2017 17:10:52 -0000 Hi, 11/10/2017 16:40, Cristian Dumitrescu: > The following changes since commit d65b3b1668f2037745407c3909c43d85a18692a6: > > vhost: fix false-positive warning from clang 5 (2017-10-11 13:56:34 +0200) > > are available in the git repository at: > > http://dpdk.org/git/next/dpdk-next-pipeline > > for you to fetch changes up to 5ba29c202060c8edadbc36d8c9c19be24bd95cac: > > deprecation: removed the librte_table notice (2017-10-11 15:07:45 +0100) > > ---------------------------------------------------------------- > Cristian Dumitrescu (8): > initial commit > removing startup file > Merge branch 'master' of dpdk.org:dpdk-next-pipeline > table: add key mask for hash tables > test: update due to api changes in librte_table > test-pipeline: update due to api changes in librte_table > ip_pipeline: update due to api changes in librte_table > deprecation: removed the librte_table notice It cannot be integrated in RC1 because we must be able to compile between each commit (to avoid breaking git bisect). The first commit is very big and does several things. Maybe you can split it and update the applications accordingly. I have seen also that the .map file has some issues (blocks inheritance and indents).