From: Itsuro Oda <oda@valinux.co.jp> To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Subject: [spp] [PATCH v2 0/5] REST API and CLI support for pipe PMD Date: Wed, 26 Feb 2020 16:06:05 +0900 Message-ID: <20200226070610.3496-1-oda@valinux.co.jp> (raw) In-Reply-To: <20200226013746.2875-1-oda@valinux.co.jp> 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
next prev parent reply other threads:[~2020-02-26 7:06 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-26 1:37 [spp] [PATCH " Itsuro Oda 2020-02-26 1:37 ` [spp] [PATCH 1/5] shared: add PIPE port type Itsuro Oda 2020-02-26 1:37 ` [spp] [PATCH 2/5] primary: suport pipe PMD Itsuro Oda 2020-02-26 6:29 ` Yasufumi Ogawa 2020-02-26 1:37 ` [spp] [PATCH 3/5] spp_nfv: ignore " Itsuro Oda 2020-02-26 1:37 ` [spp] [PATCH 4/5] spp-ctl: enable add pipe port to the primary Itsuro Oda 2020-02-26 1:37 ` [spp] [PATCH 5/5] cli: support pipe PMD Itsuro Oda 2020-02-26 7:06 ` Itsuro Oda [this message] 2020-02-26 7:06 ` [spp] [PATCH v2 1/5] shared: add PIPE port type Itsuro Oda 2020-02-26 7:06 ` [spp] [PATCH v2 2/5] primary: suport pipe PMD Itsuro Oda 2020-02-26 7:06 ` [spp] [PATCH v2 3/5] spp_nfv: ignore " Itsuro Oda 2020-02-26 7:06 ` [spp] [PATCH v2 4/5] spp-ctl: enable add pipe port to the primary Itsuro Oda 2020-02-26 7:06 ` [spp] [PATCH v2 5/5] cli: support pipe PMD Itsuro Oda
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200226070610.3496-1-oda@valinux.co.jp \ --to=oda@valinux.co.jp \ --cc=ferruh.yigit@intel.com \ --cc=spp@dpdk.org \ --cc=yasufum.o@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Soft Patch Panel This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/spp/0 spp/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 spp spp/ https://inbox.dpdk.org/spp \ spp@dpdk.org public-inbox-index spp Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.spp AGPL code for this site: git clone https://public-inbox.org/public-inbox.git