From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5 1/3] net/ring: set ethernet device field Date: Mon, 12 Jun 2017 16:37:28 +0100 Message-ID: References: <20170612141354.59062-1-ferruh.yigit@intel.com> <20170612152512.11970-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E3ADBDE3 for ; Mon, 12 Jun 2017 17:37:30 +0200 (CEST) In-Reply-To: <20170612152512.11970-1-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/12/2017 4:25 PM, Ferruh Yigit wrote: > The eth_dev->device link was missing for ring PMD, adding it. > > This is to generalize rte_device access from eth_dev. > > Signed-off-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.