Whamcloud - gitweb
LU-2667 ptlrpc: Move NRS structures out of lustre_net.h 66/13966/7
authorChris Horn <hornc@cray.com>
Wed, 4 Mar 2015 21:08:24 +0000 (15:08 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 9 May 2015 02:49:44 +0000 (02:49 +0000)
commitd867368cdfa1138909a64d13ab11ed3c0212a0b2
treebe78676d6b60849ab75c07b43dc87eaa11c12fd5
parentbc9eae65f0880e5ae781d373f843d2c76f263714
LU-2667 ptlrpc: Move NRS structures out of lustre_net.h

NRS specific structures are not needed in the rest of the PtlRPC code.
It is more appropriate for these structures to be defined in a
separate header. This commit creates a lustre_nrs.h header for the
generic NRS structures, and policy-specific headers for the various
NRS policies.

Signed-off-by: Chris Horn <hornc@cray.com>
Change-Id: If7ef5e7eebf629a8102c8a199926cbb394a374bd
Reviewed-on: http://review.whamcloud.com/13966
Tested-by: Jenkins
Reviewed-by: Henri Doreau <henri.doreau@cea.fr>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/Makefile.am
lustre/include/lustre_net.h
lustre/include/lustre_nrs.h [new file with mode: 0644]
lustre/include/lustre_nrs_crr.h [new file with mode: 0644]
lustre/include/lustre_nrs_fifo.h [new file with mode: 0644]
lustre/include/lustre_nrs_orr.h [new file with mode: 0644]
lustre/include/lustre_nrs_tbf.h