From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/2] Clear eth_dev->data in rte_eth_dev_allocate() Date: Wed, 21 Dec 2016 17:39:51 +0100 Message-ID: <8312088.Jc6O0jvsaU@xps13> References: <1479402972-27470-1-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Jan Blunck Return-path: Received: from mail-wj0-f174.google.com (mail-wj0-f174.google.com [209.85.210.174]) by dpdk.org (Postfix) with ESMTP id 6342B10C9C for ; Wed, 21 Dec 2016 17:39:53 +0100 (CET) Received: by mail-wj0-f174.google.com with SMTP id v7so207565046wjy.2 for ; Wed, 21 Dec 2016 08:39:53 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Lets clear the eth_dev->data when allocating a new rte_eth_dev so that > > drivers only need to set non-zero values. > > > > Signed-off-by: Jan Blunck > > Reviewed-by: Ferruh Yigit Both patches applied, thanks