Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/3] Fix slow response of command in spp_vf and spp_mirror
@ 2019-01-11  4:27 x-fn-spp
  0 siblings, 0 replies; only message in thread
From: x-fn-spp @ 2019-01-11  4:27 UTC (permalink / raw)
  To: ferruh.yigit, ogawa.yasufumi; +Cc: spp

From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>

This series of patches is to fix slow response of spp_vf and spp_mirror. 
It is because sleep(1) after accepting command is too long. 
To fix the problem, it is replaced with usleep(100) for making a response 
in a reasonable short time.

Hideyuki Yamashita (3):
  spp_vf: add sleep after disconnect detection
  spp_vf: improve command response time
  spp_mirror: improve command response time

 src/mirror/spp_mirror.c      | 7 +++++--
 src/vf/common/command_proc.c | 8 +++++---
 src/vf/spp_vf.c              | 7 ++++++-
 3 files changed, 16 insertions(+), 6 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-11  4:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11  4:27 [spp] [PATCH 0/3] Fix slow response of command in spp_vf and spp_mirror x-fn-spp

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).