Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp
Subject: [spp] [PATCH 0/6] Fix bug of assigning ports
Date: Tue,  9 Oct 2018 19:53:54 +0900	[thread overview]
Message-ID: <20181009105400.42817-1-ogawa.yasufumi@lab.ntt.co.jp> (raw)

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

This series of patches is to fix the error for adding, deleting and
patching incorrect ports which is cannot craete or does not exist. To
fix the bug, correct determining the existing port with
parse_resource_uid(). One of the reasons for the bug is that is
imcomplete to catch up with changing to uint16_t for port_id and Some of
checking port_id are incorrect.

This update is to correct the bug of managing ports, and also refactor
log messages for add, del and patch commands.

Yasufumi Ogawa (6):
  spp_nfv: fix bug of do_del if port does not exist
  spp_nfv: refactor log of patch command
  spp_vm: fix bug of do_del if port does not exist
  spp_vm: fix to use uint16_t port_id in do_add
  spp_vm: correct error handling if patch cmd failed
  spp_vm: refactor log of patch command

 src/nfv/nfv.c |  98 ++++++++++++++++++++++++++++++++++++++++----------------
 src/vm/main.c | 101 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 144 insertions(+), 55 deletions(-)

-- 
2.7.4

             reply	other threads:[~2018-10-09 10:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09 10:53 ogawa.yasufumi [this message]
2018-10-09 10:53 ` [spp] [PATCH 1/6] spp_nfv: fix bug of do_del if port does not exist ogawa.yasufumi
2018-10-09 10:53 ` [spp] [PATCH 2/6] spp_nfv: refactor log of patch command ogawa.yasufumi
2018-10-09 10:53 ` [spp] [PATCH 3/6] spp_vm: fix bug of do_del if port does not exist ogawa.yasufumi
2018-10-09 10:53 ` [spp] [PATCH 4/6] spp_vm: fix to use uint16_t port_id in do_add ogawa.yasufumi
2018-10-09 10:53 ` [spp] [PATCH 5/6] spp_vm: correct error handling if patch cmd failed ogawa.yasufumi
2018-10-09 10:54 ` [spp] [PATCH 6/6] spp_vm: refactor log of patch command ogawa.yasufumi

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=20181009105400.42817-1-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).