From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6486BDE5 for ; Fri, 20 Jan 2017 13:14:46 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 20 Jan 2017 04:14:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,258,1477983600"; d="scan'208";a="924746170" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 20 Jan 2017 04:14:43 -0800 To: Keith Wiles , dev@dpdk.org References: <1476396234-44694-1-git-send-email-keith.wiles@intel.com> <20161212143838.37269-1-keith.wiles@intel.com> Cc: pmatilai@redhat.com, yuanhan.liu@linux.intel.com, john.mcnamara@intel.com From: Ferruh Yigit Message-ID: <2f632e65-90de-c2b7-ed67-34e3432cefae@intel.com> Date: Fri, 20 Jan 2017 12:14:43 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v12] net/tap: new TUN/TAP device PMD 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: Fri, 20 Jan 2017 12:14:46 -0000 On 12/13/2016 1:54 PM, Ferruh Yigit wrote: > On 12/12/2016 2:38 PM, Keith Wiles wrote: >> The PMD allows for DPDK and the host to communicate using a raw >> device interface on the host and in the DPDK application. The device >> created is a Tap device with a L2 packet header. >> >> v12- Fixup minor changes for driver_name and version number >> v11- Add the tap.rst to the nic/index.rst file >> v10- Change the string name used to allow for multiple devices. >> v9 - Fix up the docs to use correct syntax >> v8 - Fix issue with tap_tx_queue_setup() not return zero on success. >> v7 - Reword the comment in common_base and fix the data->name issue >> v6 - fixed the checkpatch issues >> v5 - merge in changes from list review see related emails >> fixed many minor edits >> v4 - merge with latest driver changes >> v3 - fix includes by removing ifdef for other type besides Linux >> Fix the copyright notice in the Makefile >> v2 - merge all of the patches into one patch >> Fix a typo on naming the tap device >> Update the maintainers list >> >> Signed-off-by: Keith Wiles >> --- > > Reviewed-by: Ferruh Yigit > Tested-by: Aws Ismail > Tested-by: Vasily Philipov > > Applied to dpdk-next-net/master, thanks. > Hi Keith, test-report [1] shows build error [2] for the PMD, I guess there is a kernel version dependency, FYI. Issue has been caught after integration. [1] http://dpdk.org/ml/archives/test-report/2017-January/009616.html [2] DPDK/drivers/net/tap/rte_eth_tap.c: In function ‘tun_alloc’: DPDK/drivers/net/tap/rte_eth_tap.c:143:19: error: ‘IFF_MULTI_QUEUE’ undeclared (first use in this function) compilation terminated due to -Wfatal-errors.