From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 44EE6293B for ; Thu, 23 Aug 2018 12:55:14 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w7NAtDZ9028451; Thu, 23 Aug 2018 19:55:13 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 4DB42EA8001; Thu, 23 Aug 2018 19:55:13 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 36E14EA7D4A; Thu, 23 Aug 2018 19:55:13 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com Cc: Yasufumi Ogawa Date: Thu, 23 Aug 2018 19:54:40 +0900 Message-Id: <20180823105442.74672-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 X-TM-AS-MML: disable Subject: [spp] [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: Thu, 23 Aug 2018 10:55:15 -0000 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