From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4646A1B3D7 for ; Tue, 7 Nov 2017 09:39:55 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 07 Nov 2017 00:39:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,357,1505804400"; d="scan'208";a="918415958" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.231.67]) ([10.255.231.67]) by FMSMGA003.fm.intel.com with ESMTP; 07 Nov 2017 00:39:36 -0800 From: Ferruh Yigit To: Rami Rosen , dev@dpdk.org Cc: jblunck@infradead.org References: <1509797029-9618-1-git-send-email-rami.rosen@intel.com> <22bbacb5-2be4-0816-883a-9d0df6b1faaa@intel.com> Message-ID: <836fbc9b-081c-474c-8084-e6f6d5d3a1e3@intel.com> Date: Tue, 7 Nov 2017 00:39:35 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <22bbacb5-2be4-0816-883a-9d0df6b1faaa@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/kni: remove eth_kni_drv declaration 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, 07 Nov 2017 08:39:56 -0000 On 11/6/2017 11:02 AM, Ferruh Yigit wrote: > On 11/4/2017 5:03 AM, Rami Rosen wrote: >> This patch removes the forward declaration of eth_kni_drv >> in rte_eth_kni.c; this forward declaration was made unnecessary >> by commit 050fe6e9ff970ff92d842912136be8f9f52e171f >> ("drivers/net: use ethdev allocation helper for vdev"), which >> removes the usage of eth_kni_drv in the eth_kni_create() method. >> >> Signed-off-by: Rami Rosen > > Fixes: 050fe6e9ff97 ("drivers/net: use ethdev allocation helper for vdev") > Cc: stable@dpdk.org > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.