From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.ics.ntt-tx.co.jp (mail05.ics.ntt-tx.co.jp [210.232.35.69]) by dpdk.org (Postfix) with ESMTP id 298C52862 for ; Tue, 6 Nov 2018 12:19:07 +0100 (CET) Received: from gwchk03.silk.ntt-tx.co.jp (gwchk03.silk.ntt-tx.co.jp [10.107.0.111]) by mail04.ics.ntt-tx.co.jp (unknown) with ESMTP id wA6BJ6WA008649; Tue, 6 Nov 2018 20:19:06 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id wA6BJ6D4004260; Tue, 6 Nov 2018 20:19:06 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id WAA04259; Tue, 6 Nov 2018 20:19:06 +0900 Received: from imss05.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by ccmail04.silk.ntt-tx.co.jp (unknown) with ESMTP id wA6BJ5Jw014821; Tue, 6 Nov 2018 20:19:05 +0900 Received: from imss05.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss05.silk.ntt-tx.co.jp (unknown) with ESMTP id wA6BJ5K0024845; Tue, 6 Nov 2018 20:19:05 +0900 Received: from ccmail04 (smtp03.silk.ntt-tx.co.jp [10.107.0.135]) by imss05.silk.ntt-tx.co.jp (unknown) with SMTP id wA6BJ5Sk024842; Tue, 6 Nov 2018 20:19:05 +0900 Date: Tue, 06 Nov 2018 20:18:02 +0900 From: Hideyuki Yamashita In-Reply-To: <20180823105442.74672-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180823105442.74672-1-ogawa.yasufumi@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.74 [ja] X-CCMail7: CC-Mail-V7.0.2-Client-Relayed Message-Id: <201811061118.wA6BIk7q014743@ccmail04.silk.ntt-tx.co.jp> X-TM-AS-MML: No X-CC-Mail-RelayStamp: CC-Mail-V5.14-Server To: spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Cc: ferruh.yigit@intel.com Subject: Re: [spp] [spp 03234] [PATCH 0/2] Fix compile error with DPDK v18.08 X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2018 11:19:08 -0000 Hello, So far, it looks both patches are not merged into master branch. I think change on makefile is tentative one and no need to merge. But the other change on shared needs to be merged to master because it is essentical change. BR, Hideyuki Yamashita NTT TechnoCross > From: Yasufumi Ogawa > > Compiling SPP with DPDK v18.08 causes some of erros and warnings > because of following reasons. This series of patches is to fix them. > > * Tx queue configuration is not updated for the new Tx offload API. > > * rte_eth_dev_attach/detach is deprecated but still remained. > > Yasufumi Ogawa (2): > shared: remove nouse txq_flags > makefile: ignore deprecated declarations > > src/nfv/Makefile | 1 + > src/shared/common.c | 1 - > src/vf/Makefile | 1 + > src/vm/Makefile | 1 + > 4 files changed, 3 insertions(+), 1 deletion(-) > > -- > 2.7.4 >