Whamcloud - gitweb
LU-2934 lnet: Add LNet Router Priority parameter 63/5663/9
authorDoug Oucharek <doug.s.oucharek@intel.com>
Fri, 8 Mar 2013 18:10:22 +0000 (10:10 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 30 Jul 2013 22:30:05 +0000 (22:30 +0000)
commit4443604ca437aaafe2a0dc700c1ceb8b131ba126
treed86c78a19521f582b8539ba1efd40c23bd11535b
parenteea69eda85687af3f5589e34aa3acbe04d776132
LU-2934 lnet: Add LNet Router Priority parameter

This change adds a priority parameter to the route module settings.
This paramter can be >= 0. Like hops, the lower the prioirty number
the higher the priority.  So lower numbered priorities will be
selected over higher numbers.

Signed-off-by: Doug Oucharek <doug.s.oucharek@intel.com>
Change-Id: Idca12ee44ec5e2a896f89c178334363ffdfef4b8
Reviewed-on: http://review.whamcloud.com/5663
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Amir Shehata <amir.shehata@intel.com>
Reviewed-by: Isaac Huang <he.huang@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/include/libcfs/libcfs_ioctl.h
lnet/include/lnet/lib-lnet.h
lnet/include/lnet/lib-types.h
lnet/lnet/api-ni.c
lnet/lnet/config.c
lnet/lnet/lib-move.c
lnet/lnet/router.c
lnet/lnet/router_proc.c
lnet/utils/portals.c
lustre/tests/sanity.sh
lustre/utils/lctl.c