blob: fb1485dc6736ec84719c262334ead93d659bb7c4 [file] [log] [blame]
Per Lidenb97bf3f2006-01-02 19:04:38 +01001/*
2 * net/tipc/link.c: TIPC link code
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003 *
Jon Paul Maloy170b3922014-01-07 17:02:41 -05004 * Copyright (c) 1996-2007, 2012-2014, Ericsson AB
Ying Xue198d73b2013-06-17 10:54:42 -04005 * Copyright (c) 2004-2007, 2010-2013, Wind River Systems
Per Lidenb97bf3f2006-01-02 19:04:38 +01006 * All rights reserved.
7 *
Per Liden9ea1fd32006-01-11 13:30:43 +01008 * Redistribution and use in source and binary forms, with or without
Per Lidenb97bf3f2006-01-02 19:04:38 +01009 * modification, are permitted provided that the following conditions are met:
10 *
Per Liden9ea1fd32006-01-11 13:30:43 +010011 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. Neither the names of the copyright holders nor the names of its
17 * contributors may be used to endorse or promote products derived from
18 * this software without specific prior written permission.
Per Lidenb97bf3f2006-01-02 19:04:38 +010019 *
Per Liden9ea1fd32006-01-11 13:30:43 +010020 * Alternatively, this software may be distributed under the terms of the
21 * GNU General Public License ("GPL") version 2 as published by the Free
22 * Software Foundation.
23 *
24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
28 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Per Lidenb97bf3f2006-01-02 19:04:38 +010034 * POSSIBILITY OF SUCH DAMAGE.
35 */
36
37#include "core.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010038#include "link.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010039#include "port.h"
Jon Paul Maloy9816f062014-05-14 05:39:15 -040040#include "socket.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010041#include "name_distr.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010042#include "discover.h"
43#include "config.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010044
Ying Xue796c75d2013-06-17 10:54:48 -040045#include <linux/pkt_sched.h>
46
Erik Hugne2cf8aa12012-06-29 00:16:37 -040047/*
48 * Error message prefixes
49 */
50static const char *link_co_err = "Link changeover error, ";
51static const char *link_rst_msg = "Resetting link ";
52static const char *link_unk_evt = "Unknown link event ";
Per Lidenb97bf3f2006-01-02 19:04:38 +010053
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090054/*
Allan Stephensa686e682008-06-04 17:29:39 -070055 * Out-of-range value for link session numbers
56 */
Allan Stephensa686e682008-06-04 17:29:39 -070057#define INVALID_SESSION 0x10000
58
59/*
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090060 * Link state events:
Per Lidenb97bf3f2006-01-02 19:04:38 +010061 */
Per Lidenb97bf3f2006-01-02 19:04:38 +010062#define STARTING_EVT 856384768 /* link processing trigger */
63#define TRAFFIC_MSG_EVT 560815u /* rx'd ??? */
64#define TIMEOUT_EVT 560817u /* link timer expired */
65
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090066/*
67 * The following two 'message types' is really just implementation
68 * data conveniently stored in the message header.
Per Lidenb97bf3f2006-01-02 19:04:38 +010069 * They must not be considered part of the protocol
70 */
71#define OPEN_MSG 0
72#define CLOSED_MSG 1
73
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090074/*
Per Lidenb97bf3f2006-01-02 19:04:38 +010075 * State value stored in 'exp_msg_count'
76 */
Per Lidenb97bf3f2006-01-02 19:04:38 +010077#define START_CHANGEOVER 100000u
78
Paul Gortmakera18c4bc2011-12-29 20:58:42 -050079static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr,
Per Lidenb97bf3f2006-01-02 19:04:38 +010080 struct sk_buff *buf);
Ying Xue247f0f32014-02-18 16:06:46 +080081static void tipc_link_proto_rcv(struct tipc_link *l_ptr, struct sk_buff *buf);
Jon Paul Maloy3bb53382014-02-13 17:29:12 -050082static int tipc_link_tunnel_rcv(struct tipc_node *n_ptr,
Jon Paul Maloy170b3922014-01-07 17:02:41 -050083 struct sk_buff **buf);
Paul Gortmakera18c4bc2011-12-29 20:58:42 -050084static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance);
Paul Gortmakera18c4bc2011-12-29 20:58:42 -050085static void link_state_event(struct tipc_link *l_ptr, u32 event);
86static void link_reset_statistics(struct tipc_link *l_ptr);
87static void link_print(struct tipc_link *l_ptr, const char *str);
Ying Xue247f0f32014-02-18 16:06:46 +080088static void tipc_link_sync_xmit(struct tipc_link *l);
89static void tipc_link_sync_rcv(struct tipc_node *n, struct sk_buff *buf);
Erik Hugne7ae934b2014-07-01 10:22:40 +020090static int tipc_link_input(struct tipc_link *l, struct sk_buff *buf);
91static int tipc_link_prepare_input(struct tipc_link *l, struct sk_buff **buf);
stephen hemminger31e3c3f2010-10-13 13:20:35 +000092
Per Lidenb97bf3f2006-01-02 19:04:38 +010093/*
Sam Ravnborg05790c62006-03-20 22:37:04 -080094 * Simple link routines
Per Lidenb97bf3f2006-01-02 19:04:38 +010095 */
Sam Ravnborg05790c62006-03-20 22:37:04 -080096static unsigned int align(unsigned int i)
Per Lidenb97bf3f2006-01-02 19:04:38 +010097{
98 return (i + 3) & ~3u;
99}
100
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500101static void link_init_max_pkt(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100102{
Ying Xue7a2f7d12014-04-21 10:55:46 +0800103 struct tipc_bearer *b_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100104 u32 max_pkt;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900105
Ying Xue7a2f7d12014-04-21 10:55:46 +0800106 rcu_read_lock();
107 b_ptr = rcu_dereference_rtnl(bearer_list[l_ptr->bearer_id]);
108 if (!b_ptr) {
109 rcu_read_unlock();
110 return;
111 }
112 max_pkt = (b_ptr->mtu & ~3);
113 rcu_read_unlock();
114
Per Lidenb97bf3f2006-01-02 19:04:38 +0100115 if (max_pkt > MAX_MSG_SIZE)
116 max_pkt = MAX_MSG_SIZE;
117
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900118 l_ptr->max_pkt_target = max_pkt;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100119 if (l_ptr->max_pkt_target < MAX_PKT_DEFAULT)
120 l_ptr->max_pkt = l_ptr->max_pkt_target;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900121 else
Per Lidenb97bf3f2006-01-02 19:04:38 +0100122 l_ptr->max_pkt = MAX_PKT_DEFAULT;
123
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900124 l_ptr->max_pkt_probes = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100125}
126
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500127static u32 link_next_sent(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100128{
129 if (l_ptr->next_out)
Allan Stephensf9057302011-10-24 16:03:12 -0400130 return buf_seqno(l_ptr->next_out);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100131 return mod(l_ptr->next_out_no);
132}
133
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500134static u32 link_last_sent(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100135{
136 return mod(link_next_sent(l_ptr) - 1);
137}
138
139/*
Sam Ravnborg05790c62006-03-20 22:37:04 -0800140 * Simple non-static link routines (i.e. referenced outside this file)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100141 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500142int tipc_link_is_up(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100143{
144 if (!l_ptr)
145 return 0;
Eric Dumazeta02cec22010-09-22 20:43:57 +0000146 return link_working_working(l_ptr) || link_working_unknown(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100147}
148
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500149int tipc_link_is_active(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100150{
Eric Dumazeta02cec22010-09-22 20:43:57 +0000151 return (l_ptr->owner->active_links[0] == l_ptr) ||
152 (l_ptr->owner->active_links[1] == l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100153}
154
155/**
Per Lidenb97bf3f2006-01-02 19:04:38 +0100156 * link_timeout - handle expiration of link timer
157 * @l_ptr: pointer to link
Per Lidenb97bf3f2006-01-02 19:04:38 +0100158 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500159static void link_timeout(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100160{
Per Liden4323add2006-01-18 00:38:21 +0100161 tipc_node_lock(l_ptr->owner);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100162
163 /* update counters used in statistical profiling of send traffic */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100164 l_ptr->stats.accu_queue_sz += l_ptr->out_queue_size;
165 l_ptr->stats.queue_sz_counts++;
166
Per Lidenb97bf3f2006-01-02 19:04:38 +0100167 if (l_ptr->first_out) {
168 struct tipc_msg *msg = buf_msg(l_ptr->first_out);
169 u32 length = msg_size(msg);
170
Joe Perchesf64f9e72009-11-29 16:55:45 -0800171 if ((msg_user(msg) == MSG_FRAGMENTER) &&
172 (msg_type(msg) == FIRST_FRAGMENT)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100173 length = msg_size(msg_get_wrapped(msg));
174 }
175 if (length) {
176 l_ptr->stats.msg_lengths_total += length;
177 l_ptr->stats.msg_length_counts++;
178 if (length <= 64)
179 l_ptr->stats.msg_length_profile[0]++;
180 else if (length <= 256)
181 l_ptr->stats.msg_length_profile[1]++;
182 else if (length <= 1024)
183 l_ptr->stats.msg_length_profile[2]++;
184 else if (length <= 4096)
185 l_ptr->stats.msg_length_profile[3]++;
186 else if (length <= 16384)
187 l_ptr->stats.msg_length_profile[4]++;
188 else if (length <= 32768)
189 l_ptr->stats.msg_length_profile[5]++;
190 else
191 l_ptr->stats.msg_length_profile[6]++;
192 }
193 }
194
195 /* do all other link processing performed on a periodic basis */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100196
197 link_state_event(l_ptr, TIMEOUT_EVT);
198
199 if (l_ptr->next_out)
Per Liden4323add2006-01-18 00:38:21 +0100200 tipc_link_push_queue(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100201
Per Liden4323add2006-01-18 00:38:21 +0100202 tipc_node_unlock(l_ptr->owner);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100203}
204
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500205static void link_set_timer(struct tipc_link *l_ptr, u32 time)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100206{
207 k_start_timer(&l_ptr->timer, time);
208}
209
210/**
Per Liden4323add2006-01-18 00:38:21 +0100211 * tipc_link_create - create a new link
Allan Stephens37b9c082011-02-28 11:32:27 -0500212 * @n_ptr: pointer to associated node
Per Lidenb97bf3f2006-01-02 19:04:38 +0100213 * @b_ptr: pointer to associated bearer
Per Lidenb97bf3f2006-01-02 19:04:38 +0100214 * @media_addr: media address to use when sending messages over link
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900215 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100216 * Returns pointer to link.
217 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500218struct tipc_link *tipc_link_create(struct tipc_node *n_ptr,
Ying Xuec61dd612014-02-13 17:29:09 -0500219 struct tipc_bearer *b_ptr,
220 const struct tipc_media_addr *media_addr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100221{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500222 struct tipc_link *l_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100223 struct tipc_msg *msg;
224 char *if_name;
Allan Stephens37b9c082011-02-28 11:32:27 -0500225 char addr_string[16];
226 u32 peer = n_ptr->addr;
227
228 if (n_ptr->link_cnt >= 2) {
229 tipc_addr_string_fill(addr_string, n_ptr->addr);
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400230 pr_err("Attempt to establish third link to %s\n", addr_string);
Allan Stephens37b9c082011-02-28 11:32:27 -0500231 return NULL;
232 }
233
234 if (n_ptr->links[b_ptr->identity]) {
235 tipc_addr_string_fill(addr_string, n_ptr->addr);
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400236 pr_err("Attempt to establish second link on <%s> to %s\n",
237 b_ptr->name, addr_string);
Allan Stephens37b9c082011-02-28 11:32:27 -0500238 return NULL;
239 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100240
Panagiotis Issaris0da974f2006-07-21 14:51:30 -0700241 l_ptr = kzalloc(sizeof(*l_ptr), GFP_ATOMIC);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100242 if (!l_ptr) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400243 pr_warn("Link creation failed, no memory\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +0100244 return NULL;
245 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100246
247 l_ptr->addr = peer;
Allan Stephens2d627b92011-01-07 13:00:11 -0500248 if_name = strchr(b_ptr->name, ':') + 1;
Allan Stephens062b4c92011-04-07 09:28:47 -0400249 sprintf(l_ptr->name, "%u.%u.%u:%s-%u.%u.%u:unknown",
Per Lidenb97bf3f2006-01-02 19:04:38 +0100250 tipc_zone(tipc_own_addr), tipc_cluster(tipc_own_addr),
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900251 tipc_node(tipc_own_addr),
Per Lidenb97bf3f2006-01-02 19:04:38 +0100252 if_name,
253 tipc_zone(peer), tipc_cluster(peer), tipc_node(peer));
Allan Stephens062b4c92011-04-07 09:28:47 -0400254 /* note: peer i/f name is updated by reset/activate message */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100255 memcpy(&l_ptr->media_addr, media_addr, sizeof(*media_addr));
Allan Stephens37b9c082011-02-28 11:32:27 -0500256 l_ptr->owner = n_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100257 l_ptr->checkpoint = 1;
Allan Stephensf882cb72011-04-07 09:43:27 -0400258 l_ptr->peer_session = INVALID_SESSION;
Ying Xue7a2f7d12014-04-21 10:55:46 +0800259 l_ptr->bearer_id = b_ptr->identity;
Allan Stephens5c216e12011-10-18 11:34:29 -0400260 link_set_supervision_props(l_ptr, b_ptr->tolerance);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100261 l_ptr->state = RESET_UNKNOWN;
262
263 l_ptr->pmsg = (struct tipc_msg *)&l_ptr->proto_msg;
264 msg = l_ptr->pmsg;
Allan Stephensc68ca7b2010-05-11 14:30:12 +0000265 tipc_msg_init(msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, l_ptr->addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100266 msg_set_size(msg, sizeof(l_ptr->proto_msg));
Allan Stephensa686e682008-06-04 17:29:39 -0700267 msg_set_session(msg, (tipc_random & 0xffff));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100268 msg_set_bearer_id(msg, b_ptr->identity);
269 strcpy((char *)msg_data(msg), if_name);
270
271 l_ptr->priority = b_ptr->priority;
Allan Stephens5c216e12011-10-18 11:34:29 -0400272 tipc_link_set_queue_limits(l_ptr, b_ptr->window);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100273
Ying Xue7a2f7d12014-04-21 10:55:46 +0800274 l_ptr->net_plane = b_ptr->net_plane;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100275 link_init_max_pkt(l_ptr);
276
277 l_ptr->next_out_no = 1;
278 INIT_LIST_HEAD(&l_ptr->waiting_ports);
279
280 link_reset_statistics(l_ptr);
281
Allan Stephens37b9c082011-02-28 11:32:27 -0500282 tipc_node_attach_link(n_ptr, l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100283
Jon Paul Maloy170b3922014-01-07 17:02:41 -0500284 k_init_timer(&l_ptr->timer, (Handler)link_timeout,
285 (unsigned long)l_ptr);
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500286
287 link_state_event(l_ptr, STARTING_EVT);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100288
Per Lidenb97bf3f2006-01-02 19:04:38 +0100289 return l_ptr;
290}
291
Jon Paul Maloy7d339392014-02-13 17:29:16 -0500292void tipc_link_delete_list(unsigned int bearer_id, bool shutting_down)
Ying Xue8d8439b2014-02-13 17:29:07 -0500293{
294 struct tipc_link *l_ptr;
Ying Xuec61dd612014-02-13 17:29:09 -0500295 struct tipc_node *n_ptr;
Ying Xue8d8439b2014-02-13 17:29:07 -0500296
Ying Xue6c7a7622014-03-27 12:54:37 +0800297 rcu_read_lock();
298 list_for_each_entry_rcu(n_ptr, &tipc_node_list, list) {
Ying Xue5356f3d2014-05-05 08:56:09 +0800299 tipc_node_lock(n_ptr);
Ying Xuec61dd612014-02-13 17:29:09 -0500300 l_ptr = n_ptr->links[bearer_id];
301 if (l_ptr) {
302 tipc_link_reset(l_ptr);
Jon Paul Maloy7d339392014-02-13 17:29:16 -0500303 if (shutting_down || !tipc_node_is_up(n_ptr)) {
304 tipc_node_detach_link(l_ptr->owner, l_ptr);
305 tipc_link_reset_fragments(l_ptr);
Ying Xue5356f3d2014-05-05 08:56:09 +0800306 tipc_node_unlock(n_ptr);
Ying Xuec61dd612014-02-13 17:29:09 -0500307
Jon Paul Maloy7d339392014-02-13 17:29:16 -0500308 /* Nobody else can access this link now: */
309 del_timer_sync(&l_ptr->timer);
310 kfree(l_ptr);
311 } else {
312 /* Detach/delete when failover is finished: */
313 l_ptr->flags |= LINK_STOPPED;
Ying Xue5356f3d2014-05-05 08:56:09 +0800314 tipc_node_unlock(n_ptr);
Jon Paul Maloy7d339392014-02-13 17:29:16 -0500315 del_timer_sync(&l_ptr->timer);
316 }
Ying Xuec61dd612014-02-13 17:29:09 -0500317 continue;
318 }
Ying Xue5356f3d2014-05-05 08:56:09 +0800319 tipc_node_unlock(n_ptr);
Ying Xue8d8439b2014-02-13 17:29:07 -0500320 }
Ying Xue6c7a7622014-03-27 12:54:37 +0800321 rcu_read_unlock();
Ying Xue8d8439b2014-02-13 17:29:07 -0500322}
Per Lidenb97bf3f2006-01-02 19:04:38 +0100323
324/**
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900325 * link_schedule_port - schedule port for deferred sending
Per Lidenb97bf3f2006-01-02 19:04:38 +0100326 * @l_ptr: pointer to link
327 * @origport: reference to sending port
328 * @sz: amount of data to be sent
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900329 *
330 * Schedules port for renewed sending of messages after link congestion
Per Lidenb97bf3f2006-01-02 19:04:38 +0100331 * has abated.
332 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500333static int link_schedule_port(struct tipc_link *l_ptr, u32 origport, u32 sz)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100334{
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500335 struct tipc_port *p_ptr;
Jon Paul Maloy60120522014-06-25 20:41:42 -0500336 struct tipc_sock *tsk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100337
Per Liden4323add2006-01-18 00:38:21 +0100338 spin_lock_bh(&tipc_port_list_lock);
339 p_ptr = tipc_port_lock(origport);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100340 if (p_ptr) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100341 if (!list_empty(&p_ptr->wait_list))
342 goto exit;
Jon Paul Maloy60120522014-06-25 20:41:42 -0500343 tsk = tipc_port_to_sock(p_ptr);
344 tsk->link_cong = 1;
Allan Stephens15e979d2010-05-11 14:30:10 +0000345 p_ptr->waiting_pkts = 1 + ((sz - 1) / l_ptr->max_pkt);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100346 list_add_tail(&p_ptr->wait_list, &l_ptr->waiting_ports);
347 l_ptr->stats.link_congs++;
348exit:
Per Liden4323add2006-01-18 00:38:21 +0100349 tipc_port_unlock(p_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100350 }
Per Liden4323add2006-01-18 00:38:21 +0100351 spin_unlock_bh(&tipc_port_list_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100352 return -ELINKCONG;
353}
354
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500355void tipc_link_wakeup_ports(struct tipc_link *l_ptr, int all)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100356{
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500357 struct tipc_port *p_ptr;
Jon Paul Maloy60120522014-06-25 20:41:42 -0500358 struct tipc_sock *tsk;
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500359 struct tipc_port *temp_p_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100360 int win = l_ptr->queue_limit[0] - l_ptr->out_queue_size;
361
362 if (all)
363 win = 100000;
364 if (win <= 0)
365 return;
Per Liden4323add2006-01-18 00:38:21 +0100366 if (!spin_trylock_bh(&tipc_port_list_lock))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100367 return;
368 if (link_congested(l_ptr))
369 goto exit;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900370 list_for_each_entry_safe(p_ptr, temp_p_ptr, &l_ptr->waiting_ports,
Per Lidenb97bf3f2006-01-02 19:04:38 +0100371 wait_list) {
372 if (win <= 0)
373 break;
Jon Paul Maloy60120522014-06-25 20:41:42 -0500374 tsk = tipc_port_to_sock(p_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100375 list_del_init(&p_ptr->wait_list);
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500376 spin_lock_bh(p_ptr->lock);
Jon Paul Maloy60120522014-06-25 20:41:42 -0500377 tsk->link_cong = 0;
378 tipc_sock_wakeup(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100379 win -= p_ptr->waiting_pkts;
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500380 spin_unlock_bh(p_ptr->lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100381 }
382
383exit:
Per Liden4323add2006-01-18 00:38:21 +0100384 spin_unlock_bh(&tipc_port_list_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100385}
386
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900387/**
Per Lidenb97bf3f2006-01-02 19:04:38 +0100388 * link_release_outqueue - purge link's outbound message queue
389 * @l_ptr: pointer to link
390 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500391static void link_release_outqueue(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100392{
Ying Xued77b3832013-12-10 20:45:38 -0800393 kfree_skb_list(l_ptr->first_out);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100394 l_ptr->first_out = NULL;
395 l_ptr->out_queue_size = 0;
396}
397
398/**
Per Liden4323add2006-01-18 00:38:21 +0100399 * tipc_link_reset_fragments - purge link's inbound message fragments queue
Per Lidenb97bf3f2006-01-02 19:04:38 +0100400 * @l_ptr: pointer to link
401 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500402void tipc_link_reset_fragments(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100403{
Jon Paul Maloy37e22162014-05-14 05:39:12 -0400404 kfree_skb(l_ptr->reasm_buf);
405 l_ptr->reasm_buf = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100406}
407
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900408/**
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500409 * tipc_link_purge_queues - purge all pkt queues associated with link
Per Lidenb97bf3f2006-01-02 19:04:38 +0100410 * @l_ptr: pointer to link
411 */
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500412void tipc_link_purge_queues(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100413{
Ying Xued77b3832013-12-10 20:45:38 -0800414 kfree_skb_list(l_ptr->oldest_deferred_in);
415 kfree_skb_list(l_ptr->first_out);
Per Liden4323add2006-01-18 00:38:21 +0100416 tipc_link_reset_fragments(l_ptr);
Allan Stephens5f6d9122011-11-04 13:24:29 -0400417 kfree_skb(l_ptr->proto_msg_queue);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100418 l_ptr->proto_msg_queue = NULL;
419}
420
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500421void tipc_link_reset(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100422{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100423 u32 prev_state = l_ptr->state;
424 u32 checkpoint = l_ptr->next_in_no;
Allan Stephens5392d642006-06-25 23:52:50 -0700425 int was_active_link = tipc_link_is_active(l_ptr);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900426
Allan Stephensa686e682008-06-04 17:29:39 -0700427 msg_set_session(l_ptr->pmsg, ((msg_session(l_ptr->pmsg) + 1) & 0xffff));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100428
Allan Stephensa686e682008-06-04 17:29:39 -0700429 /* Link is down, accept any session */
430 l_ptr->peer_session = INVALID_SESSION;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100431
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900432 /* Prepare for max packet size negotiation */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100433 link_init_max_pkt(l_ptr);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900434
Per Lidenb97bf3f2006-01-02 19:04:38 +0100435 l_ptr->state = RESET_UNKNOWN;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100436
437 if ((prev_state == RESET_UNKNOWN) || (prev_state == RESET_RESET))
438 return;
439
Per Liden4323add2006-01-18 00:38:21 +0100440 tipc_node_link_down(l_ptr->owner, l_ptr);
Ying Xue7a2f7d12014-04-21 10:55:46 +0800441 tipc_bearer_remove_dest(l_ptr->bearer_id, l_ptr->addr);
Paul Gortmaker7368ddf2010-10-12 14:25:58 +0000442
Jon Paul Maloyb9d4c332014-01-07 17:02:42 -0500443 if (was_active_link && tipc_node_active_links(l_ptr->owner)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100444 l_ptr->reset_checkpoint = checkpoint;
445 l_ptr->exp_msg_count = START_CHANGEOVER;
446 }
447
448 /* Clean up all queues: */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100449 link_release_outqueue(l_ptr);
Allan Stephens5f6d9122011-11-04 13:24:29 -0400450 kfree_skb(l_ptr->proto_msg_queue);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100451 l_ptr->proto_msg_queue = NULL;
Ying Xued77b3832013-12-10 20:45:38 -0800452 kfree_skb_list(l_ptr->oldest_deferred_in);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100453 if (!list_empty(&l_ptr->waiting_ports))
Per Liden4323add2006-01-18 00:38:21 +0100454 tipc_link_wakeup_ports(l_ptr, 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100455
456 l_ptr->retransm_queue_head = 0;
457 l_ptr->retransm_queue_size = 0;
458 l_ptr->last_out = NULL;
459 l_ptr->first_out = NULL;
460 l_ptr->next_out = NULL;
461 l_ptr->unacked_window = 0;
462 l_ptr->checkpoint = 1;
463 l_ptr->next_out_no = 1;
464 l_ptr->deferred_inqueue_sz = 0;
465 l_ptr->oldest_deferred_in = NULL;
466 l_ptr->newest_deferred_in = NULL;
467 l_ptr->fsm_msg_cnt = 0;
468 l_ptr->stale_count = 0;
469 link_reset_statistics(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100470}
471
Ying Xuec61dd612014-02-13 17:29:09 -0500472void tipc_link_reset_list(unsigned int bearer_id)
Ying Xuee0ca2c32014-02-13 17:29:06 -0500473{
474 struct tipc_link *l_ptr;
Ying Xuec61dd612014-02-13 17:29:09 -0500475 struct tipc_node *n_ptr;
Ying Xuee0ca2c32014-02-13 17:29:06 -0500476
Ying Xue6c7a7622014-03-27 12:54:37 +0800477 rcu_read_lock();
478 list_for_each_entry_rcu(n_ptr, &tipc_node_list, list) {
Ying Xue5356f3d2014-05-05 08:56:09 +0800479 tipc_node_lock(n_ptr);
Ying Xuec61dd612014-02-13 17:29:09 -0500480 l_ptr = n_ptr->links[bearer_id];
481 if (l_ptr)
482 tipc_link_reset(l_ptr);
Ying Xue5356f3d2014-05-05 08:56:09 +0800483 tipc_node_unlock(n_ptr);
Ying Xuee0ca2c32014-02-13 17:29:06 -0500484 }
Ying Xue6c7a7622014-03-27 12:54:37 +0800485 rcu_read_unlock();
Ying Xuee0ca2c32014-02-13 17:29:06 -0500486}
Per Lidenb97bf3f2006-01-02 19:04:38 +0100487
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500488static void link_activate(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100489{
Allan Stephens5392d642006-06-25 23:52:50 -0700490 l_ptr->next_in_no = l_ptr->stats.recv_info = 1;
Per Liden4323add2006-01-18 00:38:21 +0100491 tipc_node_link_up(l_ptr->owner, l_ptr);
Ying Xue7a2f7d12014-04-21 10:55:46 +0800492 tipc_bearer_add_dest(l_ptr->bearer_id, l_ptr->addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100493}
494
495/**
496 * link_state_event - link finite state machine
497 * @l_ptr: pointer to link
498 * @event: state machine event to process
499 */
Eric Dumazet95c96172012-04-15 05:58:06 +0000500static void link_state_event(struct tipc_link *l_ptr, unsigned int event)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100501{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500502 struct tipc_link *other;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100503 u32 cont_intv = l_ptr->continuity_interval;
504
Jon Paul Maloy7d339392014-02-13 17:29:16 -0500505 if (l_ptr->flags & LINK_STOPPED)
506 return;
507
Ying Xue135daee2014-02-13 17:29:08 -0500508 if (!(l_ptr->flags & LINK_STARTED) && (event != STARTING_EVT))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100509 return; /* Not yet. */
510
Ying Xue77a7e072013-12-10 20:45:44 -0800511 /* Check whether changeover is going on */
512 if (l_ptr->exp_msg_count) {
Allan Stephensa0168922010-12-31 18:59:35 +0000513 if (event == TIMEOUT_EVT)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100514 link_set_timer(l_ptr, cont_intv);
Ying Xue77a7e072013-12-10 20:45:44 -0800515 return;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100516 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100517
518 switch (l_ptr->state) {
519 case WORKING_WORKING:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100520 switch (event) {
521 case TRAFFIC_MSG_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100522 case ACTIVATE_MSG:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100523 break;
524 case TIMEOUT_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100525 if (l_ptr->next_in_no != l_ptr->checkpoint) {
526 l_ptr->checkpoint = l_ptr->next_in_no;
Per Liden4323add2006-01-18 00:38:21 +0100527 if (tipc_bclink_acks_missing(l_ptr->owner)) {
Ying Xue247f0f32014-02-18 16:06:46 +0800528 tipc_link_proto_xmit(l_ptr, STATE_MSG,
529 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100530 l_ptr->fsm_msg_cnt++;
531 } else if (l_ptr->max_pkt < l_ptr->max_pkt_target) {
Ying Xue247f0f32014-02-18 16:06:46 +0800532 tipc_link_proto_xmit(l_ptr, STATE_MSG,
533 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100534 l_ptr->fsm_msg_cnt++;
535 }
536 link_set_timer(l_ptr, cont_intv);
537 break;
538 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100539 l_ptr->state = WORKING_UNKNOWN;
540 l_ptr->fsm_msg_cnt = 0;
Ying Xue247f0f32014-02-18 16:06:46 +0800541 tipc_link_proto_xmit(l_ptr, STATE_MSG, 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100542 l_ptr->fsm_msg_cnt++;
543 link_set_timer(l_ptr, cont_intv / 4);
544 break;
545 case RESET_MSG:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400546 pr_info("%s<%s>, requested by peer\n", link_rst_msg,
547 l_ptr->name);
Per Liden4323add2006-01-18 00:38:21 +0100548 tipc_link_reset(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100549 l_ptr->state = RESET_RESET;
550 l_ptr->fsm_msg_cnt = 0;
Ying Xue247f0f32014-02-18 16:06:46 +0800551 tipc_link_proto_xmit(l_ptr, ACTIVATE_MSG,
552 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100553 l_ptr->fsm_msg_cnt++;
554 link_set_timer(l_ptr, cont_intv);
555 break;
556 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400557 pr_err("%s%u in WW state\n", link_unk_evt, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100558 }
559 break;
560 case WORKING_UNKNOWN:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100561 switch (event) {
562 case TRAFFIC_MSG_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100563 case ACTIVATE_MSG:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100564 l_ptr->state = WORKING_WORKING;
565 l_ptr->fsm_msg_cnt = 0;
566 link_set_timer(l_ptr, cont_intv);
567 break;
568 case RESET_MSG:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400569 pr_info("%s<%s>, requested by peer while probing\n",
570 link_rst_msg, l_ptr->name);
Per Liden4323add2006-01-18 00:38:21 +0100571 tipc_link_reset(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100572 l_ptr->state = RESET_RESET;
573 l_ptr->fsm_msg_cnt = 0;
Ying Xue247f0f32014-02-18 16:06:46 +0800574 tipc_link_proto_xmit(l_ptr, ACTIVATE_MSG,
575 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100576 l_ptr->fsm_msg_cnt++;
577 link_set_timer(l_ptr, cont_intv);
578 break;
579 case TIMEOUT_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100580 if (l_ptr->next_in_no != l_ptr->checkpoint) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100581 l_ptr->state = WORKING_WORKING;
582 l_ptr->fsm_msg_cnt = 0;
583 l_ptr->checkpoint = l_ptr->next_in_no;
Per Liden4323add2006-01-18 00:38:21 +0100584 if (tipc_bclink_acks_missing(l_ptr->owner)) {
Ying Xue247f0f32014-02-18 16:06:46 +0800585 tipc_link_proto_xmit(l_ptr, STATE_MSG,
586 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100587 l_ptr->fsm_msg_cnt++;
588 }
589 link_set_timer(l_ptr, cont_intv);
590 } else if (l_ptr->fsm_msg_cnt < l_ptr->abort_limit) {
Ying Xue247f0f32014-02-18 16:06:46 +0800591 tipc_link_proto_xmit(l_ptr, STATE_MSG,
592 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100593 l_ptr->fsm_msg_cnt++;
594 link_set_timer(l_ptr, cont_intv / 4);
595 } else { /* Link has failed */
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400596 pr_warn("%s<%s>, peer not responding\n",
597 link_rst_msg, l_ptr->name);
Per Liden4323add2006-01-18 00:38:21 +0100598 tipc_link_reset(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100599 l_ptr->state = RESET_UNKNOWN;
600 l_ptr->fsm_msg_cnt = 0;
Ying Xue247f0f32014-02-18 16:06:46 +0800601 tipc_link_proto_xmit(l_ptr, RESET_MSG,
602 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100603 l_ptr->fsm_msg_cnt++;
604 link_set_timer(l_ptr, cont_intv);
605 }
606 break;
607 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400608 pr_err("%s%u in WU state\n", link_unk_evt, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100609 }
610 break;
611 case RESET_UNKNOWN:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100612 switch (event) {
613 case TRAFFIC_MSG_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100614 break;
615 case ACTIVATE_MSG:
616 other = l_ptr->owner->active_links[0];
Allan Stephens8d64a5b2010-12-31 18:59:27 +0000617 if (other && link_working_unknown(other))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100618 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100619 l_ptr->state = WORKING_WORKING;
620 l_ptr->fsm_msg_cnt = 0;
621 link_activate(l_ptr);
Ying Xue247f0f32014-02-18 16:06:46 +0800622 tipc_link_proto_xmit(l_ptr, STATE_MSG, 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100623 l_ptr->fsm_msg_cnt++;
Jon Maloyc64f7a62012-11-16 13:51:31 +0800624 if (l_ptr->owner->working_links == 1)
Ying Xue247f0f32014-02-18 16:06:46 +0800625 tipc_link_sync_xmit(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100626 link_set_timer(l_ptr, cont_intv);
627 break;
628 case RESET_MSG:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100629 l_ptr->state = RESET_RESET;
630 l_ptr->fsm_msg_cnt = 0;
Ying Xue247f0f32014-02-18 16:06:46 +0800631 tipc_link_proto_xmit(l_ptr, ACTIVATE_MSG,
632 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100633 l_ptr->fsm_msg_cnt++;
634 link_set_timer(l_ptr, cont_intv);
635 break;
636 case STARTING_EVT:
Ying Xue135daee2014-02-13 17:29:08 -0500637 l_ptr->flags |= LINK_STARTED;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100638 /* fall through */
639 case TIMEOUT_EVT:
Ying Xue247f0f32014-02-18 16:06:46 +0800640 tipc_link_proto_xmit(l_ptr, RESET_MSG, 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100641 l_ptr->fsm_msg_cnt++;
642 link_set_timer(l_ptr, cont_intv);
643 break;
644 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400645 pr_err("%s%u in RU state\n", link_unk_evt, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100646 }
647 break;
648 case RESET_RESET:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100649 switch (event) {
650 case TRAFFIC_MSG_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100651 case ACTIVATE_MSG:
652 other = l_ptr->owner->active_links[0];
Allan Stephens8d64a5b2010-12-31 18:59:27 +0000653 if (other && link_working_unknown(other))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100654 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100655 l_ptr->state = WORKING_WORKING;
656 l_ptr->fsm_msg_cnt = 0;
657 link_activate(l_ptr);
Ying Xue247f0f32014-02-18 16:06:46 +0800658 tipc_link_proto_xmit(l_ptr, STATE_MSG, 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100659 l_ptr->fsm_msg_cnt++;
Jon Maloyc64f7a62012-11-16 13:51:31 +0800660 if (l_ptr->owner->working_links == 1)
Ying Xue247f0f32014-02-18 16:06:46 +0800661 tipc_link_sync_xmit(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100662 link_set_timer(l_ptr, cont_intv);
663 break;
664 case RESET_MSG:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100665 break;
666 case TIMEOUT_EVT:
Ying Xue247f0f32014-02-18 16:06:46 +0800667 tipc_link_proto_xmit(l_ptr, ACTIVATE_MSG,
668 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100669 l_ptr->fsm_msg_cnt++;
670 link_set_timer(l_ptr, cont_intv);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100671 break;
672 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400673 pr_err("%s%u in RR state\n", link_unk_evt, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100674 }
675 break;
676 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400677 pr_err("Unknown link state %u/%u\n", l_ptr->state, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100678 }
679}
680
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500681/* tipc_link_cong: determine return value and how to treat the
682 * sent buffer during link congestion.
683 * - For plain, errorless user data messages we keep the buffer and
684 * return -ELINKONG.
685 * - For all other messages we discard the buffer and return -EHOSTUNREACH
686 * - For TIPC internal messages we also reset the link
687 */
688static int tipc_link_cong(struct tipc_link *link, struct sk_buff *buf)
689{
690 struct tipc_msg *msg = buf_msg(buf);
691 uint psz = msg_size(msg);
692 uint imp = tipc_msg_tot_importance(msg);
693 u32 oport = msg_tot_origport(msg);
694
695 if (likely(imp <= TIPC_CRITICAL_IMPORTANCE)) {
696 if (!msg_errcode(msg) && !msg_reroute_cnt(msg)) {
697 link_schedule_port(link, oport, psz);
698 return -ELINKCONG;
699 }
700 } else {
701 pr_warn("%s<%s>, send queue full", link_rst_msg, link->name);
702 tipc_link_reset(link);
703 }
704 kfree_skb_list(buf);
705 return -EHOSTUNREACH;
706}
707
708/**
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -0400709 * __tipc_link_xmit(): same as tipc_link_xmit, but destlink is known & locked
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500710 * @link: link to use
711 * @buf: chain of buffers containing message
712 * Consumes the buffer chain, except when returning -ELINKCONG
713 * Returns 0 if success, otherwise errno: -ELINKCONG, -EMSGSIZE (plain socket
714 * user data messages) or -EHOSTUNREACH (all other messages/senders)
715 * Only the socket functions tipc_send_stream() and tipc_send_packet() need
716 * to act on the return value, since they may need to do more send attempts.
717 */
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -0400718int __tipc_link_xmit(struct tipc_link *link, struct sk_buff *buf)
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500719{
720 struct tipc_msg *msg = buf_msg(buf);
721 uint psz = msg_size(msg);
722 uint qsz = link->out_queue_size;
723 uint sndlim = link->queue_limit[0];
724 uint imp = tipc_msg_tot_importance(msg);
725 uint mtu = link->max_pkt;
726 uint ack = mod(link->next_in_no - 1);
727 uint seqno = link->next_out_no;
728 uint bc_last_in = link->owner->bclink.last_in;
729 struct tipc_media_addr *addr = &link->media_addr;
730 struct sk_buff *next = buf->next;
731
732 /* Match queue limits against msg importance: */
733 if (unlikely(qsz >= link->queue_limit[imp]))
734 return tipc_link_cong(link, buf);
735
736 /* Has valid packet limit been used ? */
737 if (unlikely(psz > mtu)) {
738 kfree_skb_list(buf);
739 return -EMSGSIZE;
740 }
741
742 /* Prepare each packet for sending, and add to outqueue: */
743 while (buf) {
744 next = buf->next;
745 msg = buf_msg(buf);
746 msg_set_word(msg, 2, ((ack << 16) | mod(seqno)));
747 msg_set_bcast_ack(msg, bc_last_in);
748
749 if (!link->first_out) {
750 link->first_out = buf;
751 } else if (qsz < sndlim) {
752 link->last_out->next = buf;
753 } else if (tipc_msg_bundle(link->last_out, buf, mtu)) {
754 link->stats.sent_bundled++;
755 buf = next;
756 next = buf->next;
757 continue;
758 } else if (tipc_msg_make_bundle(&buf, mtu, link->addr)) {
759 link->stats.sent_bundled++;
760 link->stats.sent_bundles++;
761 link->last_out->next = buf;
762 if (!link->next_out)
763 link->next_out = buf;
764 } else {
765 link->last_out->next = buf;
766 if (!link->next_out)
767 link->next_out = buf;
768 }
769
770 /* Send packet if possible: */
771 if (likely(++qsz <= sndlim)) {
772 tipc_bearer_send(link->bearer_id, buf, addr);
773 link->next_out = next;
774 link->unacked_window = 0;
775 }
776 seqno++;
777 link->last_out = buf;
778 buf = next;
779 }
780 link->next_out_no = seqno;
781 link->out_queue_size = qsz;
782 return 0;
783}
784
785/**
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -0400786 * tipc_link_xmit() is the general link level function for message sending
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500787 * @buf: chain of buffers containing message
788 * @dsz: amount of user data to be sent
789 * @dnode: address of destination node
790 * @selector: a number used for deterministic link selection
791 * Consumes the buffer chain, except when returning -ELINKCONG
792 * Returns 0 if success, otherwise errno: -ELINKCONG,-EHOSTUNREACH,-EMSGSIZE
793 */
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -0400794int tipc_link_xmit(struct sk_buff *buf, u32 dnode, u32 selector)
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500795{
796 struct tipc_link *link = NULL;
797 struct tipc_node *node;
798 int rc = -EHOSTUNREACH;
799
800 node = tipc_node_find(dnode);
801 if (node) {
802 tipc_node_lock(node);
803 link = node->active_links[selector & 1];
804 if (link)
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -0400805 rc = __tipc_link_xmit(link, buf);
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500806 tipc_node_unlock(node);
807 }
808
809 if (link)
810 return rc;
811
812 if (likely(in_own_node(dnode)))
813 return tipc_sk_rcv(buf);
814
815 kfree_skb_list(buf);
816 return rc;
817}
818
Jon Maloyc64f7a62012-11-16 13:51:31 +0800819/*
Ying Xue247f0f32014-02-18 16:06:46 +0800820 * tipc_link_sync_xmit - synchronize broadcast link endpoints.
Jon Maloyc64f7a62012-11-16 13:51:31 +0800821 *
822 * Give a newly added peer node the sequence number where it should
823 * start receiving and acking broadcast packets.
824 *
825 * Called with node locked
826 */
Jon Paul Maloy25b660c2014-07-16 20:40:59 -0400827static void tipc_link_sync_xmit(struct tipc_link *link)
Jon Maloyc64f7a62012-11-16 13:51:31 +0800828{
829 struct sk_buff *buf;
830 struct tipc_msg *msg;
831
832 buf = tipc_buf_acquire(INT_H_SIZE);
833 if (!buf)
834 return;
835
836 msg = buf_msg(buf);
Jon Paul Maloy25b660c2014-07-16 20:40:59 -0400837 tipc_msg_init(msg, BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, link->addr);
838 msg_set_last_bcast(msg, link->owner->bclink.acked);
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -0400839 __tipc_link_xmit(link, buf);
Jon Maloyc64f7a62012-11-16 13:51:31 +0800840}
841
842/*
Ying Xue247f0f32014-02-18 16:06:46 +0800843 * tipc_link_sync_rcv - synchronize broadcast link endpoints.
Jon Maloyc64f7a62012-11-16 13:51:31 +0800844 * Receive the sequence number where we should start receiving and
845 * acking broadcast packets from a newly added peer node, and open
846 * up for reception of such packets.
847 *
848 * Called with node locked
849 */
Ying Xue247f0f32014-02-18 16:06:46 +0800850static void tipc_link_sync_rcv(struct tipc_node *n, struct sk_buff *buf)
Jon Maloyc64f7a62012-11-16 13:51:31 +0800851{
852 struct tipc_msg *msg = buf_msg(buf);
853
854 n->bclink.last_sent = n->bclink.last_in = msg_last_bcast(msg);
855 n->bclink.recv_permitted = true;
856 kfree_skb(buf);
857}
858
859/*
Per Liden4323add2006-01-18 00:38:21 +0100860 * tipc_link_push_packet: Push one unsent packet to the media
Per Lidenb97bf3f2006-01-02 19:04:38 +0100861 */
stephen hemminger98056962014-01-04 13:47:48 -0800862static u32 tipc_link_push_packet(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100863{
864 struct sk_buff *buf = l_ptr->first_out;
865 u32 r_q_size = l_ptr->retransm_queue_size;
866 u32 r_q_head = l_ptr->retransm_queue_head;
867
868 /* Step to position where retransmission failed, if any, */
869 /* consider that buffers may have been released in meantime */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100870 if (r_q_size && buf) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900871 u32 last = lesser(mod(r_q_head + r_q_size),
Per Lidenb97bf3f2006-01-02 19:04:38 +0100872 link_last_sent(l_ptr));
Allan Stephensf9057302011-10-24 16:03:12 -0400873 u32 first = buf_seqno(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100874
875 while (buf && less(first, r_q_head)) {
876 first = mod(first + 1);
877 buf = buf->next;
878 }
879 l_ptr->retransm_queue_head = r_q_head = first;
880 l_ptr->retransm_queue_size = r_q_size = mod(last - first);
881 }
882
883 /* Continue retransmission now, if there is anything: */
Neil Hormanca509102010-03-15 07:58:45 +0000884 if (r_q_size && buf) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100885 msg_set_ack(buf_msg(buf), mod(l_ptr->next_in_no - 1));
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900886 msg_set_bcast_ack(buf_msg(buf), l_ptr->owner->bclink.last_in);
Ying Xue7a2f7d12014-04-21 10:55:46 +0800887 tipc_bearer_send(l_ptr->bearer_id, buf, &l_ptr->media_addr);
Ying Xue3c294cb2012-11-15 11:34:45 +0800888 l_ptr->retransm_queue_head = mod(++r_q_head);
889 l_ptr->retransm_queue_size = --r_q_size;
890 l_ptr->stats.retransmitted++;
891 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100892 }
893
894 /* Send deferred protocol message, if any: */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100895 buf = l_ptr->proto_msg_queue;
896 if (buf) {
897 msg_set_ack(buf_msg(buf), mod(l_ptr->next_in_no - 1));
Allan Stephens0e659672010-12-31 18:59:32 +0000898 msg_set_bcast_ack(buf_msg(buf), l_ptr->owner->bclink.last_in);
Ying Xue7a2f7d12014-04-21 10:55:46 +0800899 tipc_bearer_send(l_ptr->bearer_id, buf, &l_ptr->media_addr);
Ying Xue3c294cb2012-11-15 11:34:45 +0800900 l_ptr->unacked_window = 0;
901 kfree_skb(buf);
902 l_ptr->proto_msg_queue = NULL;
903 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100904 }
905
906 /* Send one deferred data message, if send window not full: */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100907 buf = l_ptr->next_out;
908 if (buf) {
909 struct tipc_msg *msg = buf_msg(buf);
910 u32 next = msg_seqno(msg);
Allan Stephensf9057302011-10-24 16:03:12 -0400911 u32 first = buf_seqno(l_ptr->first_out);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100912
913 if (mod(next - first) < l_ptr->queue_limit[0]) {
914 msg_set_ack(msg, mod(l_ptr->next_in_no - 1));
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900915 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Ying Xue7a2f7d12014-04-21 10:55:46 +0800916 tipc_bearer_send(l_ptr->bearer_id, buf,
917 &l_ptr->media_addr);
Ying Xue3c294cb2012-11-15 11:34:45 +0800918 if (msg_user(msg) == MSG_BUNDLER)
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500919 msg_set_type(msg, BUNDLE_CLOSED);
Ying Xue3c294cb2012-11-15 11:34:45 +0800920 l_ptr->next_out = buf->next;
921 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100922 }
923 }
Ying Xue3c294cb2012-11-15 11:34:45 +0800924 return 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100925}
926
927/*
928 * push_queue(): push out the unsent messages of a link where
929 * congestion has abated. Node is locked
930 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500931void tipc_link_push_queue(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100932{
933 u32 res;
934
Per Lidenb97bf3f2006-01-02 19:04:38 +0100935 do {
Per Liden4323add2006-01-18 00:38:21 +0100936 res = tipc_link_push_packet(l_ptr);
Allan Stephens0e35fd52008-07-14 22:44:01 -0700937 } while (!res);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100938}
939
Ying Xue3f5a12b2014-05-05 08:56:17 +0800940void tipc_link_reset_all(struct tipc_node *node)
Allan Stephensd356eeb2006-06-25 23:40:01 -0700941{
Allan Stephensd356eeb2006-06-25 23:40:01 -0700942 char addr_string[16];
943 u32 i;
944
Ying Xue3f5a12b2014-05-05 08:56:17 +0800945 tipc_node_lock(node);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700946
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400947 pr_warn("Resetting all links to %s\n",
Ying Xue3f5a12b2014-05-05 08:56:17 +0800948 tipc_addr_string_fill(addr_string, node->addr));
Allan Stephensd356eeb2006-06-25 23:40:01 -0700949
950 for (i = 0; i < MAX_BEARERS; i++) {
Ying Xue3f5a12b2014-05-05 08:56:17 +0800951 if (node->links[i]) {
952 link_print(node->links[i], "Resetting link\n");
953 tipc_link_reset(node->links[i]);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700954 }
955 }
956
Ying Xue3f5a12b2014-05-05 08:56:17 +0800957 tipc_node_unlock(node);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700958}
959
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500960static void link_retransmit_failure(struct tipc_link *l_ptr,
Paul Gortmakerae8509c2013-06-17 10:54:47 -0400961 struct sk_buff *buf)
Allan Stephensd356eeb2006-06-25 23:40:01 -0700962{
963 struct tipc_msg *msg = buf_msg(buf);
964
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400965 pr_warn("Retransmission failure on link <%s>\n", l_ptr->name);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700966
967 if (l_ptr->addr) {
Allan Stephensd356eeb2006-06-25 23:40:01 -0700968 /* Handle failure on standard link */
Allan Stephens8d64a5b2010-12-31 18:59:27 +0000969 link_print(l_ptr, "Resetting link\n");
Allan Stephensd356eeb2006-06-25 23:40:01 -0700970 tipc_link_reset(l_ptr);
971
972 } else {
Allan Stephensd356eeb2006-06-25 23:40:01 -0700973 /* Handle failure on broadcast link */
David S. Miller6c000552008-09-02 23:38:32 -0700974 struct tipc_node *n_ptr;
Allan Stephensd356eeb2006-06-25 23:40:01 -0700975 char addr_string[16];
976
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400977 pr_info("Msg seq number: %u, ", msg_seqno(msg));
978 pr_cont("Outstanding acks: %lu\n",
979 (unsigned long) TIPC_SKB_CB(buf)->handle);
Jeff Garzik617dbea2006-10-03 16:25:34 -0700980
Allan Stephens01d83ed2011-01-18 13:53:16 -0500981 n_ptr = tipc_bclink_retransmit_to();
Allan Stephensd356eeb2006-06-25 23:40:01 -0700982 tipc_node_lock(n_ptr);
983
Allan Stephensc68ca7b2010-05-11 14:30:12 +0000984 tipc_addr_string_fill(addr_string, n_ptr->addr);
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400985 pr_info("Broadcast link info for %s\n", addr_string);
Ying Xue389dd9b2012-11-16 13:51:30 +0800986 pr_info("Reception permitted: %d, Acked: %u\n",
987 n_ptr->bclink.recv_permitted,
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400988 n_ptr->bclink.acked);
989 pr_info("Last in: %u, Oos state: %u, Last sent: %u\n",
990 n_ptr->bclink.last_in,
991 n_ptr->bclink.oos_state,
992 n_ptr->bclink.last_sent);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700993
Allan Stephensd356eeb2006-06-25 23:40:01 -0700994 tipc_node_unlock(n_ptr);
995
Ying Xue3f5a12b2014-05-05 08:56:17 +0800996 tipc_bclink_set_flags(TIPC_BCLINK_RESET);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700997 l_ptr->stale_count = 0;
998 }
999}
1000
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001001void tipc_link_retransmit(struct tipc_link *l_ptr, struct sk_buff *buf,
Per Liden4323add2006-01-18 00:38:21 +01001002 u32 retransmits)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001003{
1004 struct tipc_msg *msg;
1005
Allan Stephensd356eeb2006-06-25 23:40:01 -07001006 if (!buf)
1007 return;
1008
1009 msg = buf_msg(buf);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001010
Erik Hugne512137e2013-12-06 10:08:00 -05001011 /* Detect repeated retransmit failures */
1012 if (l_ptr->last_retransmitted == msg_seqno(msg)) {
1013 if (++l_ptr->stale_count > 100) {
1014 link_retransmit_failure(l_ptr, buf);
1015 return;
Allan Stephensd356eeb2006-06-25 23:40:01 -07001016 }
1017 } else {
Erik Hugne512137e2013-12-06 10:08:00 -05001018 l_ptr->last_retransmitted = msg_seqno(msg);
1019 l_ptr->stale_count = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001020 }
Allan Stephensd356eeb2006-06-25 23:40:01 -07001021
Neil Hormanca509102010-03-15 07:58:45 +00001022 while (retransmits && (buf != l_ptr->next_out) && buf) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001023 msg = buf_msg(buf);
1024 msg_set_ack(msg, mod(l_ptr->next_in_no - 1));
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001025 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Ying Xue7a2f7d12014-04-21 10:55:46 +08001026 tipc_bearer_send(l_ptr->bearer_id, buf, &l_ptr->media_addr);
Ying Xue3c294cb2012-11-15 11:34:45 +08001027 buf = buf->next;
1028 retransmits--;
1029 l_ptr->stats.retransmitted++;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001030 }
Allan Stephensd356eeb2006-06-25 23:40:01 -07001031
Per Lidenb97bf3f2006-01-02 19:04:38 +01001032 l_ptr->retransm_queue_head = l_ptr->retransm_queue_size = 0;
1033}
1034
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001035/**
Per Lidenb97bf3f2006-01-02 19:04:38 +01001036 * link_insert_deferred_queue - insert deferred messages back into receive chain
1037 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001038static struct sk_buff *link_insert_deferred_queue(struct tipc_link *l_ptr,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001039 struct sk_buff *buf)
1040{
1041 u32 seq_no;
1042
1043 if (l_ptr->oldest_deferred_in == NULL)
1044 return buf;
1045
Allan Stephensf9057302011-10-24 16:03:12 -04001046 seq_no = buf_seqno(l_ptr->oldest_deferred_in);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001047 if (seq_no == mod(l_ptr->next_in_no)) {
1048 l_ptr->newest_deferred_in->next = buf;
1049 buf = l_ptr->oldest_deferred_in;
1050 l_ptr->oldest_deferred_in = NULL;
1051 l_ptr->deferred_inqueue_sz = 0;
1052 }
1053 return buf;
1054}
1055
Allan Stephens85035562008-04-15 19:04:54 -07001056/**
1057 * link_recv_buf_validate - validate basic format of received message
1058 *
1059 * This routine ensures a TIPC message has an acceptable header, and at least
1060 * as much data as the header indicates it should. The routine also ensures
1061 * that the entire message header is stored in the main fragment of the message
1062 * buffer, to simplify future access to message header fields.
1063 *
1064 * Note: Having extra info present in the message header or data areas is OK.
1065 * TIPC will ignore the excess, under the assumption that it is optional info
1066 * introduced by a later release of the protocol.
1067 */
Allan Stephens85035562008-04-15 19:04:54 -07001068static int link_recv_buf_validate(struct sk_buff *buf)
1069{
1070 static u32 min_data_hdr_size[8] = {
Allan Stephens741d9eb2011-05-31 15:03:18 -04001071 SHORT_H_SIZE, MCAST_H_SIZE, NAMED_H_SIZE, BASIC_H_SIZE,
Allan Stephens85035562008-04-15 19:04:54 -07001072 MAX_H_SIZE, MAX_H_SIZE, MAX_H_SIZE, MAX_H_SIZE
1073 };
1074
1075 struct tipc_msg *msg;
1076 u32 tipc_hdr[2];
1077 u32 size;
1078 u32 hdr_size;
1079 u32 min_hdr_size;
1080
Erik Hugne64380a02014-02-11 11:38:26 +01001081 /* If this packet comes from the defer queue, the skb has already
1082 * been validated
1083 */
1084 if (unlikely(TIPC_SKB_CB(buf)->deferred))
1085 return 1;
1086
Allan Stephens85035562008-04-15 19:04:54 -07001087 if (unlikely(buf->len < MIN_H_SIZE))
1088 return 0;
1089
1090 msg = skb_header_pointer(buf, 0, sizeof(tipc_hdr), tipc_hdr);
1091 if (msg == NULL)
1092 return 0;
1093
1094 if (unlikely(msg_version(msg) != TIPC_VERSION))
1095 return 0;
1096
1097 size = msg_size(msg);
1098 hdr_size = msg_hdr_sz(msg);
1099 min_hdr_size = msg_isdata(msg) ?
1100 min_data_hdr_size[msg_type(msg)] : INT_H_SIZE;
1101
1102 if (unlikely((hdr_size < min_hdr_size) ||
1103 (size < hdr_size) ||
1104 (buf->len < size) ||
1105 (size - hdr_size > TIPC_MAX_USER_MSG_SIZE)))
1106 return 0;
1107
1108 return pskb_may_pull(buf, hdr_size);
1109}
1110
Allan Stephensb02b69c2010-08-17 11:00:07 +00001111/**
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001112 * tipc_rcv - process TIPC packets/messages arriving from off-node
Allan Stephensb02b69c2010-08-17 11:00:07 +00001113 * @head: pointer to message buffer chain
Ying Xue7a2f7d12014-04-21 10:55:46 +08001114 * @b_ptr: pointer to bearer message arrived on
Allan Stephensb02b69c2010-08-17 11:00:07 +00001115 *
1116 * Invoked with no locks held. Bearer pointer must point to a valid bearer
1117 * structure (i.e. cannot be NULL), but bearer can be inactive.
1118 */
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001119void tipc_rcv(struct sk_buff *head, struct tipc_bearer *b_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001120{
Per Lidenb97bf3f2006-01-02 19:04:38 +01001121 while (head) {
David S. Miller6c000552008-09-02 23:38:32 -07001122 struct tipc_node *n_ptr;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001123 struct tipc_link *l_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001124 struct sk_buff *crs;
1125 struct sk_buff *buf = head;
Allan Stephens85035562008-04-15 19:04:54 -07001126 struct tipc_msg *msg;
1127 u32 seq_no;
1128 u32 ackd;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001129 u32 released = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001130
Per Lidenb97bf3f2006-01-02 19:04:38 +01001131 head = head->next;
Erik Hugne732256b2014-01-07 15:51:36 -05001132 buf->next = NULL;
Allan Stephens85035562008-04-15 19:04:54 -07001133
1134 /* Ensure message is well-formed */
Allan Stephens85035562008-04-15 19:04:54 -07001135 if (unlikely(!link_recv_buf_validate(buf)))
Ying Xue3af390e2013-10-30 11:26:57 +08001136 goto discard;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001137
Allan Stephensfe13dda2008-04-15 19:03:23 -07001138 /* Ensure message data is a single contiguous unit */
Allan Stephens5f6d9122011-11-04 13:24:29 -04001139 if (unlikely(skb_linearize(buf)))
Ying Xue3af390e2013-10-30 11:26:57 +08001140 goto discard;
Allan Stephensfe13dda2008-04-15 19:03:23 -07001141
Allan Stephens85035562008-04-15 19:04:54 -07001142 /* Handle arrival of a non-unicast link message */
Allan Stephens85035562008-04-15 19:04:54 -07001143 msg = buf_msg(buf);
1144
Per Lidenb97bf3f2006-01-02 19:04:38 +01001145 if (unlikely(msg_non_seq(msg))) {
Allan Stephens1265a022008-06-04 17:32:35 -07001146 if (msg_user(msg) == LINK_CONFIG)
Ying Xue247f0f32014-02-18 16:06:46 +08001147 tipc_disc_rcv(buf, b_ptr);
Allan Stephens1265a022008-06-04 17:32:35 -07001148 else
Ying Xue247f0f32014-02-18 16:06:46 +08001149 tipc_bclink_rcv(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001150 continue;
1151 }
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001152
Allan Stephensed33a9c2011-04-05 15:15:04 -04001153 /* Discard unicast link messages destined for another node */
Allan Stephens26008242006-06-25 23:39:31 -07001154 if (unlikely(!msg_short(msg) &&
1155 (msg_destnode(msg) != tipc_own_addr)))
Ying Xue3af390e2013-10-30 11:26:57 +08001156 goto discard;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001157
Allan Stephens5a68d5e2010-08-17 11:00:16 +00001158 /* Locate neighboring node that sent message */
Per Liden4323add2006-01-18 00:38:21 +01001159 n_ptr = tipc_node_find(msg_prevnode(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001160 if (unlikely(!n_ptr))
Ying Xue3af390e2013-10-30 11:26:57 +08001161 goto discard;
Per Liden4323add2006-01-18 00:38:21 +01001162 tipc_node_lock(n_ptr);
Allan Stephens85035562008-04-15 19:04:54 -07001163
Allan Stephens5a68d5e2010-08-17 11:00:16 +00001164 /* Locate unicast link endpoint that should handle message */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001165 l_ptr = n_ptr->links[b_ptr->identity];
Ying Xue3af390e2013-10-30 11:26:57 +08001166 if (unlikely(!l_ptr))
1167 goto unlock_discard;
Allan Stephens85035562008-04-15 19:04:54 -07001168
Allan Stephensb4b56102011-05-27 11:00:51 -04001169 /* Verify that communication with node is currently allowed */
Ying Xueaecb9bb2014-05-08 08:54:39 +08001170 if ((n_ptr->action_flags & TIPC_WAIT_PEER_LINKS_DOWN) &&
Ying Xue10f465c2014-05-05 08:56:11 +08001171 msg_user(msg) == LINK_PROTOCOL &&
1172 (msg_type(msg) == RESET_MSG ||
1173 msg_type(msg) == ACTIVATE_MSG) &&
1174 !msg_redundant_link(msg))
Ying Xueaecb9bb2014-05-08 08:54:39 +08001175 n_ptr->action_flags &= ~TIPC_WAIT_PEER_LINKS_DOWN;
Allan Stephensb4b56102011-05-27 11:00:51 -04001176
Ying Xue10f465c2014-05-05 08:56:11 +08001177 if (tipc_node_blocked(n_ptr))
Ying Xue3af390e2013-10-30 11:26:57 +08001178 goto unlock_discard;
Allan Stephensb4b56102011-05-27 11:00:51 -04001179
Allan Stephens85035562008-04-15 19:04:54 -07001180 /* Validate message sequence number info */
Allan Stephens85035562008-04-15 19:04:54 -07001181 seq_no = msg_seqno(msg);
1182 ackd = msg_ack(msg);
1183
1184 /* Release acked messages */
Ying Xue389dd9b2012-11-16 13:51:30 +08001185 if (n_ptr->bclink.recv_permitted)
Allan Stephens365595912011-10-24 15:26:24 -04001186 tipc_bclink_acknowledge(n_ptr, msg_bcast_ack(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001187
1188 crs = l_ptr->first_out;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001189 while ((crs != l_ptr->next_out) &&
Allan Stephensf9057302011-10-24 16:03:12 -04001190 less_eq(buf_seqno(crs), ackd)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001191 struct sk_buff *next = crs->next;
Allan Stephens5f6d9122011-11-04 13:24:29 -04001192 kfree_skb(crs);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001193 crs = next;
1194 released++;
1195 }
1196 if (released) {
1197 l_ptr->first_out = crs;
1198 l_ptr->out_queue_size -= released;
1199 }
Allan Stephens85035562008-04-15 19:04:54 -07001200
1201 /* Try sending any messages link endpoint has pending */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001202 if (unlikely(l_ptr->next_out))
Per Liden4323add2006-01-18 00:38:21 +01001203 tipc_link_push_queue(l_ptr);
Jon Paul Maloya5377832014-02-13 17:29:15 -05001204
Per Lidenb97bf3f2006-01-02 19:04:38 +01001205 if (unlikely(!list_empty(&l_ptr->waiting_ports)))
Per Liden4323add2006-01-18 00:38:21 +01001206 tipc_link_wakeup_ports(l_ptr, 0);
Jon Paul Maloya5377832014-02-13 17:29:15 -05001207
Jon Paul Maloya5377832014-02-13 17:29:15 -05001208 /* Process the incoming packet */
Ying Xue3af390e2013-10-30 11:26:57 +08001209 if (unlikely(!link_working_working(l_ptr))) {
1210 if (msg_user(msg) == LINK_PROTOCOL) {
Ying Xue247f0f32014-02-18 16:06:46 +08001211 tipc_link_proto_rcv(l_ptr, buf);
Ying Xue3af390e2013-10-30 11:26:57 +08001212 head = link_insert_deferred_queue(l_ptr, head);
Per Liden4323add2006-01-18 00:38:21 +01001213 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001214 continue;
1215 }
Ying Xue3af390e2013-10-30 11:26:57 +08001216
1217 /* Traffic message. Conditionally activate link */
1218 link_state_event(l_ptr, TRAFFIC_MSG_EVT);
1219
1220 if (link_working_working(l_ptr)) {
1221 /* Re-insert buffer in front of queue */
1222 buf->next = head;
1223 head = buf;
1224 tipc_node_unlock(n_ptr);
1225 continue;
1226 }
1227 goto unlock_discard;
1228 }
1229
1230 /* Link is now in state WORKING_WORKING */
1231 if (unlikely(seq_no != mod(l_ptr->next_in_no))) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001232 link_handle_out_of_seq_msg(l_ptr, buf);
1233 head = link_insert_deferred_queue(l_ptr, head);
Per Liden4323add2006-01-18 00:38:21 +01001234 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001235 continue;
1236 }
Ying Xue3af390e2013-10-30 11:26:57 +08001237 l_ptr->next_in_no++;
1238 if (unlikely(l_ptr->oldest_deferred_in))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001239 head = link_insert_deferred_queue(l_ptr, head);
Jon Paul Maloya5377832014-02-13 17:29:15 -05001240
Erik Hugne3f53bd82014-07-01 10:22:41 +02001241 if (unlikely(++l_ptr->unacked_window >= TIPC_MIN_LINK_WIN)) {
1242 l_ptr->stats.sent_acks++;
1243 tipc_link_proto_xmit(l_ptr, STATE_MSG, 0, 0, 0, 0, 0);
1244 }
1245
Erik Hugne7ae934b2014-07-01 10:22:40 +02001246 if (tipc_link_prepare_input(l_ptr, &buf)) {
Per Liden4323add2006-01-18 00:38:21 +01001247 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001248 continue;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001249 }
Per Liden4323add2006-01-18 00:38:21 +01001250 tipc_node_unlock(n_ptr);
Erik Hugne7ae934b2014-07-01 10:22:40 +02001251 msg = buf_msg(buf);
1252 if (tipc_link_input(l_ptr, buf) != 0)
1253 goto discard;
Ying Xue3af390e2013-10-30 11:26:57 +08001254 continue;
1255unlock_discard:
Ying Xue3af390e2013-10-30 11:26:57 +08001256 tipc_node_unlock(n_ptr);
1257discard:
Allan Stephens5f6d9122011-11-04 13:24:29 -04001258 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001259 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001260}
1261
Ben Hutchings2c530402012-07-10 10:55:09 +00001262/**
Erik Hugne7ae934b2014-07-01 10:22:40 +02001263 * tipc_link_prepare_input - process TIPC link messages
1264 *
1265 * returns nonzero if the message was consumed
1266 *
1267 * Node lock must be held
1268 */
1269static int tipc_link_prepare_input(struct tipc_link *l, struct sk_buff **buf)
1270{
1271 struct tipc_node *n;
1272 struct tipc_msg *msg;
1273 int res = -EINVAL;
1274
1275 n = l->owner;
1276 msg = buf_msg(*buf);
1277 switch (msg_user(msg)) {
1278 case CHANGEOVER_PROTOCOL:
1279 if (tipc_link_tunnel_rcv(n, buf))
1280 res = 0;
1281 break;
1282 case MSG_FRAGMENTER:
1283 l->stats.recv_fragments++;
1284 if (tipc_buf_append(&l->reasm_buf, buf)) {
1285 l->stats.recv_fragmented++;
1286 res = 0;
1287 } else if (!l->reasm_buf) {
1288 tipc_link_reset(l);
1289 }
1290 break;
1291 case MSG_BUNDLER:
1292 l->stats.recv_bundles++;
1293 l->stats.recv_bundled += msg_msgcnt(msg);
1294 res = 0;
1295 break;
1296 case NAME_DISTRIBUTOR:
1297 n->bclink.recv_permitted = true;
1298 res = 0;
1299 break;
1300 case BCAST_PROTOCOL:
1301 tipc_link_sync_rcv(n, *buf);
1302 break;
1303 default:
1304 res = 0;
1305 }
1306 return res;
1307}
1308/**
1309 * tipc_link_input - Deliver message too higher layers
1310 */
1311static int tipc_link_input(struct tipc_link *l, struct sk_buff *buf)
1312{
1313 struct tipc_msg *msg = buf_msg(buf);
1314 int res = 0;
1315
1316 switch (msg_user(msg)) {
1317 case TIPC_LOW_IMPORTANCE:
1318 case TIPC_MEDIUM_IMPORTANCE:
1319 case TIPC_HIGH_IMPORTANCE:
1320 case TIPC_CRITICAL_IMPORTANCE:
1321 case CONN_MANAGER:
1322 tipc_sk_rcv(buf);
1323 break;
1324 case NAME_DISTRIBUTOR:
1325 tipc_named_rcv(buf);
1326 break;
1327 case MSG_BUNDLER:
1328 tipc_link_bundle_rcv(buf);
1329 break;
1330 default:
1331 res = -EINVAL;
1332 }
1333 return res;
1334}
1335
1336/**
Allan Stephens8809b252011-10-25 10:44:35 -04001337 * tipc_link_defer_pkt - Add out-of-sequence message to deferred reception queue
1338 *
1339 * Returns increase in queue length (i.e. 0 or 1)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001340 */
Allan Stephens8809b252011-10-25 10:44:35 -04001341u32 tipc_link_defer_pkt(struct sk_buff **head, struct sk_buff **tail,
Per Liden4323add2006-01-18 00:38:21 +01001342 struct sk_buff *buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001343{
Allan Stephens8809b252011-10-25 10:44:35 -04001344 struct sk_buff *queue_buf;
1345 struct sk_buff **prev;
Allan Stephensf9057302011-10-24 16:03:12 -04001346 u32 seq_no = buf_seqno(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001347
1348 buf->next = NULL;
1349
1350 /* Empty queue ? */
1351 if (*head == NULL) {
1352 *head = *tail = buf;
1353 return 1;
1354 }
1355
1356 /* Last ? */
Allan Stephensf9057302011-10-24 16:03:12 -04001357 if (less(buf_seqno(*tail), seq_no)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001358 (*tail)->next = buf;
1359 *tail = buf;
1360 return 1;
1361 }
1362
Allan Stephens8809b252011-10-25 10:44:35 -04001363 /* Locate insertion point in queue, then insert; discard if duplicate */
1364 prev = head;
1365 queue_buf = *head;
1366 for (;;) {
1367 u32 curr_seqno = buf_seqno(queue_buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001368
Allan Stephens8809b252011-10-25 10:44:35 -04001369 if (seq_no == curr_seqno) {
Allan Stephens5f6d9122011-11-04 13:24:29 -04001370 kfree_skb(buf);
Allan Stephens8809b252011-10-25 10:44:35 -04001371 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001372 }
Allan Stephens8809b252011-10-25 10:44:35 -04001373
1374 if (less(seq_no, curr_seqno))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001375 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001376
Allan Stephens8809b252011-10-25 10:44:35 -04001377 prev = &queue_buf->next;
1378 queue_buf = queue_buf->next;
1379 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001380
Allan Stephens8809b252011-10-25 10:44:35 -04001381 buf->next = queue_buf;
1382 *prev = buf;
1383 return 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001384}
1385
Allan Stephens8809b252011-10-25 10:44:35 -04001386/*
Per Lidenb97bf3f2006-01-02 19:04:38 +01001387 * link_handle_out_of_seq_msg - handle arrival of out-of-sequence packet
1388 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001389static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001390 struct sk_buff *buf)
1391{
Allan Stephensf9057302011-10-24 16:03:12 -04001392 u32 seq_no = buf_seqno(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001393
1394 if (likely(msg_user(buf_msg(buf)) == LINK_PROTOCOL)) {
Ying Xue247f0f32014-02-18 16:06:46 +08001395 tipc_link_proto_rcv(l_ptr, buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001396 return;
1397 }
1398
Per Lidenb97bf3f2006-01-02 19:04:38 +01001399 /* Record OOS packet arrival (force mismatch on next timeout) */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001400 l_ptr->checkpoint--;
1401
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001402 /*
Per Lidenb97bf3f2006-01-02 19:04:38 +01001403 * Discard packet if a duplicate; otherwise add it to deferred queue
1404 * and notify peer of gap as per protocol specification
1405 */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001406 if (less(seq_no, mod(l_ptr->next_in_no))) {
1407 l_ptr->stats.duplicates++;
Allan Stephens5f6d9122011-11-04 13:24:29 -04001408 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001409 return;
1410 }
1411
Per Liden4323add2006-01-18 00:38:21 +01001412 if (tipc_link_defer_pkt(&l_ptr->oldest_deferred_in,
1413 &l_ptr->newest_deferred_in, buf)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001414 l_ptr->deferred_inqueue_sz++;
1415 l_ptr->stats.deferred_recv++;
Erik Hugne64380a02014-02-11 11:38:26 +01001416 TIPC_SKB_CB(buf)->deferred = true;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001417 if ((l_ptr->deferred_inqueue_sz % 16) == 1)
Ying Xue247f0f32014-02-18 16:06:46 +08001418 tipc_link_proto_xmit(l_ptr, STATE_MSG, 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001419 } else
1420 l_ptr->stats.duplicates++;
1421}
1422
1423/*
1424 * Send protocol message to the other endpoint.
1425 */
Ying Xue247f0f32014-02-18 16:06:46 +08001426void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int probe_msg,
1427 u32 gap, u32 tolerance, u32 priority, u32 ack_mtu)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001428{
Sam Ravnborg1fc54d82006-03-20 22:36:47 -08001429 struct sk_buff *buf = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001430 struct tipc_msg *msg = l_ptr->pmsg;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001431 u32 msg_size = sizeof(l_ptr->proto_msg);
Allan Stephens75f0aa42011-02-28 15:30:20 -05001432 int r_flag;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001433
Allan Stephens92d2c902011-10-25 11:20:26 -04001434 /* Discard any previous message that was deferred due to congestion */
Allan Stephens92d2c902011-10-25 11:20:26 -04001435 if (l_ptr->proto_msg_queue) {
Allan Stephens5f6d9122011-11-04 13:24:29 -04001436 kfree_skb(l_ptr->proto_msg_queue);
Allan Stephens92d2c902011-10-25 11:20:26 -04001437 l_ptr->proto_msg_queue = NULL;
1438 }
1439
Ying Xue77a7e072013-12-10 20:45:44 -08001440 /* Don't send protocol message during link changeover */
1441 if (l_ptr->exp_msg_count)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001442 return;
Allan Stephensb4b56102011-05-27 11:00:51 -04001443
1444 /* Abort non-RESET send if communication with node is prohibited */
Ying Xue10f465c2014-05-05 08:56:11 +08001445 if ((tipc_node_blocked(l_ptr->owner)) && (msg_typ != RESET_MSG))
Allan Stephensb4b56102011-05-27 11:00:51 -04001446 return;
1447
Allan Stephens92d2c902011-10-25 11:20:26 -04001448 /* Create protocol message with "out-of-sequence" sequence number */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001449 msg_set_type(msg, msg_typ);
Ying Xue7a2f7d12014-04-21 10:55:46 +08001450 msg_set_net_plane(msg, l_ptr->net_plane);
Allan Stephens7a54d4a2011-10-27 14:17:53 -04001451 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Per Liden4323add2006-01-18 00:38:21 +01001452 msg_set_last_bcast(msg, tipc_bclink_get_last_sent());
Per Lidenb97bf3f2006-01-02 19:04:38 +01001453
1454 if (msg_typ == STATE_MSG) {
1455 u32 next_sent = mod(l_ptr->next_out_no);
1456
Per Liden4323add2006-01-18 00:38:21 +01001457 if (!tipc_link_is_up(l_ptr))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001458 return;
1459 if (l_ptr->next_out)
Allan Stephensf9057302011-10-24 16:03:12 -04001460 next_sent = buf_seqno(l_ptr->next_out);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001461 msg_set_next_sent(msg, next_sent);
1462 if (l_ptr->oldest_deferred_in) {
Allan Stephensf9057302011-10-24 16:03:12 -04001463 u32 rec = buf_seqno(l_ptr->oldest_deferred_in);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001464 gap = mod(rec - mod(l_ptr->next_in_no));
1465 }
1466 msg_set_seq_gap(msg, gap);
1467 if (gap)
1468 l_ptr->stats.sent_nacks++;
1469 msg_set_link_tolerance(msg, tolerance);
1470 msg_set_linkprio(msg, priority);
1471 msg_set_max_pkt(msg, ack_mtu);
1472 msg_set_ack(msg, mod(l_ptr->next_in_no - 1));
1473 msg_set_probe(msg, probe_msg != 0);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001474 if (probe_msg) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001475 u32 mtu = l_ptr->max_pkt;
1476
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001477 if ((mtu < l_ptr->max_pkt_target) &&
Per Lidenb97bf3f2006-01-02 19:04:38 +01001478 link_working_working(l_ptr) &&
1479 l_ptr->fsm_msg_cnt) {
1480 msg_size = (mtu + (l_ptr->max_pkt_target - mtu)/2 + 2) & ~3;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001481 if (l_ptr->max_pkt_probes == 10) {
1482 l_ptr->max_pkt_target = (msg_size - 4);
1483 l_ptr->max_pkt_probes = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001484 msg_size = (mtu + (l_ptr->max_pkt_target - mtu)/2 + 2) & ~3;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001485 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001486 l_ptr->max_pkt_probes++;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001487 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001488
1489 l_ptr->stats.sent_probes++;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001490 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001491 l_ptr->stats.sent_states++;
1492 } else { /* RESET_MSG or ACTIVATE_MSG */
1493 msg_set_ack(msg, mod(l_ptr->reset_checkpoint - 1));
1494 msg_set_seq_gap(msg, 0);
1495 msg_set_next_sent(msg, 1);
Allan Stephensf23d9bf2011-01-18 15:15:34 -05001496 msg_set_probe(msg, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001497 msg_set_link_tolerance(msg, l_ptr->tolerance);
1498 msg_set_linkprio(msg, l_ptr->priority);
1499 msg_set_max_pkt(msg, l_ptr->max_pkt_target);
1500 }
1501
Allan Stephens75f0aa42011-02-28 15:30:20 -05001502 r_flag = (l_ptr->owner->working_links > tipc_link_is_up(l_ptr));
1503 msg_set_redundant_link(msg, r_flag);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001504 msg_set_linkprio(msg, l_ptr->priority);
Allan Stephens92d2c902011-10-25 11:20:26 -04001505 msg_set_size(msg, msg_size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001506
1507 msg_set_seqno(msg, mod(l_ptr->next_out_no + (0xffff/2)));
1508
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001509 buf = tipc_buf_acquire(msg_size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001510 if (!buf)
1511 return;
1512
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001513 skb_copy_to_linear_data(buf, msg, sizeof(l_ptr->proto_msg));
Ying Xue796c75d2013-06-17 10:54:48 -04001514 buf->priority = TC_PRIO_CONTROL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001515
Ying Xue7a2f7d12014-04-21 10:55:46 +08001516 tipc_bearer_send(l_ptr->bearer_id, buf, &l_ptr->media_addr);
Allan Stephens92d2c902011-10-25 11:20:26 -04001517 l_ptr->unacked_window = 0;
Allan Stephens5f6d9122011-11-04 13:24:29 -04001518 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001519}
1520
1521/*
1522 * Receive protocol message :
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001523 * Note that network plane id propagates through the network, and may
1524 * change at any time. The node with lowest address rules
Per Lidenb97bf3f2006-01-02 19:04:38 +01001525 */
Ying Xue247f0f32014-02-18 16:06:46 +08001526static void tipc_link_proto_rcv(struct tipc_link *l_ptr, struct sk_buff *buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001527{
1528 u32 rec_gap = 0;
1529 u32 max_pkt_info;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001530 u32 max_pkt_ack;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001531 u32 msg_tol;
1532 struct tipc_msg *msg = buf_msg(buf);
1533
Ying Xue77a7e072013-12-10 20:45:44 -08001534 /* Discard protocol message during link changeover */
1535 if (l_ptr->exp_msg_count)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001536 goto exit;
1537
Ying Xue7a2f7d12014-04-21 10:55:46 +08001538 if (l_ptr->net_plane != msg_net_plane(msg))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001539 if (tipc_own_addr > msg_prevnode(msg))
Ying Xue7a2f7d12014-04-21 10:55:46 +08001540 l_ptr->net_plane = msg_net_plane(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001541
Per Lidenb97bf3f2006-01-02 19:04:38 +01001542 switch (msg_type(msg)) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001543
Per Lidenb97bf3f2006-01-02 19:04:38 +01001544 case RESET_MSG:
Allan Stephensa686e682008-06-04 17:29:39 -07001545 if (!link_working_unknown(l_ptr) &&
1546 (l_ptr->peer_session != INVALID_SESSION)) {
Allan Stephens641c2182011-04-07 09:54:43 -04001547 if (less_eq(msg_session(msg), l_ptr->peer_session))
1548 break; /* duplicate or old reset: ignore */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001549 }
Allan Stephensb4b56102011-05-27 11:00:51 -04001550
1551 if (!msg_redundant_link(msg) && (link_working_working(l_ptr) ||
1552 link_working_unknown(l_ptr))) {
1553 /*
1554 * peer has lost contact -- don't allow peer's links
1555 * to reactivate before we recognize loss & clean up
1556 */
Ying Xueca9cf062014-05-08 08:54:40 +08001557 l_ptr->owner->action_flags |= TIPC_WAIT_OWN_LINKS_DOWN;
Allan Stephensb4b56102011-05-27 11:00:51 -04001558 }
1559
Allan Stephens47361c82011-10-26 10:55:16 -04001560 link_state_event(l_ptr, RESET_MSG);
1561
Per Lidenb97bf3f2006-01-02 19:04:38 +01001562 /* fall thru' */
1563 case ACTIVATE_MSG:
1564 /* Update link settings according other endpoint's values */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001565 strcpy((strrchr(l_ptr->name, ':') + 1), (char *)msg_data(msg));
1566
Allan Stephens2db99832010-12-31 18:59:33 +00001567 msg_tol = msg_link_tolerance(msg);
1568 if (msg_tol > l_ptr->tolerance)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001569 link_set_supervision_props(l_ptr, msg_tol);
1570
1571 if (msg_linkprio(msg) > l_ptr->priority)
1572 l_ptr->priority = msg_linkprio(msg);
1573
1574 max_pkt_info = msg_max_pkt(msg);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001575 if (max_pkt_info) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001576 if (max_pkt_info < l_ptr->max_pkt_target)
1577 l_ptr->max_pkt_target = max_pkt_info;
1578 if (l_ptr->max_pkt > l_ptr->max_pkt_target)
1579 l_ptr->max_pkt = l_ptr->max_pkt_target;
1580 } else {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001581 l_ptr->max_pkt = l_ptr->max_pkt_target;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001582 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001583
Allan Stephens4d753132011-10-25 12:19:05 -04001584 /* Synchronize broadcast link info, if not done previously */
Allan Stephens7a54d4a2011-10-27 14:17:53 -04001585 if (!tipc_node_is_up(l_ptr->owner)) {
1586 l_ptr->owner->bclink.last_sent =
1587 l_ptr->owner->bclink.last_in =
1588 msg_last_bcast(msg);
1589 l_ptr->owner->bclink.oos_state = 0;
1590 }
Allan Stephens4d753132011-10-25 12:19:05 -04001591
Per Lidenb97bf3f2006-01-02 19:04:38 +01001592 l_ptr->peer_session = msg_session(msg);
1593 l_ptr->peer_bearer_id = msg_bearer_id(msg);
Allan Stephens47361c82011-10-26 10:55:16 -04001594
1595 if (msg_type(msg) == ACTIVATE_MSG)
1596 link_state_event(l_ptr, ACTIVATE_MSG);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001597 break;
1598 case STATE_MSG:
1599
Allan Stephens2db99832010-12-31 18:59:33 +00001600 msg_tol = msg_link_tolerance(msg);
1601 if (msg_tol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001602 link_set_supervision_props(l_ptr, msg_tol);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001603
1604 if (msg_linkprio(msg) &&
Per Lidenb97bf3f2006-01-02 19:04:38 +01001605 (msg_linkprio(msg) != l_ptr->priority)) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001606 pr_warn("%s<%s>, priority change %u->%u\n",
1607 link_rst_msg, l_ptr->name, l_ptr->priority,
1608 msg_linkprio(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001609 l_ptr->priority = msg_linkprio(msg);
Per Liden4323add2006-01-18 00:38:21 +01001610 tipc_link_reset(l_ptr); /* Enforce change to take effect */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001611 break;
1612 }
Jon Paul Maloyec37dcd2014-05-14 05:39:10 -04001613
1614 /* Record reception; force mismatch at next timeout: */
1615 l_ptr->checkpoint--;
1616
Per Lidenb97bf3f2006-01-02 19:04:38 +01001617 link_state_event(l_ptr, TRAFFIC_MSG_EVT);
1618 l_ptr->stats.recv_states++;
1619 if (link_reset_unknown(l_ptr))
1620 break;
1621
1622 if (less_eq(mod(l_ptr->next_in_no), msg_next_sent(msg))) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001623 rec_gap = mod(msg_next_sent(msg) -
Per Lidenb97bf3f2006-01-02 19:04:38 +01001624 mod(l_ptr->next_in_no));
1625 }
1626
1627 max_pkt_ack = msg_max_pkt(msg);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001628 if (max_pkt_ack > l_ptr->max_pkt) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001629 l_ptr->max_pkt = max_pkt_ack;
1630 l_ptr->max_pkt_probes = 0;
1631 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001632
1633 max_pkt_ack = 0;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001634 if (msg_probe(msg)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001635 l_ptr->stats.recv_probes++;
Allan Stephensa0168922010-12-31 18:59:35 +00001636 if (msg_size(msg) > sizeof(l_ptr->proto_msg))
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001637 max_pkt_ack = msg_size(msg);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001638 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001639
1640 /* Protocol message before retransmits, reduce loss risk */
Ying Xue389dd9b2012-11-16 13:51:30 +08001641 if (l_ptr->owner->bclink.recv_permitted)
Allan Stephens7a54d4a2011-10-27 14:17:53 -04001642 tipc_bclink_update_link_state(l_ptr->owner,
1643 msg_last_bcast(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001644
1645 if (rec_gap || (msg_probe(msg))) {
Ying Xue247f0f32014-02-18 16:06:46 +08001646 tipc_link_proto_xmit(l_ptr, STATE_MSG, 0, rec_gap, 0,
1647 0, max_pkt_ack);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001648 }
1649 if (msg_seq_gap(msg)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001650 l_ptr->stats.recv_nacks++;
Per Liden4323add2006-01-18 00:38:21 +01001651 tipc_link_retransmit(l_ptr, l_ptr->first_out,
1652 msg_seq_gap(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001653 }
1654 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001655 }
1656exit:
Allan Stephens5f6d9122011-11-04 13:24:29 -04001657 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001658}
1659
1660
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001661/* tipc_link_tunnel_xmit(): Tunnel one packet via a link belonging to
1662 * a different bearer. Owner node is locked.
Per Lidenb97bf3f2006-01-02 19:04:38 +01001663 */
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001664static void tipc_link_tunnel_xmit(struct tipc_link *l_ptr,
1665 struct tipc_msg *tunnel_hdr,
1666 struct tipc_msg *msg,
1667 u32 selector)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001668{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001669 struct tipc_link *tunnel;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001670 struct sk_buff *buf;
1671 u32 length = msg_size(msg);
1672
1673 tunnel = l_ptr->owner->active_links[selector & 1];
Allan Stephens5392d642006-06-25 23:52:50 -07001674 if (!tipc_link_is_up(tunnel)) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001675 pr_warn("%stunnel link no longer available\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001676 return;
Allan Stephens5392d642006-06-25 23:52:50 -07001677 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001678 msg_set_size(tunnel_hdr, length + INT_H_SIZE);
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001679 buf = tipc_buf_acquire(length + INT_H_SIZE);
Allan Stephens5392d642006-06-25 23:52:50 -07001680 if (!buf) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001681 pr_warn("%sunable to send tunnel msg\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001682 return;
Allan Stephens5392d642006-06-25 23:52:50 -07001683 }
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001684 skb_copy_to_linear_data(buf, tunnel_hdr, INT_H_SIZE);
1685 skb_copy_to_linear_data_offset(buf, INT_H_SIZE, msg, length);
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -04001686 __tipc_link_xmit(tunnel, buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001687}
1688
1689
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001690/* tipc_link_failover_send_queue(): A link has gone down, but a second
1691 * link is still active. We can do failover. Tunnel the failing link's
1692 * whole send queue via the remaining link. This way, we don't lose
1693 * any packets, and sequence order is preserved for subsequent traffic
1694 * sent over the remaining link. Owner node is locked.
Per Lidenb97bf3f2006-01-02 19:04:38 +01001695 */
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001696void tipc_link_failover_send_queue(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001697{
1698 u32 msgcount = l_ptr->out_queue_size;
1699 struct sk_buff *crs = l_ptr->first_out;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001700 struct tipc_link *tunnel = l_ptr->owner->active_links[0];
Per Lidenb97bf3f2006-01-02 19:04:38 +01001701 struct tipc_msg tunnel_hdr;
Allan Stephens5392d642006-06-25 23:52:50 -07001702 int split_bundles;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001703
1704 if (!tunnel)
1705 return;
1706
Allan Stephensc68ca7b2010-05-11 14:30:12 +00001707 tipc_msg_init(&tunnel_hdr, CHANGEOVER_PROTOCOL,
Allan Stephens75715212008-06-04 17:37:34 -07001708 ORIGINAL_MSG, INT_H_SIZE, l_ptr->addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001709 msg_set_bearer_id(&tunnel_hdr, l_ptr->peer_bearer_id);
1710 msg_set_msgcnt(&tunnel_hdr, msgcount);
Allan Stephensf1310722006-06-25 23:51:37 -07001711
Per Lidenb97bf3f2006-01-02 19:04:38 +01001712 if (!l_ptr->first_out) {
1713 struct sk_buff *buf;
1714
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001715 buf = tipc_buf_acquire(INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001716 if (buf) {
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001717 skb_copy_to_linear_data(buf, &tunnel_hdr, INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001718 msg_set_size(&tunnel_hdr, INT_H_SIZE);
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -04001719 __tipc_link_xmit(tunnel, buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001720 } else {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001721 pr_warn("%sunable to send changeover msg\n",
1722 link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001723 }
1724 return;
1725 }
Allan Stephensf1310722006-06-25 23:51:37 -07001726
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001727 split_bundles = (l_ptr->owner->active_links[0] !=
Allan Stephens5392d642006-06-25 23:52:50 -07001728 l_ptr->owner->active_links[1]);
1729
Per Lidenb97bf3f2006-01-02 19:04:38 +01001730 while (crs) {
1731 struct tipc_msg *msg = buf_msg(crs);
1732
1733 if ((msg_user(msg) == MSG_BUNDLER) && split_bundles) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001734 struct tipc_msg *m = msg_get_wrapped(msg);
Allan Stephens0e659672010-12-31 18:59:32 +00001735 unchar *pos = (unchar *)m;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001736
Florian Westphald788d802007-08-02 19:28:06 -07001737 msgcount = msg_msgcnt(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001738 while (msgcount--) {
Allan Stephens0e659672010-12-31 18:59:32 +00001739 msg_set_seqno(m, msg_seqno(msg));
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001740 tipc_link_tunnel_xmit(l_ptr, &tunnel_hdr, m,
1741 msg_link_selector(m));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001742 pos += align(msg_size(m));
1743 m = (struct tipc_msg *)pos;
1744 }
1745 } else {
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001746 tipc_link_tunnel_xmit(l_ptr, &tunnel_hdr, msg,
1747 msg_link_selector(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001748 }
1749 crs = crs->next;
1750 }
1751}
1752
Ying Xue247f0f32014-02-18 16:06:46 +08001753/* tipc_link_dup_queue_xmit(): A second link has become active. Tunnel a
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001754 * duplicate of the first link's send queue via the new link. This way, we
1755 * are guaranteed that currently queued packets from a socket are delivered
1756 * before future traffic from the same socket, even if this is using the
1757 * new link. The last arriving copy of each duplicate packet is dropped at
1758 * the receiving end by the regular protocol check, so packet cardinality
1759 * and sequence order is preserved per sender/receiver socket pair.
1760 * Owner node is locked.
1761 */
Ying Xue247f0f32014-02-18 16:06:46 +08001762void tipc_link_dup_queue_xmit(struct tipc_link *l_ptr,
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001763 struct tipc_link *tunnel)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001764{
1765 struct sk_buff *iter;
1766 struct tipc_msg tunnel_hdr;
1767
Allan Stephensc68ca7b2010-05-11 14:30:12 +00001768 tipc_msg_init(&tunnel_hdr, CHANGEOVER_PROTOCOL,
Allan Stephens75715212008-06-04 17:37:34 -07001769 DUPLICATE_MSG, INT_H_SIZE, l_ptr->addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001770 msg_set_msgcnt(&tunnel_hdr, l_ptr->out_queue_size);
1771 msg_set_bearer_id(&tunnel_hdr, l_ptr->peer_bearer_id);
1772 iter = l_ptr->first_out;
1773 while (iter) {
1774 struct sk_buff *outbuf;
1775 struct tipc_msg *msg = buf_msg(iter);
1776 u32 length = msg_size(msg);
1777
1778 if (msg_user(msg) == MSG_BUNDLER)
1779 msg_set_type(msg, CLOSED_MSG);
1780 msg_set_ack(msg, mod(l_ptr->next_in_no - 1)); /* Update */
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001781 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001782 msg_set_size(&tunnel_hdr, length + INT_H_SIZE);
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001783 outbuf = tipc_buf_acquire(length + INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001784 if (outbuf == NULL) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001785 pr_warn("%sunable to send duplicate msg\n",
1786 link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001787 return;
1788 }
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001789 skb_copy_to_linear_data(outbuf, &tunnel_hdr, INT_H_SIZE);
1790 skb_copy_to_linear_data_offset(outbuf, INT_H_SIZE, iter->data,
1791 length);
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -04001792 __tipc_link_xmit(tunnel, outbuf);
Per Liden4323add2006-01-18 00:38:21 +01001793 if (!tipc_link_is_up(l_ptr))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001794 return;
1795 iter = iter->next;
1796 }
1797}
1798
Per Lidenb97bf3f2006-01-02 19:04:38 +01001799/**
1800 * buf_extract - extracts embedded TIPC message from another message
1801 * @skb: encapsulating message buffer
1802 * @from_pos: offset to extract from
1803 *
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001804 * Returns a new message buffer containing an embedded message. The
Per Lidenb97bf3f2006-01-02 19:04:38 +01001805 * encapsulating message itself is left unchanged.
1806 */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001807static struct sk_buff *buf_extract(struct sk_buff *skb, u32 from_pos)
1808{
1809 struct tipc_msg *msg = (struct tipc_msg *)(skb->data + from_pos);
1810 u32 size = msg_size(msg);
1811 struct sk_buff *eb;
1812
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001813 eb = tipc_buf_acquire(size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001814 if (eb)
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001815 skb_copy_to_linear_data(eb, msg, size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001816 return eb;
1817}
1818
Jon Paul Maloy1dab3d52014-02-13 17:29:10 -05001819
1820
1821/* tipc_link_dup_rcv(): Receive a tunnelled DUPLICATE_MSG packet.
1822 * Owner node is locked.
1823 */
1824static void tipc_link_dup_rcv(struct tipc_link *l_ptr,
1825 struct sk_buff *t_buf)
1826{
1827 struct sk_buff *buf;
1828
1829 if (!tipc_link_is_up(l_ptr))
1830 return;
1831
1832 buf = buf_extract(t_buf, INT_H_SIZE);
1833 if (buf == NULL) {
1834 pr_warn("%sfailed to extract inner dup pkt\n", link_co_err);
1835 return;
1836 }
1837
1838 /* Add buffer to deferred queue, if applicable: */
1839 link_handle_out_of_seq_msg(l_ptr, buf);
1840}
1841
Jon Paul Maloyf006c9c2014-02-13 17:29:11 -05001842/* tipc_link_failover_rcv(): Receive a tunnelled ORIGINAL_MSG packet
1843 * Owner node is locked.
1844 */
1845static struct sk_buff *tipc_link_failover_rcv(struct tipc_link *l_ptr,
1846 struct sk_buff *t_buf)
1847{
1848 struct tipc_msg *t_msg = buf_msg(t_buf);
1849 struct sk_buff *buf = NULL;
1850 struct tipc_msg *msg;
1851
1852 if (tipc_link_is_up(l_ptr))
1853 tipc_link_reset(l_ptr);
1854
1855 /* First failover packet? */
1856 if (l_ptr->exp_msg_count == START_CHANGEOVER)
1857 l_ptr->exp_msg_count = msg_msgcnt(t_msg);
1858
1859 /* Should there be an inner packet? */
1860 if (l_ptr->exp_msg_count) {
1861 l_ptr->exp_msg_count--;
1862 buf = buf_extract(t_buf, INT_H_SIZE);
1863 if (buf == NULL) {
1864 pr_warn("%sno inner failover pkt\n", link_co_err);
1865 goto exit;
1866 }
1867 msg = buf_msg(buf);
1868
1869 if (less(msg_seqno(msg), l_ptr->reset_checkpoint)) {
1870 kfree_skb(buf);
1871 buf = NULL;
1872 goto exit;
1873 }
1874 if (msg_user(msg) == MSG_FRAGMENTER) {
1875 l_ptr->stats.recv_fragments++;
Jon Paul Maloy37e22162014-05-14 05:39:12 -04001876 tipc_buf_append(&l_ptr->reasm_buf, &buf);
Jon Paul Maloyf006c9c2014-02-13 17:29:11 -05001877 }
1878 }
Jon Paul Maloyf006c9c2014-02-13 17:29:11 -05001879exit:
Jon Paul Maloy7d339392014-02-13 17:29:16 -05001880 if ((l_ptr->exp_msg_count == 0) && (l_ptr->flags & LINK_STOPPED)) {
1881 tipc_node_detach_link(l_ptr->owner, l_ptr);
1882 kfree(l_ptr);
1883 }
Jon Paul Maloyf006c9c2014-02-13 17:29:11 -05001884 return buf;
1885}
1886
Jon Paul Maloy1dab3d52014-02-13 17:29:10 -05001887/* tipc_link_tunnel_rcv(): Receive a tunnelled packet, sent
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001888 * via other link as result of a failover (ORIGINAL_MSG) or
1889 * a new active link (DUPLICATE_MSG). Failover packets are
1890 * returned to the active link for delivery upwards.
1891 * Owner node is locked.
Per Lidenb97bf3f2006-01-02 19:04:38 +01001892 */
Jon Paul Maloy3bb53382014-02-13 17:29:12 -05001893static int tipc_link_tunnel_rcv(struct tipc_node *n_ptr,
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001894 struct sk_buff **buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001895{
Jon Paul Maloy02842f72014-02-13 17:29:14 -05001896 struct sk_buff *t_buf = *buf;
1897 struct tipc_link *l_ptr;
1898 struct tipc_msg *t_msg = buf_msg(t_buf);
1899 u32 bearer_id = msg_bearer_id(t_msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001900
Jon Paul Maloy1e9d47a2014-02-13 17:29:13 -05001901 *buf = NULL;
1902
Dan Carpentercb4b102f2013-05-06 08:28:41 +00001903 if (bearer_id >= MAX_BEARERS)
1904 goto exit;
Jon Paul Maloy1dab3d52014-02-13 17:29:10 -05001905
Jon Paul Maloy02842f72014-02-13 17:29:14 -05001906 l_ptr = n_ptr->links[bearer_id];
1907 if (!l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001908 goto exit;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001909
Jon Paul Maloy02842f72014-02-13 17:29:14 -05001910 if (msg_type(t_msg) == DUPLICATE_MSG)
1911 tipc_link_dup_rcv(l_ptr, t_buf);
1912 else if (msg_type(t_msg) == ORIGINAL_MSG)
1913 *buf = tipc_link_failover_rcv(l_ptr, t_buf);
Jon Paul Maloy1e9d47a2014-02-13 17:29:13 -05001914 else
1915 pr_warn("%sunknown tunnel pkt received\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001916exit:
Jon Paul Maloy02842f72014-02-13 17:29:14 -05001917 kfree_skb(t_buf);
Jon Paul Maloy1e9d47a2014-02-13 17:29:13 -05001918 return *buf != NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001919}
1920
1921/*
1922 * Bundler functionality:
1923 */
Ying Xue247f0f32014-02-18 16:06:46 +08001924void tipc_link_bundle_rcv(struct sk_buff *buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001925{
1926 u32 msgcount = msg_msgcnt(buf_msg(buf));
1927 u32 pos = INT_H_SIZE;
1928 struct sk_buff *obuf;
Jon Paul Maloyec8a2e52014-06-25 20:41:40 -05001929 struct tipc_msg *omsg;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001930
Per Lidenb97bf3f2006-01-02 19:04:38 +01001931 while (msgcount--) {
1932 obuf = buf_extract(buf, pos);
1933 if (obuf == NULL) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001934 pr_warn("Link unable to unbundle message(s)\n");
Allan Stephensa10bd922006-06-25 23:52:17 -07001935 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07001936 }
Jon Paul Maloyec8a2e52014-06-25 20:41:40 -05001937 omsg = buf_msg(obuf);
1938 pos += align(msg_size(omsg));
1939 if (msg_isdata(omsg) || (msg_user(omsg) == CONN_MANAGER)) {
1940 tipc_sk_rcv(obuf);
1941 } else if (msg_user(omsg) == NAME_DISTRIBUTOR) {
1942 tipc_named_rcv(obuf);
1943 } else {
1944 pr_warn("Illegal bundled msg: %u\n", msg_user(omsg));
1945 kfree_skb(obuf);
1946 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001947 }
Allan Stephens5f6d9122011-11-04 13:24:29 -04001948 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001949}
1950
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001951static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001952{
Allan Stephens5413b4c2011-01-18 13:24:55 -05001953 if ((tolerance < TIPC_MIN_LINK_TOL) || (tolerance > TIPC_MAX_LINK_TOL))
1954 return;
1955
Per Lidenb97bf3f2006-01-02 19:04:38 +01001956 l_ptr->tolerance = tolerance;
1957 l_ptr->continuity_interval =
1958 ((tolerance / 4) > 500) ? 500 : tolerance / 4;
1959 l_ptr->abort_limit = tolerance / (l_ptr->continuity_interval / 4);
1960}
1961
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001962void tipc_link_set_queue_limits(struct tipc_link *l_ptr, u32 window)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001963{
1964 /* Data messages from this node, inclusive FIRST_FRAGM */
Allan Stephens06d82c92008-03-06 15:06:55 -08001965 l_ptr->queue_limit[TIPC_LOW_IMPORTANCE] = window;
1966 l_ptr->queue_limit[TIPC_MEDIUM_IMPORTANCE] = (window / 3) * 4;
1967 l_ptr->queue_limit[TIPC_HIGH_IMPORTANCE] = (window / 3) * 5;
1968 l_ptr->queue_limit[TIPC_CRITICAL_IMPORTANCE] = (window / 3) * 6;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001969 /* Transiting data messages,inclusive FIRST_FRAGM */
Allan Stephens06d82c92008-03-06 15:06:55 -08001970 l_ptr->queue_limit[TIPC_LOW_IMPORTANCE + 4] = 300;
1971 l_ptr->queue_limit[TIPC_MEDIUM_IMPORTANCE + 4] = 600;
1972 l_ptr->queue_limit[TIPC_HIGH_IMPORTANCE + 4] = 900;
1973 l_ptr->queue_limit[TIPC_CRITICAL_IMPORTANCE + 4] = 1200;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001974 l_ptr->queue_limit[CONN_MANAGER] = 1200;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001975 l_ptr->queue_limit[CHANGEOVER_PROTOCOL] = 2500;
1976 l_ptr->queue_limit[NAME_DISTRIBUTOR] = 3000;
1977 /* FRAGMENT and LAST_FRAGMENT packets */
1978 l_ptr->queue_limit[MSG_FRAGMENTER] = 4000;
1979}
1980
Jon Paul Maloye099e862014-02-13 17:29:18 -05001981/* tipc_link_find_owner - locate owner node of link by link's name
1982 * @name: pointer to link name string
1983 * @bearer_id: pointer to index in 'node->links' array where the link was found.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001984 *
Jon Paul Maloye099e862014-02-13 17:29:18 -05001985 * Returns pointer to node owning the link, or 0 if no matching link is found.
Per Lidenb97bf3f2006-01-02 19:04:38 +01001986 */
Jon Paul Maloye099e862014-02-13 17:29:18 -05001987static struct tipc_node *tipc_link_find_owner(const char *link_name,
1988 unsigned int *bearer_id)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001989{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001990 struct tipc_link *l_ptr;
Erik Hugnebbfbe472013-10-18 07:23:21 +02001991 struct tipc_node *n_ptr;
Jon Paul Maloye099e862014-02-13 17:29:18 -05001992 struct tipc_node *found_node = 0;
Erik Hugnebbfbe472013-10-18 07:23:21 +02001993 int i;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001994
Jon Paul Maloye099e862014-02-13 17:29:18 -05001995 *bearer_id = 0;
Ying Xue6c7a7622014-03-27 12:54:37 +08001996 rcu_read_lock();
1997 list_for_each_entry_rcu(n_ptr, &tipc_node_list, list) {
Jon Paul Maloya11607f2014-02-14 16:40:44 -05001998 tipc_node_lock(n_ptr);
Erik Hugnebbfbe472013-10-18 07:23:21 +02001999 for (i = 0; i < MAX_BEARERS; i++) {
2000 l_ptr = n_ptr->links[i];
Jon Paul Maloye099e862014-02-13 17:29:18 -05002001 if (l_ptr && !strcmp(l_ptr->name, link_name)) {
2002 *bearer_id = i;
2003 found_node = n_ptr;
2004 break;
2005 }
Erik Hugnebbfbe472013-10-18 07:23:21 +02002006 }
Jon Paul Maloya11607f2014-02-14 16:40:44 -05002007 tipc_node_unlock(n_ptr);
Jon Paul Maloye099e862014-02-13 17:29:18 -05002008 if (found_node)
2009 break;
Erik Hugnebbfbe472013-10-18 07:23:21 +02002010 }
Ying Xue6c7a7622014-03-27 12:54:37 +08002011 rcu_read_unlock();
2012
Jon Paul Maloye099e862014-02-13 17:29:18 -05002013 return found_node;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002014}
2015
Allan Stephens5c216e12011-10-18 11:34:29 -04002016/**
2017 * link_value_is_valid -- validate proposed link tolerance/priority/window
2018 *
Ben Hutchings2c530402012-07-10 10:55:09 +00002019 * @cmd: value type (TIPC_CMD_SET_LINK_*)
2020 * @new_value: the new value
Allan Stephens5c216e12011-10-18 11:34:29 -04002021 *
2022 * Returns 1 if value is within range, 0 if not.
2023 */
Allan Stephens5c216e12011-10-18 11:34:29 -04002024static int link_value_is_valid(u16 cmd, u32 new_value)
2025{
2026 switch (cmd) {
2027 case TIPC_CMD_SET_LINK_TOL:
2028 return (new_value >= TIPC_MIN_LINK_TOL) &&
2029 (new_value <= TIPC_MAX_LINK_TOL);
2030 case TIPC_CMD_SET_LINK_PRI:
2031 return (new_value <= TIPC_MAX_LINK_PRI);
2032 case TIPC_CMD_SET_LINK_WINDOW:
2033 return (new_value >= TIPC_MIN_LINK_WIN) &&
2034 (new_value <= TIPC_MAX_LINK_WIN);
2035 }
2036 return 0;
2037}
2038
Allan Stephens5c216e12011-10-18 11:34:29 -04002039/**
2040 * link_cmd_set_value - change priority/tolerance/window for link/bearer/media
Ben Hutchings2c530402012-07-10 10:55:09 +00002041 * @name: ptr to link, bearer, or media name
2042 * @new_value: new value of link, bearer, or media setting
2043 * @cmd: which link, bearer, or media attribute to set (TIPC_CMD_SET_LINK_*)
Allan Stephens5c216e12011-10-18 11:34:29 -04002044 *
Ying Xue7216cd92014-04-21 10:55:48 +08002045 * Caller must hold RTNL lock to ensure link/bearer/media is not deleted.
Allan Stephens5c216e12011-10-18 11:34:29 -04002046 *
2047 * Returns 0 if value updated and negative value on error.
2048 */
Allan Stephens5c216e12011-10-18 11:34:29 -04002049static int link_cmd_set_value(const char *name, u32 new_value, u16 cmd)
2050{
2051 struct tipc_node *node;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002052 struct tipc_link *l_ptr;
Allan Stephens5c216e12011-10-18 11:34:29 -04002053 struct tipc_bearer *b_ptr;
Paul Gortmaker358a0d12011-12-29 20:19:42 -05002054 struct tipc_media *m_ptr;
Jon Paul Maloye099e862014-02-13 17:29:18 -05002055 int bearer_id;
Ying Xue636c0372013-10-18 07:23:20 +02002056 int res = 0;
Allan Stephens5c216e12011-10-18 11:34:29 -04002057
Jon Paul Maloye099e862014-02-13 17:29:18 -05002058 node = tipc_link_find_owner(name, &bearer_id);
2059 if (node) {
Allan Stephens5c216e12011-10-18 11:34:29 -04002060 tipc_node_lock(node);
Jon Paul Maloye099e862014-02-13 17:29:18 -05002061 l_ptr = node->links[bearer_id];
2062
2063 if (l_ptr) {
2064 switch (cmd) {
2065 case TIPC_CMD_SET_LINK_TOL:
2066 link_set_supervision_props(l_ptr, new_value);
Ying Xue247f0f32014-02-18 16:06:46 +08002067 tipc_link_proto_xmit(l_ptr, STATE_MSG, 0, 0,
2068 new_value, 0, 0);
Jon Paul Maloye099e862014-02-13 17:29:18 -05002069 break;
2070 case TIPC_CMD_SET_LINK_PRI:
2071 l_ptr->priority = new_value;
Ying Xue247f0f32014-02-18 16:06:46 +08002072 tipc_link_proto_xmit(l_ptr, STATE_MSG, 0, 0,
2073 0, new_value, 0);
Jon Paul Maloye099e862014-02-13 17:29:18 -05002074 break;
2075 case TIPC_CMD_SET_LINK_WINDOW:
2076 tipc_link_set_queue_limits(l_ptr, new_value);
2077 break;
2078 default:
2079 res = -EINVAL;
2080 break;
2081 }
Allan Stephens5c216e12011-10-18 11:34:29 -04002082 }
2083 tipc_node_unlock(node);
Ying Xue636c0372013-10-18 07:23:20 +02002084 return res;
Allan Stephens5c216e12011-10-18 11:34:29 -04002085 }
2086
2087 b_ptr = tipc_bearer_find(name);
2088 if (b_ptr) {
2089 switch (cmd) {
2090 case TIPC_CMD_SET_LINK_TOL:
2091 b_ptr->tolerance = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002092 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002093 case TIPC_CMD_SET_LINK_PRI:
2094 b_ptr->priority = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002095 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002096 case TIPC_CMD_SET_LINK_WINDOW:
2097 b_ptr->window = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002098 break;
2099 default:
2100 res = -EINVAL;
2101 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002102 }
Ying Xue636c0372013-10-18 07:23:20 +02002103 return res;
Allan Stephens5c216e12011-10-18 11:34:29 -04002104 }
2105
2106 m_ptr = tipc_media_find(name);
2107 if (!m_ptr)
2108 return -ENODEV;
2109 switch (cmd) {
2110 case TIPC_CMD_SET_LINK_TOL:
2111 m_ptr->tolerance = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002112 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002113 case TIPC_CMD_SET_LINK_PRI:
2114 m_ptr->priority = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002115 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002116 case TIPC_CMD_SET_LINK_WINDOW:
2117 m_ptr->window = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002118 break;
2119 default:
2120 res = -EINVAL;
2121 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002122 }
Ying Xue636c0372013-10-18 07:23:20 +02002123 return res;
Allan Stephens5c216e12011-10-18 11:34:29 -04002124}
2125
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002126struct sk_buff *tipc_link_cmd_config(const void *req_tlv_area, int req_tlv_space,
Per Liden4323add2006-01-18 00:38:21 +01002127 u16 cmd)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002128{
2129 struct tipc_link_config *args;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002130 u32 new_value;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002131 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002132
2133 if (!TLV_CHECK(req_tlv_area, req_tlv_space, TIPC_TLV_LINK_CONFIG))
Per Liden4323add2006-01-18 00:38:21 +01002134 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002135
2136 args = (struct tipc_link_config *)TLV_DATA(req_tlv_area);
2137 new_value = ntohl(args->value);
2138
Allan Stephens5c216e12011-10-18 11:34:29 -04002139 if (!link_value_is_valid(cmd, new_value))
2140 return tipc_cfg_reply_error_string(
2141 "cannot change, value invalid");
2142
Per Liden4323add2006-01-18 00:38:21 +01002143 if (!strcmp(args->name, tipc_bclink_name)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002144 if ((cmd == TIPC_CMD_SET_LINK_WINDOW) &&
Per Liden4323add2006-01-18 00:38:21 +01002145 (tipc_bclink_set_queue_limits(new_value) == 0))
2146 return tipc_cfg_reply_none();
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002147 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED
Per Liden4323add2006-01-18 00:38:21 +01002148 " (cannot change setting on broadcast link)");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002149 }
2150
Allan Stephens5c216e12011-10-18 11:34:29 -04002151 res = link_cmd_set_value(args->name, new_value, cmd);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002152 if (res)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002153 return tipc_cfg_reply_error_string("cannot change link setting");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002154
Per Liden4323add2006-01-18 00:38:21 +01002155 return tipc_cfg_reply_none();
Per Lidenb97bf3f2006-01-02 19:04:38 +01002156}
2157
2158/**
2159 * link_reset_statistics - reset link statistics
2160 * @l_ptr: pointer to link
2161 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002162static void link_reset_statistics(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002163{
2164 memset(&l_ptr->stats, 0, sizeof(l_ptr->stats));
2165 l_ptr->stats.sent_info = l_ptr->next_out_no;
2166 l_ptr->stats.recv_info = l_ptr->next_in_no;
2167}
2168
Per Liden4323add2006-01-18 00:38:21 +01002169struct sk_buff *tipc_link_cmd_reset_stats(const void *req_tlv_area, int req_tlv_space)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002170{
2171 char *link_name;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002172 struct tipc_link *l_ptr;
David S. Miller6c000552008-09-02 23:38:32 -07002173 struct tipc_node *node;
Jon Paul Maloye099e862014-02-13 17:29:18 -05002174 unsigned int bearer_id;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002175
2176 if (!TLV_CHECK(req_tlv_area, req_tlv_space, TIPC_TLV_LINK_NAME))
Per Liden4323add2006-01-18 00:38:21 +01002177 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002178
2179 link_name = (char *)TLV_DATA(req_tlv_area);
Per Liden4323add2006-01-18 00:38:21 +01002180 if (!strcmp(link_name, tipc_bclink_name)) {
2181 if (tipc_bclink_reset_stats())
2182 return tipc_cfg_reply_error_string("link not found");
2183 return tipc_cfg_reply_none();
Per Lidenb97bf3f2006-01-02 19:04:38 +01002184 }
Jon Paul Maloye099e862014-02-13 17:29:18 -05002185 node = tipc_link_find_owner(link_name, &bearer_id);
Ying Xue7216cd92014-04-21 10:55:48 +08002186 if (!node)
Per Liden4323add2006-01-18 00:38:21 +01002187 return tipc_cfg_reply_error_string("link not found");
Ying Xue7216cd92014-04-21 10:55:48 +08002188
Jon Paul Maloya11607f2014-02-14 16:40:44 -05002189 tipc_node_lock(node);
Jon Paul Maloye099e862014-02-13 17:29:18 -05002190 l_ptr = node->links[bearer_id];
2191 if (!l_ptr) {
2192 tipc_node_unlock(node);
Jon Paul Maloye099e862014-02-13 17:29:18 -05002193 return tipc_cfg_reply_error_string("link not found");
2194 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002195 link_reset_statistics(l_ptr);
Per Liden4323add2006-01-18 00:38:21 +01002196 tipc_node_unlock(node);
Per Liden4323add2006-01-18 00:38:21 +01002197 return tipc_cfg_reply_none();
Per Lidenb97bf3f2006-01-02 19:04:38 +01002198}
2199
2200/**
2201 * percent - convert count to a percentage of total (rounding up or down)
2202 */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002203static u32 percent(u32 count, u32 total)
2204{
2205 return (count * 100 + (total / 2)) / total;
2206}
2207
2208/**
Per Liden4323add2006-01-18 00:38:21 +01002209 * tipc_link_stats - print link statistics
Per Lidenb97bf3f2006-01-02 19:04:38 +01002210 * @name: link name
2211 * @buf: print buffer area
2212 * @buf_size: size of print buffer area
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002213 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002214 * Returns length of print buffer data string (or 0 if error)
2215 */
Per Liden4323add2006-01-18 00:38:21 +01002216static int tipc_link_stats(const char *name, char *buf, const u32 buf_size)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002217{
Erik Hugnedc1aed32012-06-29 00:50:23 -04002218 struct tipc_link *l;
2219 struct tipc_stats *s;
David S. Miller6c000552008-09-02 23:38:32 -07002220 struct tipc_node *node;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002221 char *status;
2222 u32 profile_total = 0;
Jon Paul Maloye099e862014-02-13 17:29:18 -05002223 unsigned int bearer_id;
Erik Hugnedc1aed32012-06-29 00:50:23 -04002224 int ret;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002225
Per Liden4323add2006-01-18 00:38:21 +01002226 if (!strcmp(name, tipc_bclink_name))
2227 return tipc_bclink_stats(buf, buf_size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002228
Jon Paul Maloye099e862014-02-13 17:29:18 -05002229 node = tipc_link_find_owner(name, &bearer_id);
Ying Xue7216cd92014-04-21 10:55:48 +08002230 if (!node)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002231 return 0;
Ying Xue7216cd92014-04-21 10:55:48 +08002232
Per Liden4323add2006-01-18 00:38:21 +01002233 tipc_node_lock(node);
Jon Paul Maloye099e862014-02-13 17:29:18 -05002234
2235 l = node->links[bearer_id];
2236 if (!l) {
2237 tipc_node_unlock(node);
Jon Paul Maloye099e862014-02-13 17:29:18 -05002238 return 0;
2239 }
2240
Erik Hugnedc1aed32012-06-29 00:50:23 -04002241 s = &l->stats;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002242
Erik Hugnedc1aed32012-06-29 00:50:23 -04002243 if (tipc_link_is_active(l))
Per Lidenb97bf3f2006-01-02 19:04:38 +01002244 status = "ACTIVE";
Erik Hugnedc1aed32012-06-29 00:50:23 -04002245 else if (tipc_link_is_up(l))
Per Lidenb97bf3f2006-01-02 19:04:38 +01002246 status = "STANDBY";
2247 else
2248 status = "DEFUNCT";
Erik Hugnedc1aed32012-06-29 00:50:23 -04002249
2250 ret = tipc_snprintf(buf, buf_size, "Link <%s>\n"
2251 " %s MTU:%u Priority:%u Tolerance:%u ms"
2252 " Window:%u packets\n",
2253 l->name, status, l->max_pkt, l->priority,
2254 l->tolerance, l->queue_limit[0]);
2255
2256 ret += tipc_snprintf(buf + ret, buf_size - ret,
2257 " RX packets:%u fragments:%u/%u bundles:%u/%u\n",
2258 l->next_in_no - s->recv_info, s->recv_fragments,
2259 s->recv_fragmented, s->recv_bundles,
2260 s->recv_bundled);
2261
2262 ret += tipc_snprintf(buf + ret, buf_size - ret,
2263 " TX packets:%u fragments:%u/%u bundles:%u/%u\n",
2264 l->next_out_no - s->sent_info, s->sent_fragments,
2265 s->sent_fragmented, s->sent_bundles,
2266 s->sent_bundled);
2267
2268 profile_total = s->msg_length_counts;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002269 if (!profile_total)
2270 profile_total = 1;
Erik Hugnedc1aed32012-06-29 00:50:23 -04002271
2272 ret += tipc_snprintf(buf + ret, buf_size - ret,
2273 " TX profile sample:%u packets average:%u octets\n"
2274 " 0-64:%u%% -256:%u%% -1024:%u%% -4096:%u%% "
2275 "-16384:%u%% -32768:%u%% -66000:%u%%\n",
2276 s->msg_length_counts,
2277 s->msg_lengths_total / profile_total,
2278 percent(s->msg_length_profile[0], profile_total),
2279 percent(s->msg_length_profile[1], profile_total),
2280 percent(s->msg_length_profile[2], profile_total),
2281 percent(s->msg_length_profile[3], profile_total),
2282 percent(s->msg_length_profile[4], profile_total),
2283 percent(s->msg_length_profile[5], profile_total),
2284 percent(s->msg_length_profile[6], profile_total));
2285
2286 ret += tipc_snprintf(buf + ret, buf_size - ret,
2287 " RX states:%u probes:%u naks:%u defs:%u"
2288 " dups:%u\n", s->recv_states, s->recv_probes,
2289 s->recv_nacks, s->deferred_recv, s->duplicates);
2290
2291 ret += tipc_snprintf(buf + ret, buf_size - ret,
2292 " TX states:%u probes:%u naks:%u acks:%u"
2293 " dups:%u\n", s->sent_states, s->sent_probes,
2294 s->sent_nacks, s->sent_acks, s->retransmitted);
2295
2296 ret += tipc_snprintf(buf + ret, buf_size - ret,
Ying Xue3c294cb2012-11-15 11:34:45 +08002297 " Congestion link:%u Send queue"
2298 " max:%u avg:%u\n", s->link_congs,
Erik Hugnedc1aed32012-06-29 00:50:23 -04002299 s->max_queue_sz, s->queue_sz_counts ?
2300 (s->accu_queue_sz / s->queue_sz_counts) : 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002301
Per Liden4323add2006-01-18 00:38:21 +01002302 tipc_node_unlock(node);
Erik Hugnedc1aed32012-06-29 00:50:23 -04002303 return ret;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002304}
2305
Per Liden4323add2006-01-18 00:38:21 +01002306struct sk_buff *tipc_link_cmd_show_stats(const void *req_tlv_area, int req_tlv_space)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002307{
2308 struct sk_buff *buf;
2309 struct tlv_desc *rep_tlv;
2310 int str_len;
Erik Hugnedc1aed32012-06-29 00:50:23 -04002311 int pb_len;
2312 char *pb;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002313
2314 if (!TLV_CHECK(req_tlv_area, req_tlv_space, TIPC_TLV_LINK_NAME))
Per Liden4323add2006-01-18 00:38:21 +01002315 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002316
Erik Hugnedc1aed32012-06-29 00:50:23 -04002317 buf = tipc_cfg_reply_alloc(TLV_SPACE(ULTRA_STRING_MAX_LEN));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002318 if (!buf)
2319 return NULL;
2320
2321 rep_tlv = (struct tlv_desc *)buf->data;
Erik Hugnedc1aed32012-06-29 00:50:23 -04002322 pb = TLV_DATA(rep_tlv);
2323 pb_len = ULTRA_STRING_MAX_LEN;
Per Liden4323add2006-01-18 00:38:21 +01002324 str_len = tipc_link_stats((char *)TLV_DATA(req_tlv_area),
Erik Hugnedc1aed32012-06-29 00:50:23 -04002325 pb, pb_len);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002326 if (!str_len) {
Allan Stephens5f6d9122011-11-04 13:24:29 -04002327 kfree_skb(buf);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002328 return tipc_cfg_reply_error_string("link not found");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002329 }
Erik Hugnedc1aed32012-06-29 00:50:23 -04002330 str_len += 1; /* for "\0" */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002331 skb_put(buf, TLV_SPACE(str_len));
2332 TLV_SET(rep_tlv, TIPC_TLV_ULTRA_STRING, NULL, str_len);
2333
2334 return buf;
2335}
2336
Per Lidenb97bf3f2006-01-02 19:04:38 +01002337/**
Per Liden4323add2006-01-18 00:38:21 +01002338 * tipc_link_get_max_pkt - get maximum packet size to use when sending to destination
Per Lidenb97bf3f2006-01-02 19:04:38 +01002339 * @dest: network address of destination node
2340 * @selector: used to select from set of active links
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002341 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002342 * If no active link can be found, uses default maximum packet size.
2343 */
Per Liden4323add2006-01-18 00:38:21 +01002344u32 tipc_link_get_max_pkt(u32 dest, u32 selector)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002345{
David S. Miller6c000552008-09-02 23:38:32 -07002346 struct tipc_node *n_ptr;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002347 struct tipc_link *l_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002348 u32 res = MAX_PKT_DEFAULT;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002349
Per Lidenb97bf3f2006-01-02 19:04:38 +01002350 if (dest == tipc_own_addr)
2351 return MAX_MSG_SIZE;
2352
Allan Stephens51a8e4d2010-12-31 18:59:18 +00002353 n_ptr = tipc_node_find(dest);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002354 if (n_ptr) {
Per Liden4323add2006-01-18 00:38:21 +01002355 tipc_node_lock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002356 l_ptr = n_ptr->active_links[selector & 1];
2357 if (l_ptr)
Allan Stephens15e979d2010-05-11 14:30:10 +00002358 res = l_ptr->max_pkt;
Per Liden4323add2006-01-18 00:38:21 +01002359 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002360 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002361 return res;
2362}
2363
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002364static void link_print(struct tipc_link *l_ptr, const char *str)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002365{
Ying Xue7a2f7d12014-04-21 10:55:46 +08002366 struct tipc_bearer *b_ptr;
2367
2368 rcu_read_lock();
2369 b_ptr = rcu_dereference_rtnl(bearer_list[l_ptr->bearer_id]);
2370 if (b_ptr)
2371 pr_info("%s Link %x<%s>:", str, l_ptr->addr, b_ptr->name);
2372 rcu_read_unlock();
Allan Stephens8d64a5b2010-12-31 18:59:27 +00002373
Per Lidenb97bf3f2006-01-02 19:04:38 +01002374 if (link_working_unknown(l_ptr))
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002375 pr_cont(":WU\n");
Allan Stephens8d64a5b2010-12-31 18:59:27 +00002376 else if (link_reset_reset(l_ptr))
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002377 pr_cont(":RR\n");
Allan Stephens8d64a5b2010-12-31 18:59:27 +00002378 else if (link_reset_unknown(l_ptr))
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002379 pr_cont(":RU\n");
Allan Stephens8d64a5b2010-12-31 18:59:27 +00002380 else if (link_working_working(l_ptr))
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002381 pr_cont(":WW\n");
2382 else
2383 pr_cont("\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002384}