X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Fklnds%2Fmxlnd%2Fmxlnd.h;h=2f1f06b4c5f169ffb490752a94afa917ddbd0927;hb=59071a8334bbc1a3a6d31565b7474063438d1f43;hp=57b31463cb574315d08538247e39d810bc976ae2;hpb=9fb46705ae86aa2c0ac29427f0ff24f923560eb7;p=fs%2Flustre-release.git diff --git a/lnet/klnds/mxlnd/mxlnd.h b/lnet/klnds/mxlnd/mxlnd.h index 57b3146..2f1f06b 100644 --- a/lnet/klnds/mxlnd/mxlnd.h +++ b/lnet/klnds/mxlnd/mxlnd.h @@ -27,6 +27,8 @@ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * + * Copyright (c) 2012, Intel Corporation. + * * Copyright (C) 2006 Myricom, Inc. */ /* @@ -132,9 +134,9 @@ #define MXLND_NDAEMONS 3 /* connd, timeoutd, tx_queued */ #define MXLND_MX_BOARD 0 /* Use the first MX NIC if more than 1 avail */ #define MXLND_MX_EP_ID 0 /* MX endpoint ID */ -#define MXLND_COMM_TIMEOUT (20 * CFS_HZ) /* timeout for send/recv (jiffies) */ -#define MXLND_WAIT_TIMEOUT CFS_HZ /* timeout for wait (jiffies) */ -#define MXLND_CONNECT_TIMEOUT (5 * CFS_HZ) /* timeout for connections (jiffies) */ +#define MXLND_COMM_TIMEOUT (20 * HZ) /* timeout for send/recv (jiffies) */ +#define MXLND_WAIT_TIMEOUT HZ /* timeout for wait (jiffies) */ +#define MXLND_CONNECT_TIMEOUT (5 * HZ) /* timeout for connections (jiffies) */ #define MXLND_POLLING 1000 /* poll iterations before blocking */ #define MXLND_LOOKUP_COUNT 5 /* how many times to try to resolve MAC */ #define MXLND_MAX_PEERS 1024 /* number of nodes talking to me */