Whamcloud - gitweb
LU-9119 lnet: rename LNET_MAX_INTERFACES
[fs/lustre-release.git] / lnet / utils / lnetconfig / liblnd.h
index 79e9fdb..45f7893 100644 (file)
@@ -19,6 +19,8 @@
  * LGPL HEADER END
  *
  * Copyright (c) 2015, James Simmons <jsimmons@infradead.org>
+ *
+ * Copyright (c) 2016, Intel Corporation.
  */
 
 #ifndef LIB_LND_CONFIG_API_H
 #include "cyaml.h"
 
 int
-lustre_interface_show_net(struct cYAML *interfaces, unsigned int index,
-                         bool detail, struct lnet_ioctl_config_data *data,
-                         struct lnet_ioctl_net_config *net_config);
+lustre_net_show_tunables(struct cYAML *tunables,
+                        struct lnet_ioctl_config_lnd_cmn_tunables *cmn);
+
+int
+lustre_ni_show_tunables(struct cYAML *lnd_tunables,
+                       __u32 net_type,
+                       struct lnet_lnd_tunables *lnd);
 
 void
-lustre_interface_parse(struct cYAML *lndparams, const char *dev_name,
-                      struct lnet_ioctl_config_lnd_tunables *lnd_cfg);
+lustre_yaml_extract_lnd_tunables(struct cYAML *tree,
+                                __u32 net_type,
+                                struct lnet_lnd_tunables *tun);
 
 #endif /* LIB_LND_CONFIG_API_H */