From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 9989C1E34 for ; Tue, 22 May 2018 15:40:25 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2018 06:40:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,430,1520924400"; d="scan'208";a="230648877" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 22 May 2018 06:40:24 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.235]) by fmsmsx104.amr.corp.intel.com ([169.254.3.184]) with mapi id 14.03.0319.002; Tue, 22 May 2018 06:40:24 -0700 From: "Wiles, Keith" To: "Varghese, Vipin" CC: "dev@dpdk.org" , "Yigit, Ferruh" , "pascal.mazon@6wind.com" , "Wang, Zhihong" Thread-Topic: [PATCH v2] net/tap: fix the vdev data sharing for tun Thread-Index: AQHT8bxPVFE+zOOlIE6h4z5y3mMSuqQ8Nr2A Date: Tue, 22 May 2018 13:40:24 +0000 Message-ID: <0496FB65-383C-4AB5-AA34-AB52485D7BCF@intel.com> References: <1526107055-26637-1-git-send-email-vipin.varghese@intel.com> <1526986914-31856-1-git-send-email-vipin.varghese@intel.com> In-Reply-To: <1526986914-31856-1-git-send-email-vipin.varghese@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.53.246] Content-Type: text/plain; charset="us-ascii" Content-ID: <00AB44813160A446B3BA92D8EB89795C@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/tap: fix the vdev data sharing for tun 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: Tue, 22 May 2018 13:40:26 -0000 > On May 22, 2018, at 6:01 AM, Varghese, Vipin w= rote: >=20 > Fixes: ee27edbe0c10 ("drivers/net: share vdev data to secondary process") >=20 > Enables TUN PMD sharing by attaching the port from the shared data. >=20 > Cc: zhihong.wang@intel.com > Cc: ferruh.yigit@intel.com >=20 > Signed-off-by: Vipin Varghese > --- >=20 > Changes in V2: > - removal of To Do comment - Keith Wiles, Ferruh Yigit Acked-by: Keith Wiles Regards, Keith