All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] tipc: Remove unused macro TIPC_NACK_INTV
@ 2020-08-29 11:52 YueHaibing
  2020-08-31 19:42 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-08-29 11:52 UTC (permalink / raw)
  To: jmaloy, ying.xue, davem, kuba, tuong.t.lien
  Cc: netdev, tipc-discussion, linux-kernel, YueHaibing

There is no caller in tree any more.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 net/tipc/link.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/net/tipc/link.c b/net/tipc/link.c
index b7362556da95..a2989f22ebb6 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -216,11 +216,6 @@ enum {
 #define TIPC_BC_RETR_LIM  (jiffies + msecs_to_jiffies(10))
 #define TIPC_UC_RETR_TIME (jiffies + msecs_to_jiffies(1))
 
-/*
- * Interval between NACKs when packets arrive out of order
- */
-#define TIPC_NACK_INTV (TIPC_MIN_LINK_WIN * 2)
-
 /* Link FSM states:
  */
 enum {
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] tipc: Remove unused macro TIPC_NACK_INTV
  2020-08-29 11:52 [PATCH net-next] tipc: Remove unused macro TIPC_NACK_INTV YueHaibing
@ 2020-08-31 19:42 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-08-31 19:42 UTC (permalink / raw)
  To: yuehaibing
  Cc: jmaloy, ying.xue, kuba, tuong.t.lien, netdev, tipc-discussion,
	linux-kernel

From: YueHaibing <yuehaibing@huawei.com>
Date: Sat, 29 Aug 2020 19:52:14 +0800

> There is no caller in tree any more.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-31 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29 11:52 [PATCH net-next] tipc: Remove unused macro TIPC_NACK_INTV YueHaibing
2020-08-31 19:42 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.