Whamcloud - gitweb
LU-7734 lnet: NUMA support
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index 1799889..295a43d 100644 (file)
@@ -379,6 +379,9 @@ typedef struct lnet_ni {
        /* lnd tunables set explicitly */
        bool ni_lnd_tunables_set;
 
+       /* physical device CPT */
+       int                     dev_cpt;
+
        /* sequence number used to round robin over nis within a net */
        __u32                   ni_seq;