Soft Patch Panel
 help / color / mirror / Atom feed
[spp] [PATCH 0/5] Add exit command support for spp_primary
 2018-11-09  3:21 UTC  (12+ messages)
` [spp] [PATCH 1/5] primary: chage to return msg of exit command
` [spp] [PATCH 2/5] spp-ctl: add exit cmd support for spp_primary
` [spp] [PATCH 3/5] controller: change pri exit cmd to call REST API
` [spp] [PATCH 4/5] docs: add DELETE method for exiting spp_primary
` [spp] [PATCH 5/5] docs: remove exit from pri command
` [spp] [PATCH v2 0/5] Add exit command support for spp_primary
  ` [spp] [PATCH v2 1/5] primary: chage to return msg of exit command
  ` [spp] [PATCH v2 2/5] spp-ctl: add exit cmd support for spp_primary
  ` [spp] [PATCH v2 3/5] controller: change pri exit cmd to call REST API
  ` [spp] [PATCH v2 4/5] docs: add DELETE method for exiting spp_primary
  ` [spp] [PATCH v2 5/5] docs: remove exit from pri command

[spp] [PATCH 1/6] shared: addition of attach()
 2018-11-07  5:07 UTC  (6+ messages)
` [spp] [PATCH 2/6] spp_nfv: replacement of rte_eth_dev_attach()
` [spp] [PATCH 3/6] spp_vf:replacement "
` [spp] [PATCH 4/6] shared: addition of detach()
` [spp] [PATCH 5/6] spp_nfv: replacement of rte_eth_dev_detach()
` [spp] [PATCH 6/6] spp_vm: "

[spp] [PATCH 0/6] Replace deprecated APIs
 2018-11-07  5:07 UTC 

[spp] [PATCH 0/2] Fix compile error with DPDK v18.08
 2018-11-07  3:30 UTC  (8+ messages)
` [spp] [spp 03234] "
  ` [spp] Cannnot add pcap PMD and null PMD via spp.py
        ` [spp] [spp 03509] Re: [PATCH 0/2] Fix compile error with DPDK v18.08

[spp] [PATCH 0/3] Update documentation for spp-ctl
 2018-10-25  6:52 UTC  (4+ messages)
` [spp] [PATCH 1/3] docs: update how to use section for using spp-ctl
` [spp] [PATCH 2/3] docs: correct duplicated labels in APIs reference
` [spp] [PATCH 3/3] docs: correct inappropriate labels in spp_vf

[spp] [PATCH 0/5] Add exit command support for spp_nfv and spp_vm
 2018-10-25  5:19 UTC  (6+ messages)
` [spp] [PATCH 1/5] spp_nfv: chage to return msg of exit command
` [spp] [PATCH 2/5] spp-ctl: add exit cmd support for spp_nfv
` [spp] [PATCH 3/5] spp_vm: chage to return msg of exit command
` [spp] [PATCH 4/5] controller: update sec exit cmd to call REST API
` [spp] [PATCH 5/5] docs: add DELETE method for exiting spp_nfv

[spp] [PATCH 0/2] Update spp_vf command docs
 2018-10-19  7:07 UTC  (3+ messages)
` [spp] [PATCH 1/2] docs: move spp_vf command reference
` [spp] [PATCH 2/2] docs: update spp_vf command

[spp] [PATCH 0/9] Change license of docs to SPDX
 2018-10-19  7:05 UTC  (10+ messages)
` [spp] [PATCH 1/9] docs: convert license of commands to SPDX tag
` [spp] [PATCH 2/9] docs: convert license of overview "
` [spp] [PATCH 3/9] docs: convert license of setup guides "
` [spp] [PATCH 4/9] docs: convert license of tools "
` [spp] [PATCH 5/9] docs: convert license of spp_vf commands to SPDX
` [spp] [PATCH 6/9] docs: convert license of spp_vf usecases "
` [spp] [PATCH 7/9] docs: convert license of spp_vf gsg "
` [spp] [PATCH 8/9] docs: convert license of spp_vf expl "
` [spp] [PATCH 9/9] docs: convert license of spp_vf "

[spp] [PATCH 0/4] Add commands of spp_vf to SPP controller
 2018-10-18 11:28 UTC  (5+ messages)
` [spp] [PATCH 1/4] controller: add POST method for spp-ctl
` [spp] [PATCH 2/4] controller: add SppVf class
` [spp] [PATCH 3/4] controller: add vf command to SPP controller
` [spp] [PATCH 4/4] spp_vf: remove spp_vf controller

[spp] [PATCH 0/5] Refactor SPP controller
 2018-10-18 11:27 UTC  (6+ messages)
` [spp] [PATCH 1/5] controller: change name of plugins directory
` [spp] [PATCH 2/5] controller: exit controller if spp-ctl not running
` [spp] [PATCH 3/5] controller: move spp_history to home directory
` [spp] [PATCH 4/5] controller: move PORT_TYPES to spp_common
` [spp] [PATCH 5/5] controller: remove SECONDARY_LIST

[spp] [PATCH 0/9] Change SPP controller to use spp-ctl
 2018-10-18 11:25 UTC  (10+ messages)
` [spp] [PATCH 1/9] controller: add spp-ctl client for SPP controller
` [spp] [PATCH 2/9] controller: change controller to use spp-ctl
` [spp] [PATCH 3/9] spp-ctl: add IP address binding
` [spp] [PATCH 4/9] controller: add IP address and port binding
` [spp] [PATCH 5/9] controller: move pri command to SppPrimary
` [spp] [PATCH 6/9] controller: move sec command to SppSecondary
` [spp] [PATCH 7/9] controller: move topo command to SppTopo
` [spp] [PATCH 8/9] controller: move topo_resize "
` [spp] [PATCH 9/9] controller: move bye command to SppBye

[spp] [PATCH 0/4] Revise help messages of commands and documentation
 2018-10-11 11:12 UTC  (5+ messages)
` [spp] [PATCH 1/4] controller: revise help messages
` [spp] [PATCH 2/4] docs: update primary command reference
` [spp] [PATCH 3/4] docs: update secondary "
` [spp] [PATCH 4/4] docs: update common "

[spp] [PATCH] spp-ctl: update to return primary status
 2018-10-11 10:40 UTC  (4+ messages)
` [spp] [PATCH v2] "

[spp] [PATCH 0/4] Update response of status of spp_nfv and spp_vm
 2018-10-11 10:33 UTC  (12+ messages)
` [spp] [PATCH 1/4] shared: update status format of spp_nfv
` [spp] [PATCH 2/4] controller: update parsing status message
` [spp] [PATCH 3/4] spp-ctl: update syntax of add and del command
` [spp] [PATCH 4/4] spp-ctl: update parsing status
` [spp] [PATCH v2 0/4] Update response of status of spp_nfv and spp_vm
  ` [spp] [PATCH v2 1/4] shared: update status format of spp_nfv
  ` [spp] [PATCH v2 2/4] controller: update parsing status message
  ` [spp] [PATCH v2 3/4] spp-ctl: update syntax of add and del command
  ` [spp] [PATCH v2 4/4] spp-ctl: update parsing status

[spp] [PATCH] docs: add primary status in spp-ctl APIs
 2018-10-09 10:54 UTC 

[spp] [PATCH 0/6] Fix bug of assigning ports
 2018-10-09 10:54 UTC  (7+ messages)
` [spp] [PATCH 1/6] spp_nfv: fix bug of do_del if port does not exist
` [spp] [PATCH 2/6] spp_nfv: refactor log of patch command
` [spp] [PATCH 3/6] spp_vm: fix bug of do_del if port does not exist
` [spp] [PATCH 4/6] spp_vm: fix to use uint16_t port_id in do_add
` [spp] [PATCH 5/6] spp_vm: correct error handling if patch cmd failed
` [spp] [PATCH 6/6] spp_vm: refactor log of patch command

[spp] [PATCH] primary: fix buffer overflow of primary status
 2018-10-09 10:52 UTC 

[spp] [PATCH 0/5] Add error handling for add and del commands
 2018-10-09 10:52 UTC  (6+ messages)
` [spp] [PATCH 1/5] shared: add error handling for invalid res UID
` [spp] [PATCH 2/5] spp_nfv: add error handling for add and del cmd
` [spp] [PATCH 3/5] spp_vm: "
` [spp] [PATCH 4/5] spp_nfv: refactor add_ring_pmd
` [spp] [PATCH 5/5] spp_vm: "

[spp] [PATCH 0/4] Port management with resource UID
 2018-10-09 10:48 UTC  (5+ messages)
` [spp] [PATCH 1/4] shared: add parsing "
` [spp] [PATCH 2/4] spp_nfv: change to use parse_resource_uid
` [spp] [PATCH 3/4] spp_vm: "
` [spp] [PATCH 4/4] controller: unify accepting resource UID format

[spp] [PATCH] spp-ctl: SPP controller with Web API
 2018-10-09  2:01 UTC  (31+ messages)
` [spp] [PATCH v3 00/13] "
  ` [spp] [PATCH v3 01/13] docs: add overview of spp-ctl
  ` [spp] [PATCH v3 02/13] docs: add API reference "
  ` [spp] [PATCH v3 03/13] docs: add index "
  ` [spp] [PATCH v3 04/13] project: add requirements.txt for spp-ctl
  ` [spp] [PATCH v3 05/13] docs: add spp-ctl to index of doc root
  ` [spp] [PATCH v3 06/13] spp-ctl: add entry point
  ` [spp] [PATCH v3 07/13] spp-ctl: add Controller class
  ` [spp] [PATCH v3 08/13] spp-ctl: add web API handler
  ` [spp] [PATCH v3 09/13] spp-ctl: add spp command interfaces
  ` [spp] [PATCH v3 10/13] spp-ctl: update parsing spp_nfv status
  ` [spp] [PATCH v3 11/13] docs: add request examples of spp-ctl
  ` [spp] [PATCH v3 12/13] docs: correct directives "
  ` [spp] [PATCH v3 13/13] docs: add labels and captions for tables
` [spp] [PATCH v4 00/14] spp-ctl: SPP controller with Web API
  ` [spp] [PATCH v4 01/14] docs: add overview of spp-ctl
  ` [spp] [PATCH v4 02/14] docs: add API reference "
  ` [spp] [PATCH v4 03/14] docs: add index "
  ` [spp] [PATCH v4 04/14] project: add requirements.txt for spp-ctl
  ` [spp] [PATCH v4 05/14] docs: add spp-ctl to index of doc root
  ` [spp] [PATCH v4 06/14] spp-ctl: add entry point
  ` [spp] [PATCH v4 07/14] spp-ctl: add Controller class
  ` [spp] [PATCH v4 08/14] spp-ctl: add web API handler
  ` [spp] [PATCH v4 09/14] spp-ctl: add spp command interfaces
  ` [spp] [PATCH v4 10/14] spp-ctl: update parsing spp_nfv status
  ` [spp] [PATCH v4 11/14] docs: add request examples of spp-ctl
  ` [spp] [PATCH v4 12/14] docs: correct directives "
  ` [spp] [PATCH v4 13/14] docs: add labels and captions for tables
  ` [spp] [PATCH v4 14/14] spp-ctl: fix incorrect URL

[spp] [PATCH] controller: add history and redo commands
 2018-10-05  9:12 UTC 

[spp] [PATCH v2 0/4] Change format of sec status to JSON
 2018-10-05  5:06 UTC  (5+ messages)
  ` [spp] [PATCH v2 1/4] shared: change sec status to JSON format
  ` [spp] [PATCH v2 2/4] spp_nfv: update retrieving status
  ` [spp] [PATCH v2 3/4] spp_vm: "
  ` [spp] [PATCH v2 4/4] controller: update for parsing JSON status

[spp] [PATCH 0/4] Change format of sec status to JSON
 2018-10-04  5:59 UTC  (5+ messages)
` [spp] [PATCH 1/4] shared: change sec status to JSON format
` [spp] [PATCH 2/4] spp_nfv: update retrieving status
` [spp] [PATCH 3/4] spp_vm: "
` [spp] [PATCH 4/4] controller: update for parsing JSON status

[spp] [PATCH v2 0/9] spp-ctl: SPP controller with Web API
 2018-10-02  5:47 UTC  (17+ messages)
` [spp] [PATCH v2 1/9] docs: overview
` [spp] [PATCH v2 2/9] docs: api reference
` [spp] [PATCH v2 3/9] docs: index
` [spp] [PATCH v2 4/9] docs: top index
` [spp] PATCH v2 5/9] add requirements.txt
` [spp] [PATCH v2 6/9] spp-ctl: executable
` [spp] [PATCH v2 7/9] spp-ctl: SPP controller with Web API
` [spp] [PATCH v2 8/9] spp-ctl: web api handler
` [spp] [PATCH v2 9/9] spp-ctl: spp command interface

[spp] [PATCH 0/8] Build image with custom repo name
 2018-10-01  5:01 UTC  (9+ messages)
` [spp] [PATCH 1/8] tools/sppc: build image with custom git repo
` [spp] [PATCH 2/8] tools/sppc: dockerfile for custom SPP repo
` [spp] [PATCH 3/8] tools/sppc: dockerfile for custom Pktgen repo
` [spp] [PATCH 4/8] tools/sppc: add paths to Dockerfiles of SPP
` [spp] [PATCH 5/8] tools/sppc: update app launcer for custom SPP repo
` [spp] [PATCH 6/8] tools/sppc: add workdir docker option
` [spp] [PATCH 7/8] tools/sppc: add paths to Dockerfiles of pktgen
` [spp] [PATCH 8/8] tools/sppc: update launcer for custom pktgen repo

[spp] [PATCH 0/5] Change primary status command to be detailed
 2018-10-01  3:14 UTC  (6+ messages)
` [spp] [PATCH 1/5] shared: change socket buffer length
` [spp] [PATCH 2/5] controller: "
` [spp] [PATCH 3/5] primary: change status command detailed
` [spp] [PATCH 4/5] controller: change msg format in ConnectionThread
` [spp] [PATCH 5/5] controller: simply print primary status

[spp] [PATCH v2 00/13] PDF documentation support
 2018-09-26  9:08 UTC  (14+ messages)
` [spp] [PATCH v2 01/13] docs: move SPP VF images
` [spp] [PATCH v2 02/13] docs: resize figures of SPP VF
` [spp] [PATCH v2 03/13] docs: resize figures of SPP
` [spp] [PATCH v2 04/13] docs: resize figures of SPP container
` [spp] [PATCH v2 05/13] docs: add script for generating PDF images
` [spp] [PATCH v2 06/13] project: update gitignore to exclude PDF files
` [spp] [PATCH v2 07/13] docs: add sphinx config to PDF
` [spp] [PATCH v2 08/13] makefile: add make option to compile PDF doc
` [spp] [PATCH v2 09/13] makefile: fix bug of PDF compilation
` [spp] [PATCH v2 10/13] docs: refactor for character length
` [spp] [PATCH v2 11/13] docs: fix typo of label
` [spp] [PATCH v2 12/13] docs: remove unicode characters
` [spp] [PATCH v2 13/13] docs: ensure PDF images are exist for latex

[spp] [PATCH] docs: update qemu-ifup
 2018-09-25  8:35 UTC  (2+ messages)

[spp] [PATCH] docs: update command examples of spp_nfv
 2018-09-21  4:16 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).