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 6CE08A055E for ; Wed, 26 Feb 2020 08:06:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 413F7B62; Wed, 26 Feb 2020 08:06:13 +0100 (CET) Received: from valinux.co.jp (vagw.valinux.co.jp [210.128.90.14]) by dpdk.org (Postfix) with ESMTP id 8E119B62 for ; Wed, 26 Feb 2020 08:06:11 +0100 (CET) Received: by valinux.co.jp (Postfix, from userid 1000) id B2F22240825; Wed, 26 Feb 2020 16:06:10 +0900 (JST) From: Itsuro Oda To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Wed, 26 Feb 2020 16:06:05 +0900 Message-Id: <20200226070610.3496-1-oda@valinux.co.jp> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200226013746.2875-1-oda@valinux.co.jp> References: <20200226013746.2875-1-oda@valinux.co.jp> Subject: [spp] [PATCH v2 0/5] REST API and CLI support for pipe PMD 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" This series of patches enable users to request to add/del pipe PMD request to the primary by REST API and CLI. The document will be provided by following patches. --- v2: * rebase on the newest master Itsuro Oda (5): shared: add PIPE port type primary: suport pipe PMD spp_nfv: ignore pipe PMD spp-ctl: enable add pipe port to the primary cli: support pipe PMD src/cli/commands/pri.py | 10 +++ src/nfv/main.c | 2 +- src/nfv/nfv_status.c | 5 ++ src/primary/main.c | 86 +++++++++++++++++-- src/shared/common.c | 9 ++ src/shared/common.h | 2 + src/shared/secondary/add_port.c | 34 ++++++++ src/shared/secondary/add_port.h | 16 ++++ .../secondary/spp_worker_th/cmd_utils.c | 2 + src/spp-ctl/spp_proc.py | 7 +- src/spp-ctl/spp_webapi.py | 24 +++++- 11 files changed, 182 insertions(+), 15 deletions(-) -- 2.17.1