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 8FA74A055E for ; Wed, 26 Feb 2020 02:37:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5B6A62C02; Wed, 26 Feb 2020 02:37:49 +0100 (CET) Received: from valinux.co.jp (vagw.valinux.co.jp [210.128.90.14]) by dpdk.org (Postfix) with ESMTP id 917662C02 for ; Wed, 26 Feb 2020 02:37:47 +0100 (CET) Received: by valinux.co.jp (Postfix, from userid 1000) id AEB8C240825; Wed, 26 Feb 2020 10:37:46 +0900 (JST) From: Itsuro Oda To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Wed, 26 Feb 2020 10:37:41 +0900 Message-Id: <20200226013746.2875-1-oda@valinux.co.jp> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH 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. 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 | 6 ++ src/primary/main.c | 85 +++++++++++++++++-- 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