* [PATCH net-next] tipc: bump max configurable window size
@ 2014-06-25 8:07 erik.hugne
2014-06-26 1:03 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: erik.hugne @ 2014-06-25 8:07 UTC (permalink / raw)
To: netdev; +Cc: tipc-discussion
From: Erik Hugne <erik.hugne@ericsson.com>
The maximum window size is limited by the sequence gap field, which
was expanded with bd7845337b105e090dd18912d511139945fa7586
("tipc: Expand link sequence gap field to 13 bits")
We remove the artificial limit that prevents the link window to be
set larger than 150.
Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
---
include/uapi/linux/tipc_config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/tipc_config.h b/include/uapi/linux/tipc_config.h
index 41a76ac..876d0a1 100644
--- a/include/uapi/linux/tipc_config.h
+++ b/include/uapi/linux/tipc_config.h
@@ -182,7 +182,7 @@
#define TIPC_MIN_LINK_WIN 16
#define TIPC_DEF_LINK_WIN 50
-#define TIPC_MAX_LINK_WIN 150
+#define TIPC_MAX_LINK_WIN 8191
struct tipc_node_info {
--
1.8.3.2
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH net-next] tipc: bump max configurable window size
2014-06-25 8:07 [PATCH net-next] tipc: bump max configurable window size erik.hugne
@ 2014-06-26 1:03 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-06-26 1:03 UTC (permalink / raw)
To: erik.hugne; +Cc: netdev, tipc-discussion
From: <erik.hugne@ericsson.com>
Date: Wed, 25 Jun 2014 10:07:05 +0200
> From: Erik Hugne <erik.hugne@ericsson.com>
>
> The maximum window size is limited by the sequence gap field, which
> was expanded with bd7845337b105e090dd18912d511139945fa7586
> ("tipc: Expand link sequence gap field to 13 bits")
> We remove the artificial limit that prevents the link window to be
> set larger than 150.
>
> Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-26 1:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 8:07 [PATCH net-next] tipc: bump max configurable window size erik.hugne
2014-06-26 1:03 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).