From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 60E11A04EF for ; Mon, 25 May 2020 05:04:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AC71B1D6A4; Mon, 25 May 2020 05:04:36 +0200 (CEST) Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 1BC891D6A4 for ; Mon, 25 May 2020 05:04:35 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id v63so8229759pfb.10 for ; Sun, 24 May 2020 20:04:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=0LtAURC4VCTlyNWic2JfvF5oLWovKyw+KxsjOSGIY6E=; b=V96b/XpDp0/RIx7C84fGxaAcpdaNczBx2dZJduC5V0aK/AZal6EUV5IK00Bw3Nb8mt FY9MsZSXuCWb8jP1tys2NVqvdfornUOQthpS/B+pYEs4iZ9xddlGGVRyZ4gh+2uTuKL5 eNyxGia2N7Tvt4eVllJdqSMPbKVbEMF5uV8MwRBY8z36TQ6dk7pbqwEp9aplAgBhJ5iH YzPTrVkjgLmLJ5L29nP+mLV25jBlyDnsA9+wLocgI3wFnWrZmag00d7YvepgT2+QJ+Sp bzoVIzhoZH8QQIy1NksN3ncbkpLIO+EG/Z6qtPU5W6DfNiB7ZKX7J6yOnrcE3rmBHAUs ePhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=0LtAURC4VCTlyNWic2JfvF5oLWovKyw+KxsjOSGIY6E=; b=GoY7i+S2KWHygj1FqyOz6ICvWb4HgsDJp0obSsUAmLqrNU1LjHES+zRMrxxDh25BWy ZrjMcsUHdxhSSeN0tcTd24Q3d80D5TC4tTlPvSAOc7sYjXNLnWv9PIpUlYou5jDuqUGI svF1fxmUHh+2yFk3m/if0Y9hLLYzSTexlaVjF/hnnyZRJdn9Qnh56pwuFumO77DctkK1 d3X0KXsYfzmUelQoix5LdVNd/jR+9koYJoCMX2e8R+CmIFjwbRgsA+/52Q3Y3C98SmnK BLKUHTTAM/0yqBH9yXPR8d8+USc/NX81iJIB3wlqevrRpcoV5KDnMtE2JphWqVEHTKBZ HyUQ== X-Gm-Message-State: AOAM533zJ/lSuOU9aYYqCBRGCYZT2KmKV1rKWN+HchOSe4rApjY/ZrwR bnU2tESkykld4lMbLrS/hZZ+9Aok X-Google-Smtp-Source: ABdhPJzAj+2h2oMtm9fWI165nLVudHmgFjWevqXOjfdGZacs4TQANjDKfAniAxC9coPksbD5/pIQqQ== X-Received: by 2002:aa7:8c53:: with SMTP id e19mr15044903pfd.264.1590375873989; Sun, 24 May 2020 20:04:33 -0700 (PDT) Received: from mugwort.local ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id i21sm10673843pgn.20.2020.05.24.20.04.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 24 May 2020 20:04:33 -0700 (PDT) To: Itsuro Oda , spp@dpdk.org References: <20200402000633.3391-1-oda@valinux.co.jp> From: Yasufumi Ogawa Message-ID: Date: Mon, 25 May 2020 12:04:30 +0900 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200402000633.3391-1-oda@valinux.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [spp] [PATCH 00/11] switch to use original vhost PMD again X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" > Original vhost PMD was fixed to be used by a secondary process > in DPDK v20.02. > This series of patches switch to use original vhost PMD and > remove SPP dedicated vhost PMD. Acked-by: Yasufumi Ogawa > > Itsuro Oda (11): > shared: switch to use original vhost PMD again > spp_nfv: remove unnecessary code for vhost > spp_primary: remove unnecessary code for vhost > spp_primary: remove link to vhost PMD in Makefile > spp_nfv: remove link to vhost PMD in Makefile > spp_vf: remove link to vhost PMD in Makefile > spp_mirror: remove link to vhost PMD in Makefile > spp_pcap: remove link to vhost PMD in Makefile > vdev_test: remove link to vhost PMD in Makefile > drivers: remove build task for SPP dedicated vhost PMD > drivers/vhost: remove SPP dedicated vhost PMD > > src/drivers/Makefile | 1 - > src/drivers/vhost/Makefile | 28 - > .../vhost/rte_pmd_spp_vhost_version.map | 4 - > src/drivers/vhost/rte_spp_vhost.c | 592 ------------------ > src/mirror/Makefile | 2 +- > src/nfv/Makefile | 2 +- > src/nfv/commands.h | 1 - > src/pcap/Makefile | 2 +- > src/primary/Makefile | 2 +- > src/primary/main.c | 1 - > src/shared/common.c | 4 +- > src/shared/common.h | 1 - > src/shared/secondary/add_port.c | 15 +- > src/shared/secondary/add_port.h | 2 +- > src/vf/Makefile | 2 +- > tools/vdev_test/Makefile | 2 +- > 16 files changed, 18 insertions(+), 643 deletions(-) > delete mode 100644 src/drivers/vhost/Makefile > delete mode 100644 src/drivers/vhost/rte_pmd_spp_vhost_version.map > delete mode 100644 src/drivers/vhost/rte_spp_vhost.c >