From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [pull-request] next-pipeline 17.11 pre-rc1 Date: Thu, 12 Oct 2017 19:10:50 +0200 Message-ID: <3569007.OBp7ulgCO0@xps> References: <1507732847-100455-1-git-send-email-cristian.dumitrescu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Cristian Dumitrescu 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) In-Reply-To: <1507732847-100455-1-git-send-email-cristian.dumitrescu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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).