From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A40F023B for ; Fri, 23 Jun 2017 13:28:39 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 04:28:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,377,1493708400"; d="scan'208";a="1163862067" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga001.fm.intel.com with ESMTP; 23 Jun 2017 04:28:37 -0700 To: Chillance Zen , dev@dpdk.org References: Cc: Pascal Mazon From: Ferruh Yigit Message-ID: <2dbba168-bd9a-fa30-b72f-41b2b1015cf3@intel.com> Date: Fri, 23 Jun 2017 12:28:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] TAP PMD does not work in 17.05 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, 23 Jun 2017 11:28:40 -0000 On 6/22/2017 8:05 AM, Chillance Zen wrote: > it always says something like this: > > PMD: tap1234: ioctl(35092) failed with error: No such device > PMD: Add queue to TAP tap1234 for qid 0 > PMD: tap1234: ioctl(35108) failed with error: Cannot assign requested > address > PMD: tun_alloc(tap1234, 0) failed > PMD: tap1234: ioctl(35092) failed with error: No such device > > did any one ever meet this before? > Cc: Pascal I tried with latest code and 17.05 release and not observed the error. - Is this released 17.05 or any stable release version? - Is tun kernel module inserted?