From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 7/8] net/virtio: complete init stage at the right place Date: Fri, 4 Nov 2016 09:44:18 +0100 Message-ID: References: <1478189400-14606-1-git-send-email-yuanhan.liu@linux.intel.com> <1478189400-14606-8-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Ilya Maximets To: Yuanhan Liu , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id EB54F2934 for ; Fri, 4 Nov 2016 09:44:23 +0100 (CET) In-Reply-To: <1478189400-14606-8-git-send-email-yuanhan.liu@linux.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/03/2016 05:09 PM, Yuanhan Liu wrote: > Invoking vtpci_reinit_complete() at port start stage doesn't make any > sense, instead, it should be done at the end of dev init stage. > > So move it here. > > Signed-off-by: Yuanhan Liu > --- > drivers/net/virtio/virtio_ethdev.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Makes sense: Reviewed-by: Maxime Coquelin Thanks, Maxime