+9
−1
Loading
We currently don't have any way to differentiate different sessions e.g. in error messages. Whenever there's an error in some session, we just print the device name. We now introduce vsession->name with the following format: <device name>s<dpdk connection id> Note that it's still impossible to know exactly which qemu process corresponds to which session in spdk, but there's not much we could do in that matter right now. In spdk we don't even have the accepted connection fd. Change-Id: I666aa60c5e36bf3d56f68133042af2afc8cc5e85 Signed-off-by:Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466039 Reviewed-by:
Vitaliy Mysak <vitaliy.mysak@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>