From: Yasufumi Ogawa <yasufum.o@gmail.com> To: Itsuro Oda <oda@valinux.co.jp> Cc: spp@dpdk.org, ferruh.yigit@intel.com Subject: Re: [spp] [PATCH v2 0/7] introduce pipe PMD Date: Thu, 5 Mar 2020 10:25:16 +0900 Message-ID: <571c8fba-bd08-64ab-7176-22a4af04d650@gmail.com> (raw) In-Reply-To: <20200301233424.30377-1-oda@valinux.co.jp> > pipe PMD provides a device named spp_pipe which communicates > using rings allocated by spp_primary. > For example spp_pipe0 made with devargs "rx=ring:0,tx=ring:1" > receives packets from ring:0 and sends packets to ring:1. > spp_pipe enables high-speed communication between an application > and other application or SPP secondary processes (ex. spp_nfv) > using rings. > Note that an application using spp_pipe must be a secondary > process under spp_primary. > > This series of patches add the part of driver. CLI and REST > API to request to make spp_pipe devices will be provided > by following patches. The document will be provided by > following patches too. Applied, thanks. > > --- > v2: > * fix checkpatches.sh errors > > Itsuro Oda (7): > drivers/pipe: add pipe PMD driver > drivers: add pipe PMD in Makefile > spp_primary: add link to pipe PMD in Makefile > spp_nfv: add link to pipe PMD in Makefile > spp_vf: add link to pipe PMD in Makefile > spp_mirror: add link to pipe PMD in Makefile > spp_pcap: add link to pipe PMD in Makefile > > src/drivers/Makefile | 1 + > src/drivers/pipe/Makefile | 26 ++ > src/drivers/pipe/rte_pmd_spp_pipe_version.map | 4 + > src/drivers/pipe/rte_spp_pipe.c | 426 ++++++++++++++++++ > src/mirror/Makefile | 2 +- > src/nfv/Makefile | 2 +- > src/pcap/Makefile | 2 +- > src/primary/Makefile | 2 +- > src/vf/Makefile | 2 +- > 9 files changed, 462 insertions(+), 5 deletions(-) > create mode 100644 src/drivers/pipe/Makefile > create mode 100644 src/drivers/pipe/rte_pmd_spp_pipe_version.map > create mode 100644 src/drivers/pipe/rte_spp_pipe.c >
prev parent reply other threads:[~2020-03-05 1:25 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-25 23:32 [spp] [PATCH " Itsuro Oda 2020-02-25 23:32 ` [spp] [PATCH 1/7] drivers/pipe: add pipe PMD driver Itsuro Oda 2020-02-28 8:30 ` Yasufumi Ogawa 2020-02-25 23:32 ` [spp] [PATCH 2/7] drivers: add pipe PMD in Makefile Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 3/7] spp_primary: add link to " Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 4/7] spp_nfv: " Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 5/7] spp_vf: " Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 6/7] spp_mirror: " Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 7/7] spp_pcap: " Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 0/7] introduce pipe PMD Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 1/7] drivers/pipe: add pipe PMD driver Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 2/7] drivers: add pipe PMD in Makefile Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 3/7] spp_primary: add link to " Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 4/7] spp_nfv: " Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 5/7] spp_vf: " Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 6/7] spp_mirror: " Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 7/7] spp_pcap: " Itsuro Oda 2020-03-05 1:25 ` Yasufumi Ogawa [this message]
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=571c8fba-bd08-64ab-7176-22a4af04d650@gmail.com \ --to=yasufum.o@gmail.com \ --cc=ferruh.yigit@intel.com \ --cc=oda@valinux.co.jp \ --cc=spp@dpdk.org \ /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