From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2B13C271 for ; Mon, 12 Mar 2018 04:40:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Mar 2018 20:40:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,459,1515484800"; d="scan'208";a="37342167" Received: from tanjianf-mobl.ccr.corp.intel.com (HELO [10.255.27.216]) ([10.255.27.216]) by fmsmga001.fm.intel.com with ESMTP; 11 Mar 2018 20:40:43 -0700 To: Matan Azrad , "Yigit, Ferruh" References: <1520177405-59091-1-git-send-email-jianfeng.tan@intel.com> <1520177405-59091-4-git-send-email-jianfeng.tan@intel.com> Cc: "Richardson, Bruce" , "Ananyev, Konstantin" , Thomas Monjalon , "maxime.coquelin@redhat.com" , "Burakov, Anatoly" , "dev@dpdk.org" From: "Tan, Jianfeng" Message-ID: Date: Mon, 12 Mar 2018 11:40:42 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 3/4] drivers/net: do not allocate rte_eth_dev_data privately 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: Mon, 12 Mar 2018 03:40:49 -0000 On 3/7/2018 2:10 PM, Matan Azrad wrote: > >>> Yes, we are removing all private rte_eth_dev_data. If I missed some >>> device, welcome to point out. >> net/ring >> What is about next PCI device? >> >> net/cxgbe Will change these two in next version. Thank you, Matan.