From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 15A64A09FF; Wed, 6 Jan 2021 09:58:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D524F1608C4; Wed, 6 Jan 2021 09:58:20 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 452A016089C for ; Wed, 6 Jan 2021 09:58:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1609923498; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lgalUFyeoazQKQEatda2el8BF3PGB2K3bJgalRKVxko=; b=fWiDiSINheIfYmNBdscN6hnEmArxr4GY1ATxchIlMtd+u2sioXSScDUYrVwClVysjzxTDE XSZ4cCh2SOrS2bI0IpjC2IMg1A58NdkRnv9DMJi1Xc0A8n3KNHSbAnCK9JLOOmu/TK6bDm xzhi2+B7GaQ3wAK53GeM8HLEhuAFNjY= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-347-kY9m6jI7PO63jLJzHjkEQg-1; Wed, 06 Jan 2021 03:58:17 -0500 X-MC-Unique: kY9m6jI7PO63jLJzHjkEQg-1 Received: by mail-vs1-f69.google.com with SMTP id a18so381946vsp.9 for ; Wed, 06 Jan 2021 00:58:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=lgalUFyeoazQKQEatda2el8BF3PGB2K3bJgalRKVxko=; b=SD3PaQ6h60eB18BTA3eP3rLCmA0CnIo3y89tLBX6wpsyW3T1Gy1QmO8Jj4CddM5gLc /P7HEUN1l2Bqy3/u4MnLioj+EQE5jYnMvXmaH77B5BfokNOWdwaPCyapO7w++b4aZUQZ bNDELnFBcAmTR6i5dftjHlIlgnGeZJ5Nhzs743I056KXaMJ55/ZFCufDzSl2ubsg5E6j hkswuWo4YefIxPtWFCmy9JlH2PyfzDM4JI/JHH9uwrL97q3I36c3AKfS0jPCHo6IeKuU ybfIvYndJePxIE3LJiNRTAG4pAbqXfzm7tgaDT54YmYXNVIAGUI8kDIcSjDbjDSCSZAT V3YA== X-Gm-Message-State: AOAM533ALWzHTAOmtmJ/VMupj4Dqvrlf6ULfeHPWzR63LDguQ11M1nM2 M0x/vXXc29um4gXNdlpDqzQwFbhvcASwbso7/K6aQx1JzN13nz5aZPoOwlRfGjPkS9oTJRchCxs wguykiERNvepzLAFAl3g= X-Received: by 2002:ab0:44c6:: with SMTP id n64mr2588942uan.53.1609923496659; Wed, 06 Jan 2021 00:58:16 -0800 (PST) X-Google-Smtp-Source: ABdhPJwufl6QZRorerOXKNWen0qdiY5Q+17Ct1ZT7cgCCLPxpIubl27CmZv0e/5zkg2ViuS5Nq5iaQ46hvcQQEvuCXE= X-Received: by 2002:ab0:44c6:: with SMTP id n64mr2588938uan.53.1609923496470; Wed, 06 Jan 2021 00:58:16 -0800 (PST) MIME-Version: 1.0 References: <20201220211405.313012-1-maxime.coquelin@redhat.com> <20201220211405.313012-7-maxime.coquelin@redhat.com> In-Reply-To: <20201220211405.313012-7-maxime.coquelin@redhat.com> From: David Marchand Date: Wed, 6 Jan 2021 09:58:05 +0100 Message-ID: To: Maxime Coquelin Cc: dev , "Xia, Chenbo" , Olivier Matz , Adrian Moreno Zapata Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 06/40] net/virtio: move PCI specific dev init to PCI ethdev init X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 Sun, Dec 20, 2020 at 10:14 PM Maxime Coquelin wrote: > > This patch moves the PCI specific initialization from > eth_virtio_dev_init() to eth_virtio_pci_init(). > > Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand -- David Marchand