From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 01/10] kni: remove unused variables from struct kni_dev Date: Wed, 29 Aug 2018 11:29:01 +0100 Message-ID: References: <20180628224513.18391-1-dg@adax.com> <20180629015508.26599-1-dg@adax.com> <20180629015508.26599-2-dg@adax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Dan Gora Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4B3275A for ; Wed, 29 Aug 2018 12:29:04 +0200 (CEST) In-Reply-To: <20180629015508.26599-2-dg@adax.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/29/2018 2:54 AM, Dan Gora wrote: > Remove the unused fields 'status' and 'synchro' from the struct > kni_dev. > > Signed-off-by: Dan Gora Acked-by: Ferruh Yigit