4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License as
8 * published by the Free Software Foundation; either version 2.1 of the
9 * License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
21 * Copyright (c) 2015, James Simmons <jsimmons@infradead.org>
23 * Copyright (c) 2016, 2017, Intel Corporation.
26 #ifndef LIB_LND_CONFIG_API_H
27 #define LIB_LND_CONFIG_API_H
29 #include <linux/lnet/socklnd.h>
30 #include <linux/lnet/lnet-dlc.h>
34 lustre_net_show_tunables(struct cYAML *tunables,
35 struct lnet_ioctl_config_lnd_cmn_tunables *cmn);
38 lustre_ni_show_tunables(struct cYAML *lnd_tunables,
40 struct lnet_lnd_tunables *lnd);
43 lustre_yaml_extract_lnd_tunables(struct cYAML *tree,
45 struct lnet_lnd_tunables *tun);
47 #endif /* LIB_LND_CONFIG_API_H */