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 E8240A09FF; Wed, 6 Jan 2021 11:09:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5258E160946; Wed, 6 Jan 2021 11:09:46 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id D9ACF16091F for ; Wed, 6 Jan 2021 11:09:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1609927784; 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=C7oEY0hVqm5wvhSxF+qyBWmxJqMoN5xDLVuLoCidHQc=; b=B1Kaff7ZSBefm/gDwyl6ACXh6ROJ0kiK9Oh1Wx9Yvt/imtufTPvp1NyWLNuwo6251G1hRT UUfauLO6ONhZDN46Tog35IOe0onv0fExVqJ/KjFdlkNlhW18VIQSq1/KhpcauVRRur77uR XF1fjOqCBMd5UP3drU47jyKY6/CDsnI= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-266-faXSJRXZNva6r9jJj6j3Bg-1; Wed, 06 Jan 2021 05:09:42 -0500 X-MC-Unique: faXSJRXZNva6r9jJj6j3Bg-1 Received: by mail-vs1-f70.google.com with SMTP id b18so426245vsd.19 for ; Wed, 06 Jan 2021 02:09:42 -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=C7oEY0hVqm5wvhSxF+qyBWmxJqMoN5xDLVuLoCidHQc=; b=SbhC+x1MwuMhqMtVMVx8iBTVMBhxSXTT7ovg7IvKKOapRL1nNK6XUMdcpvyCT1VMp8 pzpxRIox3KlMGBWSWs91ybJVRerrx4N6MkizAQTs+C0ZY1NK5YQO6l4nlOKdJinx64jn mf9aS78M2es+ytoOOX/H7GzJowgeU4l629mWgnrZsbCTFSYtFaKEKrdYWp2Lm9DWymn+ xa0/EJ5jiyzxU9/CsOkP12iT1/1Er3LQo9eLjWj+TKtoNSoBwiVlhIj08uSAhJfnq+vG oV/aRjRmFtLrQQdanNfytEM373oXdbG3MpL7SeM2whWBsXRSlii5kZfzZil8sUoDpi2n 4Zlw== X-Gm-Message-State: AOAM532b5UnRuxAqFXXIc/FeWGGykVq/XVeyW9HbcXyj2I7wdybLQSFX oJ+hLUn3aJppsdJAdfQ7sLPUzpewUm4/Dr6BOVp5SBhclR6wW7/QgNkhV1iRrP6WCXjTy3jK6UZ E0Hnc13k28o84f+HTytA= X-Received: by 2002:a67:f80b:: with SMTP id l11mr2336526vso.27.1609927782448; Wed, 06 Jan 2021 02:09:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJw0msTS/neajlJNobH4GPe/eeR10Kl6hYbQznUUtyw3UbvjDJvfgz6eP/yW8+NkYjTTm7b7PAwEhOgsnhyoSMI= X-Received: by 2002:a67:f80b:: with SMTP id l11mr2336516vso.27.1609927782312; Wed, 06 Jan 2021 02:09:42 -0800 (PST) MIME-Version: 1.0 References: <20201220211405.313012-1-maxime.coquelin@redhat.com> <20201220211405.313012-16-maxime.coquelin@redhat.com> In-Reply-To: <20201220211405.313012-16-maxime.coquelin@redhat.com> From: David Marchand Date: Wed, 6 Jan 2021 11:09:31 +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 15/40] net/virtio: move legacy IO to Virtio PCI 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:15 PM Maxime Coquelin wrote: > > This patch moves Virtio PCI legacy IO handling to > virtio_pci.c. Two functions are created so that > virtio_pci_ethdev does not have to care about it. > > Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand -- David Marchand