[spp] [PATCH 0/3] Fix slow response of command in spp_vf and spp_mirror

x-fn-spp at sl.ntt-tx.co.jp x-fn-spp at sl.ntt-tx.co.jp
Fri Jan 11 05:27:40 CET 2019


From: Hideyuki Yamashita <yamashita.hideyuki at 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



More information about the spp mailing list