blob: 424e9f3acd81d493d5aa4f29908f4a25d8b9ffa5 [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"
Per Lidenb97bf3f2006-01-02 19:04:38 +010040#include "name_distr.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010041#include "discover.h"
42#include "config.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010043
Ying Xue796c75d2013-06-17 10:54:48 -040044#include <linux/pkt_sched.h>
45
Erik Hugne2cf8aa12012-06-29 00:16:37 -040046/*
47 * Error message prefixes
48 */
49static const char *link_co_err = "Link changeover error, ";
50static const char *link_rst_msg = "Resetting link ";
51static const char *link_unk_evt = "Unknown link event ";
Per Lidenb97bf3f2006-01-02 19:04:38 +010052
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090053/*
Allan Stephensa686e682008-06-04 17:29:39 -070054 * Out-of-range value for link session numbers
55 */
Allan Stephensa686e682008-06-04 17:29:39 -070056#define INVALID_SESSION 0x10000
57
58/*
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090059 * Link state events:
Per Lidenb97bf3f2006-01-02 19:04:38 +010060 */
Per Lidenb97bf3f2006-01-02 19:04:38 +010061#define STARTING_EVT 856384768 /* link processing trigger */
62#define TRAFFIC_MSG_EVT 560815u /* rx'd ??? */
63#define TIMEOUT_EVT 560817u /* link timer expired */
64
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090065/*
66 * The following two 'message types' is really just implementation
67 * data conveniently stored in the message header.
Per Lidenb97bf3f2006-01-02 19:04:38 +010068 * They must not be considered part of the protocol
69 */
70#define OPEN_MSG 0
71#define CLOSED_MSG 1
72
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090073/*
Per Lidenb97bf3f2006-01-02 19:04:38 +010074 * State value stored in 'exp_msg_count'
75 */
Per Lidenb97bf3f2006-01-02 19:04:38 +010076#define START_CHANGEOVER 100000u
77
Paul Gortmakera18c4bc2011-12-29 20:58:42 -050078static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr,
Per Lidenb97bf3f2006-01-02 19:04:38 +010079 struct sk_buff *buf);
Paul Gortmakera18c4bc2011-12-29 20:58:42 -050080static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf);
Jon Paul Maloy170b3922014-01-07 17:02:41 -050081static int tipc_link_tunnel_rcv(struct tipc_link **l_ptr,
82 struct sk_buff **buf);
Paul Gortmakera18c4bc2011-12-29 20:58:42 -050083static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance);
Allan Stephens23dd4cc2011-01-07 11:43:40 -050084static int link_send_sections_long(struct tipc_port *sender,
Per Lidenb97bf3f2006-01-02 19:04:38 +010085 struct iovec const *msg_sect,
Ying Xue9446b872013-10-18 07:23:15 +020086 unsigned int len, u32 destnode);
Paul Gortmakera18c4bc2011-12-29 20:58:42 -050087static void link_state_event(struct tipc_link *l_ptr, u32 event);
88static void link_reset_statistics(struct tipc_link *l_ptr);
89static void link_print(struct tipc_link *l_ptr, const char *str);
Paul Gortmakera18c4bc2011-12-29 20:58:42 -050090static int link_send_long_buf(struct tipc_link *l_ptr, struct sk_buff *buf);
Jon Maloyc64f7a62012-11-16 13:51:31 +080091static void tipc_link_send_sync(struct tipc_link *l);
92static void tipc_link_recv_sync(struct tipc_node *n, struct sk_buff *buf);
stephen hemminger31e3c3f2010-10-13 13:20:35 +000093
Per Lidenb97bf3f2006-01-02 19:04:38 +010094/*
Sam Ravnborg05790c62006-03-20 22:37:04 -080095 * Simple link routines
Per Lidenb97bf3f2006-01-02 19:04:38 +010096 */
Sam Ravnborg05790c62006-03-20 22:37:04 -080097static unsigned int align(unsigned int i)
Per Lidenb97bf3f2006-01-02 19:04:38 +010098{
99 return (i + 3) & ~3u;
100}
101
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500102static void link_init_max_pkt(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100103{
104 u32 max_pkt;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900105
Allan Stephens2d627b92011-01-07 13:00:11 -0500106 max_pkt = (l_ptr->b_ptr->mtu & ~3);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100107 if (max_pkt > MAX_MSG_SIZE)
108 max_pkt = MAX_MSG_SIZE;
109
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900110 l_ptr->max_pkt_target = max_pkt;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100111 if (l_ptr->max_pkt_target < MAX_PKT_DEFAULT)
112 l_ptr->max_pkt = l_ptr->max_pkt_target;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900113 else
Per Lidenb97bf3f2006-01-02 19:04:38 +0100114 l_ptr->max_pkt = MAX_PKT_DEFAULT;
115
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900116 l_ptr->max_pkt_probes = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100117}
118
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500119static u32 link_next_sent(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100120{
121 if (l_ptr->next_out)
Allan Stephensf9057302011-10-24 16:03:12 -0400122 return buf_seqno(l_ptr->next_out);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100123 return mod(l_ptr->next_out_no);
124}
125
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500126static u32 link_last_sent(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100127{
128 return mod(link_next_sent(l_ptr) - 1);
129}
130
131/*
Sam Ravnborg05790c62006-03-20 22:37:04 -0800132 * Simple non-static link routines (i.e. referenced outside this file)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100133 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500134int tipc_link_is_up(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100135{
136 if (!l_ptr)
137 return 0;
Eric Dumazeta02cec22010-09-22 20:43:57 +0000138 return link_working_working(l_ptr) || link_working_unknown(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100139}
140
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500141int tipc_link_is_active(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100142{
Eric Dumazeta02cec22010-09-22 20:43:57 +0000143 return (l_ptr->owner->active_links[0] == l_ptr) ||
144 (l_ptr->owner->active_links[1] == l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100145}
146
147/**
Per Lidenb97bf3f2006-01-02 19:04:38 +0100148 * link_timeout - handle expiration of link timer
149 * @l_ptr: pointer to link
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900150 *
Per Liden4323add2006-01-18 00:38:21 +0100151 * This routine must not grab "tipc_net_lock" to avoid a potential deadlock conflict
152 * with tipc_link_delete(). (There is no risk that the node will be deleted by
153 * another thread because tipc_link_delete() always cancels the link timer before
154 * tipc_node_delete() is called.)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100155 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500156static void link_timeout(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100157{
Per Liden4323add2006-01-18 00:38:21 +0100158 tipc_node_lock(l_ptr->owner);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100159
160 /* update counters used in statistical profiling of send traffic */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100161 l_ptr->stats.accu_queue_sz += l_ptr->out_queue_size;
162 l_ptr->stats.queue_sz_counts++;
163
Per Lidenb97bf3f2006-01-02 19:04:38 +0100164 if (l_ptr->first_out) {
165 struct tipc_msg *msg = buf_msg(l_ptr->first_out);
166 u32 length = msg_size(msg);
167
Joe Perchesf64f9e72009-11-29 16:55:45 -0800168 if ((msg_user(msg) == MSG_FRAGMENTER) &&
169 (msg_type(msg) == FIRST_FRAGMENT)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100170 length = msg_size(msg_get_wrapped(msg));
171 }
172 if (length) {
173 l_ptr->stats.msg_lengths_total += length;
174 l_ptr->stats.msg_length_counts++;
175 if (length <= 64)
176 l_ptr->stats.msg_length_profile[0]++;
177 else if (length <= 256)
178 l_ptr->stats.msg_length_profile[1]++;
179 else if (length <= 1024)
180 l_ptr->stats.msg_length_profile[2]++;
181 else if (length <= 4096)
182 l_ptr->stats.msg_length_profile[3]++;
183 else if (length <= 16384)
184 l_ptr->stats.msg_length_profile[4]++;
185 else if (length <= 32768)
186 l_ptr->stats.msg_length_profile[5]++;
187 else
188 l_ptr->stats.msg_length_profile[6]++;
189 }
190 }
191
192 /* do all other link processing performed on a periodic basis */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100193
194 link_state_event(l_ptr, TIMEOUT_EVT);
195
196 if (l_ptr->next_out)
Per Liden4323add2006-01-18 00:38:21 +0100197 tipc_link_push_queue(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100198
Per Liden4323add2006-01-18 00:38:21 +0100199 tipc_node_unlock(l_ptr->owner);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100200}
201
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500202static void link_set_timer(struct tipc_link *l_ptr, u32 time)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100203{
204 k_start_timer(&l_ptr->timer, time);
205}
206
207/**
Per Liden4323add2006-01-18 00:38:21 +0100208 * tipc_link_create - create a new link
Allan Stephens37b9c082011-02-28 11:32:27 -0500209 * @n_ptr: pointer to associated node
Per Lidenb97bf3f2006-01-02 19:04:38 +0100210 * @b_ptr: pointer to associated bearer
Per Lidenb97bf3f2006-01-02 19:04:38 +0100211 * @media_addr: media address to use when sending messages over link
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900212 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100213 * Returns pointer to link.
214 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500215struct tipc_link *tipc_link_create(struct tipc_node *n_ptr,
Allan Stephens37b9c082011-02-28 11:32:27 -0500216 struct tipc_bearer *b_ptr,
Per Liden4323add2006-01-18 00:38:21 +0100217 const struct tipc_media_addr *media_addr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100218{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500219 struct tipc_link *l_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100220 struct tipc_msg *msg;
221 char *if_name;
Allan Stephens37b9c082011-02-28 11:32:27 -0500222 char addr_string[16];
223 u32 peer = n_ptr->addr;
224
225 if (n_ptr->link_cnt >= 2) {
226 tipc_addr_string_fill(addr_string, n_ptr->addr);
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400227 pr_err("Attempt to establish third link to %s\n", addr_string);
Allan Stephens37b9c082011-02-28 11:32:27 -0500228 return NULL;
229 }
230
231 if (n_ptr->links[b_ptr->identity]) {
232 tipc_addr_string_fill(addr_string, n_ptr->addr);
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400233 pr_err("Attempt to establish second link on <%s> to %s\n",
234 b_ptr->name, addr_string);
Allan Stephens37b9c082011-02-28 11:32:27 -0500235 return NULL;
236 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100237
Panagiotis Issaris0da974f2006-07-21 14:51:30 -0700238 l_ptr = kzalloc(sizeof(*l_ptr), GFP_ATOMIC);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100239 if (!l_ptr) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400240 pr_warn("Link creation failed, no memory\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +0100241 return NULL;
242 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100243
244 l_ptr->addr = peer;
Allan Stephens2d627b92011-01-07 13:00:11 -0500245 if_name = strchr(b_ptr->name, ':') + 1;
Allan Stephens062b4c92011-04-07 09:28:47 -0400246 sprintf(l_ptr->name, "%u.%u.%u:%s-%u.%u.%u:unknown",
Per Lidenb97bf3f2006-01-02 19:04:38 +0100247 tipc_zone(tipc_own_addr), tipc_cluster(tipc_own_addr),
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900248 tipc_node(tipc_own_addr),
Per Lidenb97bf3f2006-01-02 19:04:38 +0100249 if_name,
250 tipc_zone(peer), tipc_cluster(peer), tipc_node(peer));
Allan Stephens062b4c92011-04-07 09:28:47 -0400251 /* note: peer i/f name is updated by reset/activate message */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100252 memcpy(&l_ptr->media_addr, media_addr, sizeof(*media_addr));
Allan Stephens37b9c082011-02-28 11:32:27 -0500253 l_ptr->owner = n_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100254 l_ptr->checkpoint = 1;
Allan Stephensf882cb762011-04-07 09:43:27 -0400255 l_ptr->peer_session = INVALID_SESSION;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100256 l_ptr->b_ptr = b_ptr;
Allan Stephens5c216e12011-10-18 11:34:29 -0400257 link_set_supervision_props(l_ptr, b_ptr->tolerance);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100258 l_ptr->state = RESET_UNKNOWN;
259
260 l_ptr->pmsg = (struct tipc_msg *)&l_ptr->proto_msg;
261 msg = l_ptr->pmsg;
Allan Stephensc68ca7b2010-05-11 14:30:12 +0000262 tipc_msg_init(msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, l_ptr->addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100263 msg_set_size(msg, sizeof(l_ptr->proto_msg));
Allan Stephensa686e682008-06-04 17:29:39 -0700264 msg_set_session(msg, (tipc_random & 0xffff));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100265 msg_set_bearer_id(msg, b_ptr->identity);
266 strcpy((char *)msg_data(msg), if_name);
267
268 l_ptr->priority = b_ptr->priority;
Allan Stephens5c216e12011-10-18 11:34:29 -0400269 tipc_link_set_queue_limits(l_ptr, b_ptr->window);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100270
271 link_init_max_pkt(l_ptr);
272
273 l_ptr->next_out_no = 1;
274 INIT_LIST_HEAD(&l_ptr->waiting_ports);
275
276 link_reset_statistics(l_ptr);
277
Allan Stephens37b9c082011-02-28 11:32:27 -0500278 tipc_node_attach_link(n_ptr, l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100279
Jon Paul Maloy170b3922014-01-07 17:02:41 -0500280 k_init_timer(&l_ptr->timer, (Handler)link_timeout,
281 (unsigned long)l_ptr);
Florian Westphal945710652007-07-26 00:05:07 -0700282 list_add_tail(&l_ptr->link_list, &b_ptr->links);
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500283
284 link_state_event(l_ptr, STARTING_EVT);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100285
Per Lidenb97bf3f2006-01-02 19:04:38 +0100286 return l_ptr;
287}
288
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900289/**
Per Liden4323add2006-01-18 00:38:21 +0100290 * tipc_link_delete - delete a link
Per Lidenb97bf3f2006-01-02 19:04:38 +0100291 * @l_ptr: pointer to link
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900292 *
Per Liden4323add2006-01-18 00:38:21 +0100293 * Note: 'tipc_net_lock' is write_locked, bearer is locked.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100294 * This routine must not grab the node lock until after link timer cancellation
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900295 * to avoid a potential deadlock situation.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100296 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500297void tipc_link_delete(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100298{
299 if (!l_ptr) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400300 pr_err("Attempt to delete non-existent link\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +0100301 return;
302 }
303
Per Lidenb97bf3f2006-01-02 19:04:38 +0100304 k_cancel_timer(&l_ptr->timer);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900305
Per Liden4323add2006-01-18 00:38:21 +0100306 tipc_node_lock(l_ptr->owner);
307 tipc_link_reset(l_ptr);
308 tipc_node_detach_link(l_ptr->owner, l_ptr);
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500309 tipc_link_purge_queues(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100310 list_del_init(&l_ptr->link_list);
Per Liden4323add2006-01-18 00:38:21 +0100311 tipc_node_unlock(l_ptr->owner);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100312 k_term_timer(&l_ptr->timer);
313 kfree(l_ptr);
314}
315
Ying Xue8d8439b2014-02-13 17:29:07 -0500316void tipc_link_delete_list(struct tipc_bearer *b_ptr)
317{
318 struct tipc_link *l_ptr;
319 struct tipc_link *temp_l_ptr;
320
321 list_for_each_entry_safe(l_ptr, temp_l_ptr, &b_ptr->links, link_list) {
322 tipc_link_delete(l_ptr);
323 }
324}
Per Lidenb97bf3f2006-01-02 19:04:38 +0100325
326/**
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900327 * link_schedule_port - schedule port for deferred sending
Per Lidenb97bf3f2006-01-02 19:04:38 +0100328 * @l_ptr: pointer to link
329 * @origport: reference to sending port
330 * @sz: amount of data to be sent
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900331 *
332 * Schedules port for renewed sending of messages after link congestion
Per Lidenb97bf3f2006-01-02 19:04:38 +0100333 * has abated.
334 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500335static int link_schedule_port(struct tipc_link *l_ptr, u32 origport, u32 sz)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100336{
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500337 struct tipc_port *p_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100338
Per Liden4323add2006-01-18 00:38:21 +0100339 spin_lock_bh(&tipc_port_list_lock);
340 p_ptr = tipc_port_lock(origport);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100341 if (p_ptr) {
342 if (!p_ptr->wakeup)
343 goto exit;
344 if (!list_empty(&p_ptr->wait_list))
345 goto exit;
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500346 p_ptr->congested = 1;
Allan Stephens15e979d2010-05-11 14:30:10 +0000347 p_ptr->waiting_pkts = 1 + ((sz - 1) / l_ptr->max_pkt);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100348 list_add_tail(&p_ptr->wait_list, &l_ptr->waiting_ports);
349 l_ptr->stats.link_congs++;
350exit:
Per Liden4323add2006-01-18 00:38:21 +0100351 tipc_port_unlock(p_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100352 }
Per Liden4323add2006-01-18 00:38:21 +0100353 spin_unlock_bh(&tipc_port_list_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100354 return -ELINKCONG;
355}
356
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500357void tipc_link_wakeup_ports(struct tipc_link *l_ptr, int all)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100358{
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500359 struct tipc_port *p_ptr;
360 struct tipc_port *temp_p_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100361 int win = l_ptr->queue_limit[0] - l_ptr->out_queue_size;
362
363 if (all)
364 win = 100000;
365 if (win <= 0)
366 return;
Per Liden4323add2006-01-18 00:38:21 +0100367 if (!spin_trylock_bh(&tipc_port_list_lock))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100368 return;
369 if (link_congested(l_ptr))
370 goto exit;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900371 list_for_each_entry_safe(p_ptr, temp_p_ptr, &l_ptr->waiting_ports,
Per Lidenb97bf3f2006-01-02 19:04:38 +0100372 wait_list) {
373 if (win <= 0)
374 break;
375 list_del_init(&p_ptr->wait_list);
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500376 spin_lock_bh(p_ptr->lock);
377 p_ptr->congested = 0;
378 p_ptr->wakeup(p_ptr);
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{
Erik Hugne40ba3cd2013-11-06 09:28:06 +0100404 kfree_skb(l_ptr->reasm_head);
405 l_ptr->reasm_head = NULL;
406 l_ptr->reasm_tail = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100407}
408
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900409/**
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500410 * tipc_link_purge_queues - purge all pkt queues associated with link
Per Lidenb97bf3f2006-01-02 19:04:38 +0100411 * @l_ptr: pointer to link
412 */
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500413void tipc_link_purge_queues(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100414{
Ying Xued77b3832013-12-10 20:45:38 -0800415 kfree_skb_list(l_ptr->oldest_deferred_in);
416 kfree_skb_list(l_ptr->first_out);
Per Liden4323add2006-01-18 00:38:21 +0100417 tipc_link_reset_fragments(l_ptr);
Allan Stephens5f6d9122011-11-04 13:24:29 -0400418 kfree_skb(l_ptr->proto_msg_queue);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100419 l_ptr->proto_msg_queue = NULL;
420}
421
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500422void tipc_link_reset(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100423{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100424 u32 prev_state = l_ptr->state;
425 u32 checkpoint = l_ptr->next_in_no;
Allan Stephens5392d642006-06-25 23:52:50 -0700426 int was_active_link = tipc_link_is_active(l_ptr);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900427
Allan Stephensa686e682008-06-04 17:29:39 -0700428 msg_set_session(l_ptr->pmsg, ((msg_session(l_ptr->pmsg) + 1) & 0xffff));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100429
Allan Stephensa686e682008-06-04 17:29:39 -0700430 /* Link is down, accept any session */
431 l_ptr->peer_session = INVALID_SESSION;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100432
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900433 /* Prepare for max packet size negotiation */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100434 link_init_max_pkt(l_ptr);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900435
Per Lidenb97bf3f2006-01-02 19:04:38 +0100436 l_ptr->state = RESET_UNKNOWN;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100437
438 if ((prev_state == RESET_UNKNOWN) || (prev_state == RESET_RESET))
439 return;
440
Per Liden4323add2006-01-18 00:38:21 +0100441 tipc_node_link_down(l_ptr->owner, l_ptr);
442 tipc_bearer_remove_dest(l_ptr->b_ptr, l_ptr->addr);
Paul Gortmaker7368ddf2010-10-12 14:25:58 +0000443
Jon Paul Maloyb9d4c332014-01-07 17:02:42 -0500444 if (was_active_link && tipc_node_active_links(l_ptr->owner)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100445 l_ptr->reset_checkpoint = checkpoint;
446 l_ptr->exp_msg_count = START_CHANGEOVER;
447 }
448
449 /* Clean up all queues: */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100450 link_release_outqueue(l_ptr);
Allan Stephens5f6d9122011-11-04 13:24:29 -0400451 kfree_skb(l_ptr->proto_msg_queue);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100452 l_ptr->proto_msg_queue = NULL;
Ying Xued77b3832013-12-10 20:45:38 -0800453 kfree_skb_list(l_ptr->oldest_deferred_in);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100454 if (!list_empty(&l_ptr->waiting_ports))
Per Liden4323add2006-01-18 00:38:21 +0100455 tipc_link_wakeup_ports(l_ptr, 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100456
457 l_ptr->retransm_queue_head = 0;
458 l_ptr->retransm_queue_size = 0;
459 l_ptr->last_out = NULL;
460 l_ptr->first_out = NULL;
461 l_ptr->next_out = NULL;
462 l_ptr->unacked_window = 0;
463 l_ptr->checkpoint = 1;
464 l_ptr->next_out_no = 1;
465 l_ptr->deferred_inqueue_sz = 0;
466 l_ptr->oldest_deferred_in = NULL;
467 l_ptr->newest_deferred_in = NULL;
468 l_ptr->fsm_msg_cnt = 0;
469 l_ptr->stale_count = 0;
470 link_reset_statistics(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100471}
472
Ying Xuee0ca2c32014-02-13 17:29:06 -0500473void tipc_link_reset_list(struct tipc_bearer *b_ptr)
474{
475 struct tipc_link *l_ptr;
476
477 list_for_each_entry(l_ptr, &b_ptr->links, link_list) {
478 struct tipc_node *n_ptr = l_ptr->owner;
479
480 spin_lock_bh(&n_ptr->lock);
481 tipc_link_reset(l_ptr);
482 spin_unlock_bh(&n_ptr->lock);
483 }
484}
Per Lidenb97bf3f2006-01-02 19:04:38 +0100485
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500486static void link_activate(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100487{
Allan Stephens5392d642006-06-25 23:52:50 -0700488 l_ptr->next_in_no = l_ptr->stats.recv_info = 1;
Per Liden4323add2006-01-18 00:38:21 +0100489 tipc_node_link_up(l_ptr->owner, l_ptr);
490 tipc_bearer_add_dest(l_ptr->b_ptr, l_ptr->addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100491}
492
493/**
494 * link_state_event - link finite state machine
495 * @l_ptr: pointer to link
496 * @event: state machine event to process
497 */
Eric Dumazet95c96172012-04-15 05:58:06 +0000498static void link_state_event(struct tipc_link *l_ptr, unsigned int event)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100499{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500500 struct tipc_link *other;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100501 u32 cont_intv = l_ptr->continuity_interval;
502
503 if (!l_ptr->started && (event != STARTING_EVT))
504 return; /* Not yet. */
505
Ying Xue77a7e072013-12-10 20:45:44 -0800506 /* Check whether changeover is going on */
507 if (l_ptr->exp_msg_count) {
Allan Stephensa0168922010-12-31 18:59:35 +0000508 if (event == TIMEOUT_EVT)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100509 link_set_timer(l_ptr, cont_intv);
Ying Xue77a7e072013-12-10 20:45:44 -0800510 return;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100511 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100512
513 switch (l_ptr->state) {
514 case WORKING_WORKING:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100515 switch (event) {
516 case TRAFFIC_MSG_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100517 case ACTIVATE_MSG:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100518 break;
519 case TIMEOUT_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100520 if (l_ptr->next_in_no != l_ptr->checkpoint) {
521 l_ptr->checkpoint = l_ptr->next_in_no;
Per Liden4323add2006-01-18 00:38:21 +0100522 if (tipc_bclink_acks_missing(l_ptr->owner)) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900523 tipc_link_send_proto_msg(l_ptr, STATE_MSG,
Per Liden4323add2006-01-18 00:38:21 +0100524 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100525 l_ptr->fsm_msg_cnt++;
526 } else if (l_ptr->max_pkt < l_ptr->max_pkt_target) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900527 tipc_link_send_proto_msg(l_ptr, STATE_MSG,
Per Liden4323add2006-01-18 00:38:21 +0100528 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100529 l_ptr->fsm_msg_cnt++;
530 }
531 link_set_timer(l_ptr, cont_intv);
532 break;
533 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100534 l_ptr->state = WORKING_UNKNOWN;
535 l_ptr->fsm_msg_cnt = 0;
Per Liden4323add2006-01-18 00:38:21 +0100536 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100537 l_ptr->fsm_msg_cnt++;
538 link_set_timer(l_ptr, cont_intv / 4);
539 break;
540 case RESET_MSG:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400541 pr_info("%s<%s>, requested by peer\n", link_rst_msg,
542 l_ptr->name);
Per Liden4323add2006-01-18 00:38:21 +0100543 tipc_link_reset(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100544 l_ptr->state = RESET_RESET;
545 l_ptr->fsm_msg_cnt = 0;
Per Liden4323add2006-01-18 00:38:21 +0100546 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100547 l_ptr->fsm_msg_cnt++;
548 link_set_timer(l_ptr, cont_intv);
549 break;
550 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400551 pr_err("%s%u in WW state\n", link_unk_evt, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100552 }
553 break;
554 case WORKING_UNKNOWN:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100555 switch (event) {
556 case TRAFFIC_MSG_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100557 case ACTIVATE_MSG:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100558 l_ptr->state = WORKING_WORKING;
559 l_ptr->fsm_msg_cnt = 0;
560 link_set_timer(l_ptr, cont_intv);
561 break;
562 case RESET_MSG:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400563 pr_info("%s<%s>, requested by peer while probing\n",
564 link_rst_msg, l_ptr->name);
Per Liden4323add2006-01-18 00:38:21 +0100565 tipc_link_reset(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100566 l_ptr->state = RESET_RESET;
567 l_ptr->fsm_msg_cnt = 0;
Per Liden4323add2006-01-18 00:38:21 +0100568 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100569 l_ptr->fsm_msg_cnt++;
570 link_set_timer(l_ptr, cont_intv);
571 break;
572 case TIMEOUT_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100573 if (l_ptr->next_in_no != l_ptr->checkpoint) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100574 l_ptr->state = WORKING_WORKING;
575 l_ptr->fsm_msg_cnt = 0;
576 l_ptr->checkpoint = l_ptr->next_in_no;
Per Liden4323add2006-01-18 00:38:21 +0100577 if (tipc_bclink_acks_missing(l_ptr->owner)) {
578 tipc_link_send_proto_msg(l_ptr, STATE_MSG,
579 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100580 l_ptr->fsm_msg_cnt++;
581 }
582 link_set_timer(l_ptr, cont_intv);
583 } else if (l_ptr->fsm_msg_cnt < l_ptr->abort_limit) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900584 tipc_link_send_proto_msg(l_ptr, STATE_MSG,
Per Liden4323add2006-01-18 00:38:21 +0100585 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100586 l_ptr->fsm_msg_cnt++;
587 link_set_timer(l_ptr, cont_intv / 4);
588 } else { /* Link has failed */
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400589 pr_warn("%s<%s>, peer not responding\n",
590 link_rst_msg, l_ptr->name);
Per Liden4323add2006-01-18 00:38:21 +0100591 tipc_link_reset(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100592 l_ptr->state = RESET_UNKNOWN;
593 l_ptr->fsm_msg_cnt = 0;
Per Liden4323add2006-01-18 00:38:21 +0100594 tipc_link_send_proto_msg(l_ptr, RESET_MSG,
595 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100596 l_ptr->fsm_msg_cnt++;
597 link_set_timer(l_ptr, cont_intv);
598 }
599 break;
600 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400601 pr_err("%s%u in WU state\n", link_unk_evt, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100602 }
603 break;
604 case RESET_UNKNOWN:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100605 switch (event) {
606 case TRAFFIC_MSG_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100607 break;
608 case ACTIVATE_MSG:
609 other = l_ptr->owner->active_links[0];
Allan Stephens8d64a5b2010-12-31 18:59:27 +0000610 if (other && link_working_unknown(other))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100611 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100612 l_ptr->state = WORKING_WORKING;
613 l_ptr->fsm_msg_cnt = 0;
614 link_activate(l_ptr);
Per Liden4323add2006-01-18 00:38:21 +0100615 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100616 l_ptr->fsm_msg_cnt++;
Jon Maloyc64f7a62012-11-16 13:51:31 +0800617 if (l_ptr->owner->working_links == 1)
618 tipc_link_send_sync(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100619 link_set_timer(l_ptr, cont_intv);
620 break;
621 case RESET_MSG:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100622 l_ptr->state = RESET_RESET;
623 l_ptr->fsm_msg_cnt = 0;
Per Liden4323add2006-01-18 00:38:21 +0100624 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100625 l_ptr->fsm_msg_cnt++;
626 link_set_timer(l_ptr, cont_intv);
627 break;
628 case STARTING_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100629 l_ptr->started = 1;
630 /* fall through */
631 case TIMEOUT_EVT:
Per Liden4323add2006-01-18 00:38:21 +0100632 tipc_link_send_proto_msg(l_ptr, RESET_MSG, 0, 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 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400637 pr_err("%s%u in RU state\n", link_unk_evt, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100638 }
639 break;
640 case RESET_RESET:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100641 switch (event) {
642 case TRAFFIC_MSG_EVT:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100643 case ACTIVATE_MSG:
644 other = l_ptr->owner->active_links[0];
Allan Stephens8d64a5b2010-12-31 18:59:27 +0000645 if (other && link_working_unknown(other))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100646 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100647 l_ptr->state = WORKING_WORKING;
648 l_ptr->fsm_msg_cnt = 0;
649 link_activate(l_ptr);
Per Liden4323add2006-01-18 00:38:21 +0100650 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100651 l_ptr->fsm_msg_cnt++;
Jon Maloyc64f7a62012-11-16 13:51:31 +0800652 if (l_ptr->owner->working_links == 1)
653 tipc_link_send_sync(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100654 link_set_timer(l_ptr, cont_intv);
655 break;
656 case RESET_MSG:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100657 break;
658 case TIMEOUT_EVT:
Per Liden4323add2006-01-18 00:38:21 +0100659 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100660 l_ptr->fsm_msg_cnt++;
661 link_set_timer(l_ptr, cont_intv);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100662 break;
663 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400664 pr_err("%s%u in RR state\n", link_unk_evt, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100665 }
666 break;
667 default:
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400668 pr_err("Unknown link state %u/%u\n", l_ptr->state, event);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100669 }
670}
671
672/*
673 * link_bundle_buf(): Append contents of a buffer to
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900674 * the tail of an existing one.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100675 */
Paul Gortmakerae8509c2013-06-17 10:54:47 -0400676static int link_bundle_buf(struct tipc_link *l_ptr, struct sk_buff *bundler,
Per Lidenb97bf3f2006-01-02 19:04:38 +0100677 struct sk_buff *buf)
678{
679 struct tipc_msg *bundler_msg = buf_msg(bundler);
680 struct tipc_msg *msg = buf_msg(buf);
681 u32 size = msg_size(msg);
Allan Stephense49060c2006-06-29 12:32:46 -0700682 u32 bundle_size = msg_size(bundler_msg);
683 u32 to_pos = align(bundle_size);
684 u32 pad = to_pos - bundle_size;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100685
686 if (msg_user(bundler_msg) != MSG_BUNDLER)
687 return 0;
688 if (msg_type(bundler_msg) != OPEN_MSG)
689 return 0;
Allan Stephense49060c2006-06-29 12:32:46 -0700690 if (skb_tailroom(bundler) < (pad + size))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100691 return 0;
Allan Stephens15e979d2010-05-11 14:30:10 +0000692 if (l_ptr->max_pkt < (to_pos + size))
Allan Stephens863fae62006-07-03 19:39:36 -0700693 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100694
Allan Stephense49060c2006-06-29 12:32:46 -0700695 skb_put(bundler, pad + size);
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -0300696 skb_copy_to_linear_data_offset(bundler, to_pos, buf->data, size);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100697 msg_set_size(bundler_msg, to_pos + size);
698 msg_set_msgcnt(bundler_msg, msg_msgcnt(bundler_msg) + 1);
Allan Stephens5f6d9122011-11-04 13:24:29 -0400699 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100700 l_ptr->stats.sent_bundled++;
701 return 1;
702}
703
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500704static void link_add_to_outqueue(struct tipc_link *l_ptr,
Sam Ravnborg05790c62006-03-20 22:37:04 -0800705 struct sk_buff *buf,
706 struct tipc_msg *msg)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100707{
708 u32 ack = mod(l_ptr->next_in_no - 1);
709 u32 seqno = mod(l_ptr->next_out_no++);
710
711 msg_set_word(msg, 2, ((ack << 16) | seqno));
712 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
713 buf->next = NULL;
714 if (l_ptr->first_out) {
715 l_ptr->last_out->next = buf;
716 l_ptr->last_out = buf;
717 } else
718 l_ptr->first_out = l_ptr->last_out = buf;
Allan Stephens9bd80b62011-01-18 15:02:50 -0500719
Per Lidenb97bf3f2006-01-02 19:04:38 +0100720 l_ptr->out_queue_size++;
Allan Stephens9bd80b62011-01-18 15:02:50 -0500721 if (l_ptr->out_queue_size > l_ptr->stats.max_queue_sz)
722 l_ptr->stats.max_queue_sz = l_ptr->out_queue_size;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100723}
724
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500725static void link_add_chain_to_outqueue(struct tipc_link *l_ptr,
Allan Stephensdc63d912011-04-21 11:50:42 -0400726 struct sk_buff *buf_chain,
727 u32 long_msgno)
728{
729 struct sk_buff *buf;
730 struct tipc_msg *msg;
731
732 if (!l_ptr->next_out)
733 l_ptr->next_out = buf_chain;
734 while (buf_chain) {
735 buf = buf_chain;
736 buf_chain = buf_chain->next;
737
738 msg = buf_msg(buf);
739 msg_set_long_msgno(msg, long_msgno);
740 link_add_to_outqueue(l_ptr, buf, msg);
741 }
742}
743
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900744/*
745 * tipc_link_send_buf() is the 'full path' for messages, called from
Per Lidenb97bf3f2006-01-02 19:04:38 +0100746 * inside TIPC when the 'fast path' in tipc_send_buf
747 * has failed, and from link_send()
748 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500749int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100750{
751 struct tipc_msg *msg = buf_msg(buf);
752 u32 size = msg_size(msg);
753 u32 dsz = msg_data_sz(msg);
754 u32 queue_size = l_ptr->out_queue_size;
Allan Stephensc68ca7b2010-05-11 14:30:12 +0000755 u32 imp = tipc_msg_tot_importance(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100756 u32 queue_limit = l_ptr->queue_limit[imp];
Allan Stephens15e979d2010-05-11 14:30:10 +0000757 u32 max_packet = l_ptr->max_pkt;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100758
Per Lidenb97bf3f2006-01-02 19:04:38 +0100759 /* Match msg importance against queue limits: */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100760 if (unlikely(queue_size >= queue_limit)) {
761 if (imp <= TIPC_CRITICAL_IMPORTANCE) {
Allan Stephensbebc55a2011-04-19 10:17:58 -0400762 link_schedule_port(l_ptr, msg_origport(msg), size);
Allan Stephens5f6d9122011-11-04 13:24:29 -0400763 kfree_skb(buf);
Allan Stephensbebc55a2011-04-19 10:17:58 -0400764 return -ELINKCONG;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100765 }
Allan Stephens5f6d9122011-11-04 13:24:29 -0400766 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100767 if (imp > CONN_MANAGER) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400768 pr_warn("%s<%s>, send queue full", link_rst_msg,
769 l_ptr->name);
Per Liden4323add2006-01-18 00:38:21 +0100770 tipc_link_reset(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100771 }
772 return dsz;
773 }
774
775 /* Fragmentation needed ? */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100776 if (size > max_packet)
stephen hemminger31e3c3f2010-10-13 13:20:35 +0000777 return link_send_long_buf(l_ptr, buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100778
Paul Gortmaker617d3c72012-04-30 15:29:02 -0400779 /* Packet can be queued or sent. */
Erik Hugne512137e2013-12-06 10:08:00 -0500780 if (likely(!link_congested(l_ptr))) {
Per Lidenb97bf3f2006-01-02 19:04:38 +0100781 link_add_to_outqueue(l_ptr, buf, msg);
782
Ying Xue3c294cb2012-11-15 11:34:45 +0800783 tipc_bearer_send(l_ptr->b_ptr, buf, &l_ptr->media_addr);
784 l_ptr->unacked_window = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100785 return dsz;
786 }
Paul Gortmaker617d3c72012-04-30 15:29:02 -0400787 /* Congestion: can message be bundled ? */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100788 if ((msg_user(msg) != CHANGEOVER_PROTOCOL) &&
789 (msg_user(msg) != MSG_FRAGMENTER)) {
790
791 /* Try adding message to an existing bundle */
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900792 if (l_ptr->next_out &&
Ying Xue3c294cb2012-11-15 11:34:45 +0800793 link_bundle_buf(l_ptr, l_ptr->last_out, buf))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100794 return dsz;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100795
796 /* Try creating a new bundle */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100797 if (size <= max_packet * 2 / 3) {
stephen hemminger31e3c3f2010-10-13 13:20:35 +0000798 struct sk_buff *bundler = tipc_buf_acquire(max_packet);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100799 struct tipc_msg bundler_hdr;
800
801 if (bundler) {
Allan Stephensc68ca7b2010-05-11 14:30:12 +0000802 tipc_msg_init(&bundler_hdr, MSG_BUNDLER, OPEN_MSG,
Allan Stephens75715212008-06-04 17:37:34 -0700803 INT_H_SIZE, l_ptr->addr);
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -0300804 skb_copy_to_linear_data(bundler, &bundler_hdr,
805 INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100806 skb_trim(bundler, INT_H_SIZE);
807 link_bundle_buf(l_ptr, bundler, buf);
808 buf = bundler;
809 msg = buf_msg(buf);
810 l_ptr->stats.sent_bundles++;
811 }
812 }
813 }
814 if (!l_ptr->next_out)
815 l_ptr->next_out = buf;
816 link_add_to_outqueue(l_ptr, buf, msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100817 return dsz;
818}
819
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900820/*
821 * tipc_link_send(): same as tipc_link_send_buf(), but the link to use has
Per Lidenb97bf3f2006-01-02 19:04:38 +0100822 * not been selected yet, and the the owner node is not locked
823 * Called by TIPC internal users, e.g. the name distributor
824 */
Per Liden4323add2006-01-18 00:38:21 +0100825int tipc_link_send(struct sk_buff *buf, u32 dest, u32 selector)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100826{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500827 struct tipc_link *l_ptr;
David S. Miller6c000552008-09-02 23:38:32 -0700828 struct tipc_node *n_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100829 int res = -ELINKCONG;
830
Per Liden4323add2006-01-18 00:38:21 +0100831 read_lock_bh(&tipc_net_lock);
Allan Stephens51a8e4d2010-12-31 18:59:18 +0000832 n_ptr = tipc_node_find(dest);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100833 if (n_ptr) {
Per Liden4323add2006-01-18 00:38:21 +0100834 tipc_node_lock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100835 l_ptr = n_ptr->active_links[selector & 1];
Allan Stephensa0168922010-12-31 18:59:35 +0000836 if (l_ptr)
Per Liden4323add2006-01-18 00:38:21 +0100837 res = tipc_link_send_buf(l_ptr, buf);
Allan Stephensa0168922010-12-31 18:59:35 +0000838 else
Allan Stephens5f6d9122011-11-04 13:24:29 -0400839 kfree_skb(buf);
Per Liden4323add2006-01-18 00:38:21 +0100840 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100841 } else {
Allan Stephens5f6d9122011-11-04 13:24:29 -0400842 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100843 }
Per Liden4323add2006-01-18 00:38:21 +0100844 read_unlock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100845 return res;
846}
847
Jon Maloyc64f7a62012-11-16 13:51:31 +0800848/*
849 * tipc_link_send_sync - synchronize broadcast link endpoints.
850 *
851 * Give a newly added peer node the sequence number where it should
852 * start receiving and acking broadcast packets.
853 *
854 * Called with node locked
855 */
856static void tipc_link_send_sync(struct tipc_link *l)
857{
858 struct sk_buff *buf;
859 struct tipc_msg *msg;
860
861 buf = tipc_buf_acquire(INT_H_SIZE);
862 if (!buf)
863 return;
864
865 msg = buf_msg(buf);
866 tipc_msg_init(msg, BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, l->addr);
867 msg_set_last_bcast(msg, l->owner->bclink.acked);
868 link_add_chain_to_outqueue(l, buf, 0);
869 tipc_link_push_queue(l);
870}
871
872/*
873 * tipc_link_recv_sync - synchronize broadcast link endpoints.
874 * Receive the sequence number where we should start receiving and
875 * acking broadcast packets from a newly added peer node, and open
876 * up for reception of such packets.
877 *
878 * Called with node locked
879 */
880static void tipc_link_recv_sync(struct tipc_node *n, struct sk_buff *buf)
881{
882 struct tipc_msg *msg = buf_msg(buf);
883
884 n->bclink.last_sent = n->bclink.last_in = msg_last_bcast(msg);
885 n->bclink.recv_permitted = true;
886 kfree_skb(buf);
887}
888
889/*
Allan Stephens9aa88c22011-05-31 13:38:02 -0400890 * tipc_link_send_names - send name table entries to new neighbor
891 *
892 * Send routine for bulk delivery of name table messages when contact
893 * with a new neighbor occurs. No link congestion checking is performed
894 * because name table messages *must* be delivered. The messages must be
895 * small enough not to require fragmentation.
896 * Called without any locks held.
897 */
Allan Stephens9aa88c22011-05-31 13:38:02 -0400898void tipc_link_send_names(struct list_head *message_list, u32 dest)
899{
900 struct tipc_node *n_ptr;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500901 struct tipc_link *l_ptr;
Allan Stephens9aa88c22011-05-31 13:38:02 -0400902 struct sk_buff *buf;
903 struct sk_buff *temp_buf;
904
905 if (list_empty(message_list))
906 return;
907
908 read_lock_bh(&tipc_net_lock);
909 n_ptr = tipc_node_find(dest);
910 if (n_ptr) {
911 tipc_node_lock(n_ptr);
912 l_ptr = n_ptr->active_links[0];
913 if (l_ptr) {
914 /* convert circular list to linear list */
915 ((struct sk_buff *)message_list->prev)->next = NULL;
916 link_add_chain_to_outqueue(l_ptr,
917 (struct sk_buff *)message_list->next, 0);
918 tipc_link_push_queue(l_ptr);
919 INIT_LIST_HEAD(message_list);
920 }
921 tipc_node_unlock(n_ptr);
922 }
923 read_unlock_bh(&tipc_net_lock);
924
925 /* discard the messages if they couldn't be sent */
Allan Stephens9aa88c22011-05-31 13:38:02 -0400926 list_for_each_safe(buf, temp_buf, ((struct sk_buff *)message_list)) {
927 list_del((struct list_head *)buf);
Allan Stephens5f6d9122011-11-04 13:24:29 -0400928 kfree_skb(buf);
Allan Stephens9aa88c22011-05-31 13:38:02 -0400929 }
930}
931
932/*
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900933 * link_send_buf_fast: Entry for data messages where the
Per Lidenb97bf3f2006-01-02 19:04:38 +0100934 * destination link is known and the header is complete,
935 * inclusive total message length. Very time critical.
936 * Link is locked. Returns user data length.
937 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500938static int link_send_buf_fast(struct tipc_link *l_ptr, struct sk_buff *buf,
Sam Ravnborg05790c62006-03-20 22:37:04 -0800939 u32 *used_max_pkt)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100940{
941 struct tipc_msg *msg = buf_msg(buf);
942 int res = msg_data_sz(msg);
943
944 if (likely(!link_congested(l_ptr))) {
Allan Stephens15e979d2010-05-11 14:30:10 +0000945 if (likely(msg_size(msg) <= l_ptr->max_pkt)) {
Erik Hugne512137e2013-12-06 10:08:00 -0500946 link_add_to_outqueue(l_ptr, buf, msg);
947 tipc_bearer_send(l_ptr->b_ptr, buf,
948 &l_ptr->media_addr);
949 l_ptr->unacked_window = 0;
950 return res;
951 }
952 else
Allan Stephens15e979d2010-05-11 14:30:10 +0000953 *used_max_pkt = l_ptr->max_pkt;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100954 }
Per Liden4323add2006-01-18 00:38:21 +0100955 return tipc_link_send_buf(l_ptr, buf); /* All other cases */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100956}
957
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900958/*
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900959 * tipc_link_send_sections_fast: Entry for messages where the
Per Lidenb97bf3f2006-01-02 19:04:38 +0100960 * destination processor is known and the header is complete,
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900961 * except for total message length.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100962 * Returns user data length or errno.
963 */
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500964int tipc_link_send_sections_fast(struct tipc_port *sender,
Per Liden4323add2006-01-18 00:38:21 +0100965 struct iovec const *msg_sect,
Ying Xue9446b872013-10-18 07:23:15 +0200966 unsigned int len, u32 destaddr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100967{
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500968 struct tipc_msg *hdr = &sender->phdr;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500969 struct tipc_link *l_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100970 struct sk_buff *buf;
David S. Miller6c000552008-09-02 23:38:32 -0700971 struct tipc_node *node;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100972 int res;
973 u32 selector = msg_origport(hdr) & 1;
974
Per Lidenb97bf3f2006-01-02 19:04:38 +0100975again:
976 /*
977 * Try building message using port's max_pkt hint.
978 * (Must not hold any locks while building message.)
979 */
Ying Xue9446b872013-10-18 07:23:15 +0200980 res = tipc_msg_build(hdr, msg_sect, len, sender->max_pkt, &buf);
Ying Xue7410f962013-06-17 10:54:49 -0400981 /* Exit if build request was invalid */
982 if (unlikely(res < 0))
983 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100984
Per Liden4323add2006-01-18 00:38:21 +0100985 read_lock_bh(&tipc_net_lock);
Allan Stephens51a8e4d2010-12-31 18:59:18 +0000986 node = tipc_node_find(destaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100987 if (likely(node)) {
Per Liden4323add2006-01-18 00:38:21 +0100988 tipc_node_lock(node);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100989 l_ptr = node->active_links[selector];
990 if (likely(l_ptr)) {
991 if (likely(buf)) {
992 res = link_send_buf_fast(l_ptr, buf,
Allan Stephens23dd4cc2011-01-07 11:43:40 -0500993 &sender->max_pkt);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100994exit:
Per Liden4323add2006-01-18 00:38:21 +0100995 tipc_node_unlock(node);
996 read_unlock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100997 return res;
998 }
999
Per Lidenb97bf3f2006-01-02 19:04:38 +01001000 /* Exit if link (or bearer) is congested */
Erik Hugne512137e2013-12-06 10:08:00 -05001001 if (link_congested(l_ptr)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001002 res = link_schedule_port(l_ptr,
Allan Stephens23dd4cc2011-01-07 11:43:40 -05001003 sender->ref, res);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001004 goto exit;
1005 }
1006
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001007 /*
Per Lidenb97bf3f2006-01-02 19:04:38 +01001008 * Message size exceeds max_pkt hint; update hint,
1009 * then re-try fast path or fragment the message
1010 */
Allan Stephens23dd4cc2011-01-07 11:43:40 -05001011 sender->max_pkt = l_ptr->max_pkt;
Per Liden4323add2006-01-18 00:38:21 +01001012 tipc_node_unlock(node);
1013 read_unlock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001014
1015
Allan Stephens23dd4cc2011-01-07 11:43:40 -05001016 if ((msg_hdr_sz(hdr) + res) <= sender->max_pkt)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001017 goto again;
1018
Ying Xue9446b872013-10-18 07:23:15 +02001019 return link_send_sections_long(sender, msg_sect, len,
Allan Stephens26896902011-04-21 10:42:07 -05001020 destaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001021 }
Per Liden4323add2006-01-18 00:38:21 +01001022 tipc_node_unlock(node);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001023 }
Per Liden4323add2006-01-18 00:38:21 +01001024 read_unlock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001025
1026 /* Couldn't find a link to the destination node */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001027 if (buf)
1028 return tipc_reject_msg(buf, TIPC_ERR_NO_NODE);
1029 if (res >= 0)
Ying Xue9446b872013-10-18 07:23:15 +02001030 return tipc_port_reject_sections(sender, hdr, msg_sect,
1031 len, TIPC_ERR_NO_NODE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001032 return res;
1033}
1034
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001035/*
1036 * link_send_sections_long(): Entry for long messages where the
Per Lidenb97bf3f2006-01-02 19:04:38 +01001037 * destination node is known and the header is complete,
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001038 * inclusive total message length.
Per Lidenb97bf3f2006-01-02 19:04:38 +01001039 * Link and bearer congestion status have been checked to be ok,
1040 * and are ignored if they change.
1041 *
1042 * Note that fragments do not use the full link MTU so that they won't have
1043 * to undergo refragmentation if link changeover causes them to be sent
1044 * over another link with an additional tunnel header added as prefix.
1045 * (Refragmentation will still occur if the other link has a smaller MTU.)
1046 *
1047 * Returns user data length or errno.
1048 */
Allan Stephens23dd4cc2011-01-07 11:43:40 -05001049static int link_send_sections_long(struct tipc_port *sender,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001050 struct iovec const *msg_sect,
Ying Xue9446b872013-10-18 07:23:15 +02001051 unsigned int len, u32 destaddr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001052{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001053 struct tipc_link *l_ptr;
David S. Miller6c000552008-09-02 23:38:32 -07001054 struct tipc_node *node;
Allan Stephens23dd4cc2011-01-07 11:43:40 -05001055 struct tipc_msg *hdr = &sender->phdr;
Ying Xue9446b872013-10-18 07:23:15 +02001056 u32 dsz = len;
Allan Stephens0e659672010-12-31 18:59:32 +00001057 u32 max_pkt, fragm_sz, rest;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001058 struct tipc_msg fragm_hdr;
Allan Stephens0e659672010-12-31 18:59:32 +00001059 struct sk_buff *buf, *buf_chain, *prev;
1060 u32 fragm_crs, fragm_rest, hsz, sect_rest;
Ying Xue40682432013-10-18 07:23:16 +02001061 const unchar __user *sect_crs;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001062 int curr_sect;
1063 u32 fragm_no;
Ying Xue126c0522013-06-17 10:54:50 -04001064 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001065
1066again:
1067 fragm_no = 1;
Allan Stephens23dd4cc2011-01-07 11:43:40 -05001068 max_pkt = sender->max_pkt - INT_H_SIZE;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001069 /* leave room for tunnel header in case of link changeover */
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001070 fragm_sz = max_pkt - INT_H_SIZE;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001071 /* leave room for fragmentation header in each fragment */
1072 rest = dsz;
1073 fragm_crs = 0;
1074 fragm_rest = 0;
1075 sect_rest = 0;
Sam Ravnborg1fc54d82006-03-20 22:36:47 -08001076 sect_crs = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001077 curr_sect = -1;
1078
Paul Gortmaker617d3c72012-04-30 15:29:02 -04001079 /* Prepare reusable fragment header */
Allan Stephensc68ca7b2010-05-11 14:30:12 +00001080 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT,
Allan Stephens75715212008-06-04 17:37:34 -07001081 INT_H_SIZE, msg_destnode(hdr));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001082 msg_set_size(&fragm_hdr, max_pkt);
1083 msg_set_fragm_no(&fragm_hdr, 1);
1084
Paul Gortmaker617d3c72012-04-30 15:29:02 -04001085 /* Prepare header of first fragment */
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001086 buf_chain = buf = tipc_buf_acquire(max_pkt);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001087 if (!buf)
1088 return -ENOMEM;
1089 buf->next = NULL;
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001090 skb_copy_to_linear_data(buf, &fragm_hdr, INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001091 hsz = msg_hdr_sz(hdr);
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001092 skb_copy_to_linear_data_offset(buf, INT_H_SIZE, hdr, hsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001093
Paul Gortmaker617d3c72012-04-30 15:29:02 -04001094 /* Chop up message */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001095 fragm_crs = INT_H_SIZE + hsz;
1096 fragm_rest = fragm_sz - hsz;
1097
1098 do { /* For all sections */
1099 u32 sz;
1100
1101 if (!sect_rest) {
1102 sect_rest = msg_sect[++curr_sect].iov_len;
Ying Xue40682432013-10-18 07:23:16 +02001103 sect_crs = msg_sect[curr_sect].iov_base;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001104 }
1105
1106 if (sect_rest < fragm_rest)
1107 sz = sect_rest;
1108 else
1109 sz = fragm_rest;
1110
Ying Xuef1733d72013-06-17 10:54:43 -04001111 if (copy_from_user(buf->data + fragm_crs, sect_crs, sz)) {
Ying Xue126c0522013-06-17 10:54:50 -04001112 res = -EFAULT;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001113error:
Ying Xued77b3832013-12-10 20:45:38 -08001114 kfree_skb_list(buf_chain);
Ying Xue126c0522013-06-17 10:54:50 -04001115 return res;
Ying Xuef1733d72013-06-17 10:54:43 -04001116 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001117 sect_crs += sz;
1118 sect_rest -= sz;
1119 fragm_crs += sz;
1120 fragm_rest -= sz;
1121 rest -= sz;
1122
1123 if (!fragm_rest && rest) {
1124
1125 /* Initiate new fragment: */
1126 if (rest <= fragm_sz) {
1127 fragm_sz = rest;
Allan Stephens0e659672010-12-31 18:59:32 +00001128 msg_set_type(&fragm_hdr, LAST_FRAGMENT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001129 } else {
1130 msg_set_type(&fragm_hdr, FRAGMENT);
1131 }
1132 msg_set_size(&fragm_hdr, fragm_sz + INT_H_SIZE);
1133 msg_set_fragm_no(&fragm_hdr, ++fragm_no);
1134 prev = buf;
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001135 buf = tipc_buf_acquire(fragm_sz + INT_H_SIZE);
Ying Xue126c0522013-06-17 10:54:50 -04001136 if (!buf) {
1137 res = -ENOMEM;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001138 goto error;
Ying Xue126c0522013-06-17 10:54:50 -04001139 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001140
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001141 buf->next = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001142 prev->next = buf;
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001143 skb_copy_to_linear_data(buf, &fragm_hdr, INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001144 fragm_crs = INT_H_SIZE;
1145 fragm_rest = fragm_sz;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001146 }
Allan Stephens0e659672010-12-31 18:59:32 +00001147 } while (rest > 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001148
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001149 /*
Per Lidenb97bf3f2006-01-02 19:04:38 +01001150 * Now we have a buffer chain. Select a link and check
1151 * that packet size is still OK
1152 */
Allan Stephens51a8e4d2010-12-31 18:59:18 +00001153 node = tipc_node_find(destaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001154 if (likely(node)) {
Per Liden4323add2006-01-18 00:38:21 +01001155 tipc_node_lock(node);
Allan Stephens23dd4cc2011-01-07 11:43:40 -05001156 l_ptr = node->active_links[sender->ref & 1];
Per Lidenb97bf3f2006-01-02 19:04:38 +01001157 if (!l_ptr) {
Per Liden4323add2006-01-18 00:38:21 +01001158 tipc_node_unlock(node);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001159 goto reject;
1160 }
Allan Stephens15e979d2010-05-11 14:30:10 +00001161 if (l_ptr->max_pkt < max_pkt) {
Allan Stephens23dd4cc2011-01-07 11:43:40 -05001162 sender->max_pkt = l_ptr->max_pkt;
Per Liden4323add2006-01-18 00:38:21 +01001163 tipc_node_unlock(node);
Ying Xued77b3832013-12-10 20:45:38 -08001164 kfree_skb_list(buf_chain);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001165 goto again;
1166 }
1167 } else {
1168reject:
Ying Xued77b3832013-12-10 20:45:38 -08001169 kfree_skb_list(buf_chain);
Ying Xue9446b872013-10-18 07:23:15 +02001170 return tipc_port_reject_sections(sender, hdr, msg_sect,
1171 len, TIPC_ERR_NO_NODE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001172 }
1173
Allan Stephensdc63d912011-04-21 11:50:42 -04001174 /* Append chain of fragments to send queue & send them */
Allan Stephense0f08592011-04-17 11:44:24 -04001175 l_ptr->long_msg_seq_no++;
Allan Stephensdc63d912011-04-21 11:50:42 -04001176 link_add_chain_to_outqueue(l_ptr, buf_chain, l_ptr->long_msg_seq_no);
1177 l_ptr->stats.sent_fragments += fragm_no;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001178 l_ptr->stats.sent_fragmented++;
Per Liden4323add2006-01-18 00:38:21 +01001179 tipc_link_push_queue(l_ptr);
1180 tipc_node_unlock(node);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001181 return dsz;
1182}
1183
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001184/*
Per Liden4323add2006-01-18 00:38:21 +01001185 * tipc_link_push_packet: Push one unsent packet to the media
Per Lidenb97bf3f2006-01-02 19:04:38 +01001186 */
stephen hemminger98056962014-01-04 13:47:48 -08001187static u32 tipc_link_push_packet(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001188{
1189 struct sk_buff *buf = l_ptr->first_out;
1190 u32 r_q_size = l_ptr->retransm_queue_size;
1191 u32 r_q_head = l_ptr->retransm_queue_head;
1192
1193 /* Step to position where retransmission failed, if any, */
1194 /* consider that buffers may have been released in meantime */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001195 if (r_q_size && buf) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001196 u32 last = lesser(mod(r_q_head + r_q_size),
Per Lidenb97bf3f2006-01-02 19:04:38 +01001197 link_last_sent(l_ptr));
Allan Stephensf9057302011-10-24 16:03:12 -04001198 u32 first = buf_seqno(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001199
1200 while (buf && less(first, r_q_head)) {
1201 first = mod(first + 1);
1202 buf = buf->next;
1203 }
1204 l_ptr->retransm_queue_head = r_q_head = first;
1205 l_ptr->retransm_queue_size = r_q_size = mod(last - first);
1206 }
1207
1208 /* Continue retransmission now, if there is anything: */
Neil Hormanca509102010-03-15 07:58:45 +00001209 if (r_q_size && buf) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001210 msg_set_ack(buf_msg(buf), mod(l_ptr->next_in_no - 1));
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001211 msg_set_bcast_ack(buf_msg(buf), l_ptr->owner->bclink.last_in);
Ying Xue3c294cb2012-11-15 11:34:45 +08001212 tipc_bearer_send(l_ptr->b_ptr, buf, &l_ptr->media_addr);
1213 l_ptr->retransm_queue_head = mod(++r_q_head);
1214 l_ptr->retransm_queue_size = --r_q_size;
1215 l_ptr->stats.retransmitted++;
1216 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001217 }
1218
1219 /* Send deferred protocol message, if any: */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001220 buf = l_ptr->proto_msg_queue;
1221 if (buf) {
1222 msg_set_ack(buf_msg(buf), mod(l_ptr->next_in_no - 1));
Allan Stephens0e659672010-12-31 18:59:32 +00001223 msg_set_bcast_ack(buf_msg(buf), l_ptr->owner->bclink.last_in);
Ying Xue3c294cb2012-11-15 11:34:45 +08001224 tipc_bearer_send(l_ptr->b_ptr, buf, &l_ptr->media_addr);
1225 l_ptr->unacked_window = 0;
1226 kfree_skb(buf);
1227 l_ptr->proto_msg_queue = NULL;
1228 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001229 }
1230
1231 /* Send one deferred data message, if send window not full: */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001232 buf = l_ptr->next_out;
1233 if (buf) {
1234 struct tipc_msg *msg = buf_msg(buf);
1235 u32 next = msg_seqno(msg);
Allan Stephensf9057302011-10-24 16:03:12 -04001236 u32 first = buf_seqno(l_ptr->first_out);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001237
1238 if (mod(next - first) < l_ptr->queue_limit[0]) {
1239 msg_set_ack(msg, mod(l_ptr->next_in_no - 1));
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001240 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Ying Xue3c294cb2012-11-15 11:34:45 +08001241 tipc_bearer_send(l_ptr->b_ptr, buf, &l_ptr->media_addr);
1242 if (msg_user(msg) == MSG_BUNDLER)
1243 msg_set_type(msg, CLOSED_MSG);
1244 l_ptr->next_out = buf->next;
1245 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001246 }
1247 }
Ying Xue3c294cb2012-11-15 11:34:45 +08001248 return 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001249}
1250
1251/*
1252 * push_queue(): push out the unsent messages of a link where
1253 * congestion has abated. Node is locked
1254 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001255void tipc_link_push_queue(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001256{
1257 u32 res;
1258
Per Lidenb97bf3f2006-01-02 19:04:38 +01001259 do {
Per Liden4323add2006-01-18 00:38:21 +01001260 res = tipc_link_push_packet(l_ptr);
Allan Stephens0e35fd52008-07-14 22:44:01 -07001261 } while (!res);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001262}
1263
Allan Stephensd356eeb2006-06-25 23:40:01 -07001264static void link_reset_all(unsigned long addr)
1265{
David S. Miller6c000552008-09-02 23:38:32 -07001266 struct tipc_node *n_ptr;
Allan Stephensd356eeb2006-06-25 23:40:01 -07001267 char addr_string[16];
1268 u32 i;
1269
1270 read_lock_bh(&tipc_net_lock);
1271 n_ptr = tipc_node_find((u32)addr);
1272 if (!n_ptr) {
1273 read_unlock_bh(&tipc_net_lock);
1274 return; /* node no longer exists */
1275 }
1276
1277 tipc_node_lock(n_ptr);
1278
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001279 pr_warn("Resetting all links to %s\n",
1280 tipc_addr_string_fill(addr_string, n_ptr->addr));
Allan Stephensd356eeb2006-06-25 23:40:01 -07001281
1282 for (i = 0; i < MAX_BEARERS; i++) {
1283 if (n_ptr->links[i]) {
Allan Stephens8d64a5b2010-12-31 18:59:27 +00001284 link_print(n_ptr->links[i], "Resetting link\n");
Allan Stephensd356eeb2006-06-25 23:40:01 -07001285 tipc_link_reset(n_ptr->links[i]);
1286 }
1287 }
1288
1289 tipc_node_unlock(n_ptr);
1290 read_unlock_bh(&tipc_net_lock);
1291}
1292
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001293static void link_retransmit_failure(struct tipc_link *l_ptr,
Paul Gortmakerae8509c2013-06-17 10:54:47 -04001294 struct sk_buff *buf)
Allan Stephensd356eeb2006-06-25 23:40:01 -07001295{
1296 struct tipc_msg *msg = buf_msg(buf);
1297
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001298 pr_warn("Retransmission failure on link <%s>\n", l_ptr->name);
Allan Stephensd356eeb2006-06-25 23:40:01 -07001299
1300 if (l_ptr->addr) {
Allan Stephensd356eeb2006-06-25 23:40:01 -07001301 /* Handle failure on standard link */
Allan Stephens8d64a5b2010-12-31 18:59:27 +00001302 link_print(l_ptr, "Resetting link\n");
Allan Stephensd356eeb2006-06-25 23:40:01 -07001303 tipc_link_reset(l_ptr);
1304
1305 } else {
Allan Stephensd356eeb2006-06-25 23:40:01 -07001306 /* Handle failure on broadcast link */
David S. Miller6c000552008-09-02 23:38:32 -07001307 struct tipc_node *n_ptr;
Allan Stephensd356eeb2006-06-25 23:40:01 -07001308 char addr_string[16];
1309
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001310 pr_info("Msg seq number: %u, ", msg_seqno(msg));
1311 pr_cont("Outstanding acks: %lu\n",
1312 (unsigned long) TIPC_SKB_CB(buf)->handle);
Jeff Garzik617dbea2006-10-03 16:25:34 -07001313
Allan Stephens01d83ed2011-01-18 13:53:16 -05001314 n_ptr = tipc_bclink_retransmit_to();
Allan Stephensd356eeb2006-06-25 23:40:01 -07001315 tipc_node_lock(n_ptr);
1316
Allan Stephensc68ca7b2010-05-11 14:30:12 +00001317 tipc_addr_string_fill(addr_string, n_ptr->addr);
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001318 pr_info("Broadcast link info for %s\n", addr_string);
Ying Xue389dd9b2012-11-16 13:51:30 +08001319 pr_info("Reception permitted: %d, Acked: %u\n",
1320 n_ptr->bclink.recv_permitted,
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001321 n_ptr->bclink.acked);
1322 pr_info("Last in: %u, Oos state: %u, Last sent: %u\n",
1323 n_ptr->bclink.last_in,
1324 n_ptr->bclink.oos_state,
1325 n_ptr->bclink.last_sent);
Allan Stephensd356eeb2006-06-25 23:40:01 -07001326
1327 tipc_k_signal((Handler)link_reset_all, (unsigned long)n_ptr->addr);
1328
1329 tipc_node_unlock(n_ptr);
1330
1331 l_ptr->stale_count = 0;
1332 }
1333}
1334
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001335void tipc_link_retransmit(struct tipc_link *l_ptr, struct sk_buff *buf,
Per Liden4323add2006-01-18 00:38:21 +01001336 u32 retransmits)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001337{
1338 struct tipc_msg *msg;
1339
Allan Stephensd356eeb2006-06-25 23:40:01 -07001340 if (!buf)
1341 return;
1342
1343 msg = buf_msg(buf);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001344
Erik Hugne512137e2013-12-06 10:08:00 -05001345 /* Detect repeated retransmit failures */
1346 if (l_ptr->last_retransmitted == msg_seqno(msg)) {
1347 if (++l_ptr->stale_count > 100) {
1348 link_retransmit_failure(l_ptr, buf);
1349 return;
Allan Stephensd356eeb2006-06-25 23:40:01 -07001350 }
1351 } else {
Erik Hugne512137e2013-12-06 10:08:00 -05001352 l_ptr->last_retransmitted = msg_seqno(msg);
1353 l_ptr->stale_count = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001354 }
Allan Stephensd356eeb2006-06-25 23:40:01 -07001355
Neil Hormanca509102010-03-15 07:58:45 +00001356 while (retransmits && (buf != l_ptr->next_out) && buf) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001357 msg = buf_msg(buf);
1358 msg_set_ack(msg, mod(l_ptr->next_in_no - 1));
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001359 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Ying Xue3c294cb2012-11-15 11:34:45 +08001360 tipc_bearer_send(l_ptr->b_ptr, buf, &l_ptr->media_addr);
1361 buf = buf->next;
1362 retransmits--;
1363 l_ptr->stats.retransmitted++;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001364 }
Allan Stephensd356eeb2006-06-25 23:40:01 -07001365
Per Lidenb97bf3f2006-01-02 19:04:38 +01001366 l_ptr->retransm_queue_head = l_ptr->retransm_queue_size = 0;
1367}
1368
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001369/**
Per Lidenb97bf3f2006-01-02 19:04:38 +01001370 * link_insert_deferred_queue - insert deferred messages back into receive chain
1371 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001372static struct sk_buff *link_insert_deferred_queue(struct tipc_link *l_ptr,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001373 struct sk_buff *buf)
1374{
1375 u32 seq_no;
1376
1377 if (l_ptr->oldest_deferred_in == NULL)
1378 return buf;
1379
Allan Stephensf9057302011-10-24 16:03:12 -04001380 seq_no = buf_seqno(l_ptr->oldest_deferred_in);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001381 if (seq_no == mod(l_ptr->next_in_no)) {
1382 l_ptr->newest_deferred_in->next = buf;
1383 buf = l_ptr->oldest_deferred_in;
1384 l_ptr->oldest_deferred_in = NULL;
1385 l_ptr->deferred_inqueue_sz = 0;
1386 }
1387 return buf;
1388}
1389
Allan Stephens85035562008-04-15 19:04:54 -07001390/**
1391 * link_recv_buf_validate - validate basic format of received message
1392 *
1393 * This routine ensures a TIPC message has an acceptable header, and at least
1394 * as much data as the header indicates it should. The routine also ensures
1395 * that the entire message header is stored in the main fragment of the message
1396 * buffer, to simplify future access to message header fields.
1397 *
1398 * Note: Having extra info present in the message header or data areas is OK.
1399 * TIPC will ignore the excess, under the assumption that it is optional info
1400 * introduced by a later release of the protocol.
1401 */
Allan Stephens85035562008-04-15 19:04:54 -07001402static int link_recv_buf_validate(struct sk_buff *buf)
1403{
1404 static u32 min_data_hdr_size[8] = {
Allan Stephens741d9eb2011-05-31 15:03:18 -04001405 SHORT_H_SIZE, MCAST_H_SIZE, NAMED_H_SIZE, BASIC_H_SIZE,
Allan Stephens85035562008-04-15 19:04:54 -07001406 MAX_H_SIZE, MAX_H_SIZE, MAX_H_SIZE, MAX_H_SIZE
1407 };
1408
1409 struct tipc_msg *msg;
1410 u32 tipc_hdr[2];
1411 u32 size;
1412 u32 hdr_size;
1413 u32 min_hdr_size;
1414
1415 if (unlikely(buf->len < MIN_H_SIZE))
1416 return 0;
1417
1418 msg = skb_header_pointer(buf, 0, sizeof(tipc_hdr), tipc_hdr);
1419 if (msg == NULL)
1420 return 0;
1421
1422 if (unlikely(msg_version(msg) != TIPC_VERSION))
1423 return 0;
1424
1425 size = msg_size(msg);
1426 hdr_size = msg_hdr_sz(msg);
1427 min_hdr_size = msg_isdata(msg) ?
1428 min_data_hdr_size[msg_type(msg)] : INT_H_SIZE;
1429
1430 if (unlikely((hdr_size < min_hdr_size) ||
1431 (size < hdr_size) ||
1432 (buf->len < size) ||
1433 (size - hdr_size > TIPC_MAX_USER_MSG_SIZE)))
1434 return 0;
1435
1436 return pskb_may_pull(buf, hdr_size);
1437}
1438
Allan Stephensb02b69c2010-08-17 11:00:07 +00001439/**
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001440 * tipc_rcv - process TIPC packets/messages arriving from off-node
Allan Stephensb02b69c2010-08-17 11:00:07 +00001441 * @head: pointer to message buffer chain
1442 * @tb_ptr: pointer to bearer message arrived on
1443 *
1444 * Invoked with no locks held. Bearer pointer must point to a valid bearer
1445 * structure (i.e. cannot be NULL), but bearer can be inactive.
1446 */
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001447void tipc_rcv(struct sk_buff *head, struct tipc_bearer *b_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001448{
Per Liden4323add2006-01-18 00:38:21 +01001449 read_lock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001450 while (head) {
David S. Miller6c000552008-09-02 23:38:32 -07001451 struct tipc_node *n_ptr;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001452 struct tipc_link *l_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001453 struct sk_buff *crs;
1454 struct sk_buff *buf = head;
Allan Stephens85035562008-04-15 19:04:54 -07001455 struct tipc_msg *msg;
1456 u32 seq_no;
1457 u32 ackd;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001458 u32 released = 0;
1459 int type;
1460
Per Lidenb97bf3f2006-01-02 19:04:38 +01001461 head = head->next;
Erik Hugne732256b2014-01-07 15:51:36 -05001462 buf->next = NULL;
Allan Stephens85035562008-04-15 19:04:54 -07001463
Allan Stephensb02b69c2010-08-17 11:00:07 +00001464 /* Ensure bearer is still enabled */
Allan Stephensb02b69c2010-08-17 11:00:07 +00001465 if (unlikely(!b_ptr->active))
Ying Xue3af390e2013-10-30 11:26:57 +08001466 goto discard;
Allan Stephensb02b69c2010-08-17 11:00:07 +00001467
Allan Stephens85035562008-04-15 19:04:54 -07001468 /* Ensure message is well-formed */
Allan Stephens85035562008-04-15 19:04:54 -07001469 if (unlikely(!link_recv_buf_validate(buf)))
Ying Xue3af390e2013-10-30 11:26:57 +08001470 goto discard;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001471
Allan Stephensfe13dda2008-04-15 19:03:23 -07001472 /* Ensure message data is a single contiguous unit */
Allan Stephens5f6d9122011-11-04 13:24:29 -04001473 if (unlikely(skb_linearize(buf)))
Ying Xue3af390e2013-10-30 11:26:57 +08001474 goto discard;
Allan Stephensfe13dda2008-04-15 19:03:23 -07001475
Allan Stephens85035562008-04-15 19:04:54 -07001476 /* Handle arrival of a non-unicast link message */
Allan Stephens85035562008-04-15 19:04:54 -07001477 msg = buf_msg(buf);
1478
Per Lidenb97bf3f2006-01-02 19:04:38 +01001479 if (unlikely(msg_non_seq(msg))) {
Allan Stephens1265a022008-06-04 17:32:35 -07001480 if (msg_user(msg) == LINK_CONFIG)
1481 tipc_disc_recv_msg(buf, b_ptr);
1482 else
1483 tipc_bclink_recv_pkt(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001484 continue;
1485 }
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001486
Allan Stephensed33a9c2011-04-05 15:15:04 -04001487 /* Discard unicast link messages destined for another node */
Allan Stephens26008242006-06-25 23:39:31 -07001488 if (unlikely(!msg_short(msg) &&
1489 (msg_destnode(msg) != tipc_own_addr)))
Ying Xue3af390e2013-10-30 11:26:57 +08001490 goto discard;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001491
Allan Stephens5a68d5e2010-08-17 11:00:16 +00001492 /* Locate neighboring node that sent message */
Per Liden4323add2006-01-18 00:38:21 +01001493 n_ptr = tipc_node_find(msg_prevnode(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001494 if (unlikely(!n_ptr))
Ying Xue3af390e2013-10-30 11:26:57 +08001495 goto discard;
Per Liden4323add2006-01-18 00:38:21 +01001496 tipc_node_lock(n_ptr);
Allan Stephens85035562008-04-15 19:04:54 -07001497
Allan Stephens5a68d5e2010-08-17 11:00:16 +00001498 /* Locate unicast link endpoint that should handle message */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001499 l_ptr = n_ptr->links[b_ptr->identity];
Ying Xue3af390e2013-10-30 11:26:57 +08001500 if (unlikely(!l_ptr))
1501 goto unlock_discard;
Allan Stephens85035562008-04-15 19:04:54 -07001502
Allan Stephensb4b56102011-05-27 11:00:51 -04001503 /* Verify that communication with node is currently allowed */
Allan Stephensb4b56102011-05-27 11:00:51 -04001504 if ((n_ptr->block_setup & WAIT_PEER_DOWN) &&
1505 msg_user(msg) == LINK_PROTOCOL &&
1506 (msg_type(msg) == RESET_MSG ||
1507 msg_type(msg) == ACTIVATE_MSG) &&
1508 !msg_redundant_link(msg))
1509 n_ptr->block_setup &= ~WAIT_PEER_DOWN;
1510
Ying Xue3af390e2013-10-30 11:26:57 +08001511 if (n_ptr->block_setup)
1512 goto unlock_discard;
Allan Stephensb4b56102011-05-27 11:00:51 -04001513
Allan Stephens85035562008-04-15 19:04:54 -07001514 /* Validate message sequence number info */
Allan Stephens85035562008-04-15 19:04:54 -07001515 seq_no = msg_seqno(msg);
1516 ackd = msg_ack(msg);
1517
1518 /* Release acked messages */
Ying Xue389dd9b2012-11-16 13:51:30 +08001519 if (n_ptr->bclink.recv_permitted)
Allan Stephens365595912011-10-24 15:26:24 -04001520 tipc_bclink_acknowledge(n_ptr, msg_bcast_ack(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001521
1522 crs = l_ptr->first_out;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001523 while ((crs != l_ptr->next_out) &&
Allan Stephensf9057302011-10-24 16:03:12 -04001524 less_eq(buf_seqno(crs), ackd)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001525 struct sk_buff *next = crs->next;
1526
Allan Stephens5f6d9122011-11-04 13:24:29 -04001527 kfree_skb(crs);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001528 crs = next;
1529 released++;
1530 }
1531 if (released) {
1532 l_ptr->first_out = crs;
1533 l_ptr->out_queue_size -= released;
1534 }
Allan Stephens85035562008-04-15 19:04:54 -07001535
1536 /* Try sending any messages link endpoint has pending */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001537 if (unlikely(l_ptr->next_out))
Per Liden4323add2006-01-18 00:38:21 +01001538 tipc_link_push_queue(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001539 if (unlikely(!list_empty(&l_ptr->waiting_ports)))
Per Liden4323add2006-01-18 00:38:21 +01001540 tipc_link_wakeup_ports(l_ptr, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001541 if (unlikely(++l_ptr->unacked_window >= TIPC_MIN_LINK_WIN)) {
1542 l_ptr->stats.sent_acks++;
Per Liden4323add2006-01-18 00:38:21 +01001543 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001544 }
1545
Allan Stephens85035562008-04-15 19:04:54 -07001546 /* Now (finally!) process the incoming message */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001547protocol_check:
Ying Xue3af390e2013-10-30 11:26:57 +08001548 if (unlikely(!link_working_working(l_ptr))) {
1549 if (msg_user(msg) == LINK_PROTOCOL) {
1550 link_recv_proto_msg(l_ptr, buf);
1551 head = link_insert_deferred_queue(l_ptr, head);
Per Liden4323add2006-01-18 00:38:21 +01001552 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001553 continue;
1554 }
Ying Xue3af390e2013-10-30 11:26:57 +08001555
1556 /* Traffic message. Conditionally activate link */
1557 link_state_event(l_ptr, TRAFFIC_MSG_EVT);
1558
1559 if (link_working_working(l_ptr)) {
1560 /* Re-insert buffer in front of queue */
1561 buf->next = head;
1562 head = buf;
1563 tipc_node_unlock(n_ptr);
1564 continue;
1565 }
1566 goto unlock_discard;
1567 }
1568
1569 /* Link is now in state WORKING_WORKING */
1570 if (unlikely(seq_no != mod(l_ptr->next_in_no))) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001571 link_handle_out_of_seq_msg(l_ptr, buf);
1572 head = link_insert_deferred_queue(l_ptr, head);
Per Liden4323add2006-01-18 00:38:21 +01001573 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001574 continue;
1575 }
Ying Xue3af390e2013-10-30 11:26:57 +08001576 l_ptr->next_in_no++;
1577 if (unlikely(l_ptr->oldest_deferred_in))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001578 head = link_insert_deferred_queue(l_ptr, head);
Ying Xue3af390e2013-10-30 11:26:57 +08001579deliver:
1580 if (likely(msg_isdata(msg))) {
Per Liden4323add2006-01-18 00:38:21 +01001581 tipc_node_unlock(n_ptr);
Ying Xue3af390e2013-10-30 11:26:57 +08001582 tipc_port_recv_msg(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001583 continue;
1584 }
Ying Xue3af390e2013-10-30 11:26:57 +08001585 switch (msg_user(msg)) {
1586 int ret;
1587 case MSG_BUNDLER:
1588 l_ptr->stats.recv_bundles++;
1589 l_ptr->stats.recv_bundled += msg_msgcnt(msg);
1590 tipc_node_unlock(n_ptr);
1591 tipc_link_recv_bundle(buf);
1592 continue;
1593 case NAME_DISTRIBUTOR:
1594 n_ptr->bclink.recv_permitted = true;
1595 tipc_node_unlock(n_ptr);
1596 tipc_named_recv(buf);
1597 continue;
1598 case BCAST_PROTOCOL:
1599 tipc_link_recv_sync(n_ptr, buf);
Per Liden4323add2006-01-18 00:38:21 +01001600 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001601 continue;
Ying Xue3af390e2013-10-30 11:26:57 +08001602 case CONN_MANAGER:
1603 tipc_node_unlock(n_ptr);
1604 tipc_port_recv_proto_msg(buf);
1605 continue;
1606 case MSG_FRAGMENTER:
1607 l_ptr->stats.recv_fragments++;
Jon Paul Maloy03b92012014-02-13 17:29:05 -05001608 ret = tipc_link_frag_rcv(&l_ptr->reasm_head,
1609 &l_ptr->reasm_tail,
1610 &buf);
Erik Hugne40ba3cd2013-11-06 09:28:06 +01001611 if (ret == LINK_REASM_COMPLETE) {
Ying Xue3af390e2013-10-30 11:26:57 +08001612 l_ptr->stats.recv_fragmented++;
Erik Hugne40ba3cd2013-11-06 09:28:06 +01001613 msg = buf_msg(buf);
Ying Xue3af390e2013-10-30 11:26:57 +08001614 goto deliver;
1615 }
Erik Hugne40ba3cd2013-11-06 09:28:06 +01001616 if (ret == LINK_REASM_ERROR)
Erik Hugnea715b492013-11-06 09:28:07 +01001617 tipc_link_reset(l_ptr);
Erik Hugne528f6f42013-11-06 09:28:05 +01001618 tipc_node_unlock(n_ptr);
1619 continue;
Ying Xue3af390e2013-10-30 11:26:57 +08001620 case CHANGEOVER_PROTOCOL:
1621 type = msg_type(msg);
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001622 if (tipc_link_tunnel_rcv(&l_ptr, &buf)) {
Ying Xue3af390e2013-10-30 11:26:57 +08001623 msg = buf_msg(buf);
1624 seq_no = msg_seqno(msg);
1625 if (type == ORIGINAL_MSG)
1626 goto deliver;
1627 goto protocol_check;
1628 }
1629 break;
1630 default:
1631 kfree_skb(buf);
1632 buf = NULL;
1633 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001634 }
Per Liden4323add2006-01-18 00:38:21 +01001635 tipc_node_unlock(n_ptr);
Ying Xue3af390e2013-10-30 11:26:57 +08001636 tipc_net_route_msg(buf);
1637 continue;
1638unlock_discard:
1639
1640 tipc_node_unlock(n_ptr);
1641discard:
Allan Stephens5f6d9122011-11-04 13:24:29 -04001642 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001643 }
Per Liden4323add2006-01-18 00:38:21 +01001644 read_unlock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001645}
1646
Ben Hutchings2c530402012-07-10 10:55:09 +00001647/**
Allan Stephens8809b252011-10-25 10:44:35 -04001648 * tipc_link_defer_pkt - Add out-of-sequence message to deferred reception queue
1649 *
1650 * Returns increase in queue length (i.e. 0 or 1)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001651 */
Allan Stephens8809b252011-10-25 10:44:35 -04001652u32 tipc_link_defer_pkt(struct sk_buff **head, struct sk_buff **tail,
Per Liden4323add2006-01-18 00:38:21 +01001653 struct sk_buff *buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001654{
Allan Stephens8809b252011-10-25 10:44:35 -04001655 struct sk_buff *queue_buf;
1656 struct sk_buff **prev;
Allan Stephensf9057302011-10-24 16:03:12 -04001657 u32 seq_no = buf_seqno(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001658
1659 buf->next = NULL;
1660
1661 /* Empty queue ? */
1662 if (*head == NULL) {
1663 *head = *tail = buf;
1664 return 1;
1665 }
1666
1667 /* Last ? */
Allan Stephensf9057302011-10-24 16:03:12 -04001668 if (less(buf_seqno(*tail), seq_no)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001669 (*tail)->next = buf;
1670 *tail = buf;
1671 return 1;
1672 }
1673
Allan Stephens8809b252011-10-25 10:44:35 -04001674 /* Locate insertion point in queue, then insert; discard if duplicate */
1675 prev = head;
1676 queue_buf = *head;
1677 for (;;) {
1678 u32 curr_seqno = buf_seqno(queue_buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001679
Allan Stephens8809b252011-10-25 10:44:35 -04001680 if (seq_no == curr_seqno) {
Allan Stephens5f6d9122011-11-04 13:24:29 -04001681 kfree_skb(buf);
Allan Stephens8809b252011-10-25 10:44:35 -04001682 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001683 }
Allan Stephens8809b252011-10-25 10:44:35 -04001684
1685 if (less(seq_no, curr_seqno))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001686 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001687
Allan Stephens8809b252011-10-25 10:44:35 -04001688 prev = &queue_buf->next;
1689 queue_buf = queue_buf->next;
1690 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001691
Allan Stephens8809b252011-10-25 10:44:35 -04001692 buf->next = queue_buf;
1693 *prev = buf;
1694 return 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001695}
1696
Allan Stephens8809b252011-10-25 10:44:35 -04001697/*
Per Lidenb97bf3f2006-01-02 19:04:38 +01001698 * link_handle_out_of_seq_msg - handle arrival of out-of-sequence packet
1699 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001700static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001701 struct sk_buff *buf)
1702{
Allan Stephensf9057302011-10-24 16:03:12 -04001703 u32 seq_no = buf_seqno(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001704
1705 if (likely(msg_user(buf_msg(buf)) == LINK_PROTOCOL)) {
1706 link_recv_proto_msg(l_ptr, buf);
1707 return;
1708 }
1709
Per Lidenb97bf3f2006-01-02 19:04:38 +01001710 /* Record OOS packet arrival (force mismatch on next timeout) */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001711 l_ptr->checkpoint--;
1712
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001713 /*
Per Lidenb97bf3f2006-01-02 19:04:38 +01001714 * Discard packet if a duplicate; otherwise add it to deferred queue
1715 * and notify peer of gap as per protocol specification
1716 */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001717 if (less(seq_no, mod(l_ptr->next_in_no))) {
1718 l_ptr->stats.duplicates++;
Allan Stephens5f6d9122011-11-04 13:24:29 -04001719 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001720 return;
1721 }
1722
Per Liden4323add2006-01-18 00:38:21 +01001723 if (tipc_link_defer_pkt(&l_ptr->oldest_deferred_in,
1724 &l_ptr->newest_deferred_in, buf)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001725 l_ptr->deferred_inqueue_sz++;
1726 l_ptr->stats.deferred_recv++;
1727 if ((l_ptr->deferred_inqueue_sz % 16) == 1)
Per Liden4323add2006-01-18 00:38:21 +01001728 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001729 } else
1730 l_ptr->stats.duplicates++;
1731}
1732
1733/*
1734 * Send protocol message to the other endpoint.
1735 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001736void tipc_link_send_proto_msg(struct tipc_link *l_ptr, u32 msg_typ,
Paul Gortmakerae8509c2013-06-17 10:54:47 -04001737 int probe_msg, u32 gap, u32 tolerance,
1738 u32 priority, u32 ack_mtu)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001739{
Sam Ravnborg1fc54d82006-03-20 22:36:47 -08001740 struct sk_buff *buf = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001741 struct tipc_msg *msg = l_ptr->pmsg;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001742 u32 msg_size = sizeof(l_ptr->proto_msg);
Allan Stephens75f0aa42011-02-28 15:30:20 -05001743 int r_flag;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001744
Allan Stephens92d2c902011-10-25 11:20:26 -04001745 /* Discard any previous message that was deferred due to congestion */
Allan Stephens92d2c902011-10-25 11:20:26 -04001746 if (l_ptr->proto_msg_queue) {
Allan Stephens5f6d9122011-11-04 13:24:29 -04001747 kfree_skb(l_ptr->proto_msg_queue);
Allan Stephens92d2c902011-10-25 11:20:26 -04001748 l_ptr->proto_msg_queue = NULL;
1749 }
1750
Ying Xue77a7e072013-12-10 20:45:44 -08001751 /* Don't send protocol message during link changeover */
1752 if (l_ptr->exp_msg_count)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001753 return;
Allan Stephensb4b56102011-05-27 11:00:51 -04001754
1755 /* Abort non-RESET send if communication with node is prohibited */
Allan Stephensb4b56102011-05-27 11:00:51 -04001756 if ((l_ptr->owner->block_setup) && (msg_typ != RESET_MSG))
1757 return;
1758
Allan Stephens92d2c902011-10-25 11:20:26 -04001759 /* Create protocol message with "out-of-sequence" sequence number */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001760 msg_set_type(msg, msg_typ);
1761 msg_set_net_plane(msg, l_ptr->b_ptr->net_plane);
Allan Stephens7a54d4a2011-10-27 14:17:53 -04001762 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Per Liden4323add2006-01-18 00:38:21 +01001763 msg_set_last_bcast(msg, tipc_bclink_get_last_sent());
Per Lidenb97bf3f2006-01-02 19:04:38 +01001764
1765 if (msg_typ == STATE_MSG) {
1766 u32 next_sent = mod(l_ptr->next_out_no);
1767
Per Liden4323add2006-01-18 00:38:21 +01001768 if (!tipc_link_is_up(l_ptr))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001769 return;
1770 if (l_ptr->next_out)
Allan Stephensf9057302011-10-24 16:03:12 -04001771 next_sent = buf_seqno(l_ptr->next_out);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001772 msg_set_next_sent(msg, next_sent);
1773 if (l_ptr->oldest_deferred_in) {
Allan Stephensf9057302011-10-24 16:03:12 -04001774 u32 rec = buf_seqno(l_ptr->oldest_deferred_in);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001775 gap = mod(rec - mod(l_ptr->next_in_no));
1776 }
1777 msg_set_seq_gap(msg, gap);
1778 if (gap)
1779 l_ptr->stats.sent_nacks++;
1780 msg_set_link_tolerance(msg, tolerance);
1781 msg_set_linkprio(msg, priority);
1782 msg_set_max_pkt(msg, ack_mtu);
1783 msg_set_ack(msg, mod(l_ptr->next_in_no - 1));
1784 msg_set_probe(msg, probe_msg != 0);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001785 if (probe_msg) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001786 u32 mtu = l_ptr->max_pkt;
1787
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001788 if ((mtu < l_ptr->max_pkt_target) &&
Per Lidenb97bf3f2006-01-02 19:04:38 +01001789 link_working_working(l_ptr) &&
1790 l_ptr->fsm_msg_cnt) {
1791 msg_size = (mtu + (l_ptr->max_pkt_target - mtu)/2 + 2) & ~3;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001792 if (l_ptr->max_pkt_probes == 10) {
1793 l_ptr->max_pkt_target = (msg_size - 4);
1794 l_ptr->max_pkt_probes = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001795 msg_size = (mtu + (l_ptr->max_pkt_target - mtu)/2 + 2) & ~3;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001796 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001797 l_ptr->max_pkt_probes++;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001798 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001799
1800 l_ptr->stats.sent_probes++;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001801 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001802 l_ptr->stats.sent_states++;
1803 } else { /* RESET_MSG or ACTIVATE_MSG */
1804 msg_set_ack(msg, mod(l_ptr->reset_checkpoint - 1));
1805 msg_set_seq_gap(msg, 0);
1806 msg_set_next_sent(msg, 1);
Allan Stephensf23d9bf2011-01-18 15:15:34 -05001807 msg_set_probe(msg, 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001808 msg_set_link_tolerance(msg, l_ptr->tolerance);
1809 msg_set_linkprio(msg, l_ptr->priority);
1810 msg_set_max_pkt(msg, l_ptr->max_pkt_target);
1811 }
1812
Allan Stephens75f0aa42011-02-28 15:30:20 -05001813 r_flag = (l_ptr->owner->working_links > tipc_link_is_up(l_ptr));
1814 msg_set_redundant_link(msg, r_flag);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001815 msg_set_linkprio(msg, l_ptr->priority);
Allan Stephens92d2c902011-10-25 11:20:26 -04001816 msg_set_size(msg, msg_size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001817
1818 msg_set_seqno(msg, mod(l_ptr->next_out_no + (0xffff/2)));
1819
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001820 buf = tipc_buf_acquire(msg_size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001821 if (!buf)
1822 return;
1823
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001824 skb_copy_to_linear_data(buf, msg, sizeof(l_ptr->proto_msg));
Ying Xue796c75d2013-06-17 10:54:48 -04001825 buf->priority = TC_PRIO_CONTROL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001826
Ying Xue3c294cb2012-11-15 11:34:45 +08001827 tipc_bearer_send(l_ptr->b_ptr, buf, &l_ptr->media_addr);
Allan Stephens92d2c902011-10-25 11:20:26 -04001828 l_ptr->unacked_window = 0;
Allan Stephens5f6d9122011-11-04 13:24:29 -04001829 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001830}
1831
1832/*
1833 * Receive protocol message :
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001834 * Note that network plane id propagates through the network, and may
1835 * change at any time. The node with lowest address rules
Per Lidenb97bf3f2006-01-02 19:04:38 +01001836 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001837static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001838{
1839 u32 rec_gap = 0;
1840 u32 max_pkt_info;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001841 u32 max_pkt_ack;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001842 u32 msg_tol;
1843 struct tipc_msg *msg = buf_msg(buf);
1844
Ying Xue77a7e072013-12-10 20:45:44 -08001845 /* Discard protocol message during link changeover */
1846 if (l_ptr->exp_msg_count)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001847 goto exit;
1848
1849 /* record unnumbered packet arrival (force mismatch on next timeout) */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001850 l_ptr->checkpoint--;
1851
1852 if (l_ptr->b_ptr->net_plane != msg_net_plane(msg))
1853 if (tipc_own_addr > msg_prevnode(msg))
1854 l_ptr->b_ptr->net_plane = msg_net_plane(msg);
1855
Per Lidenb97bf3f2006-01-02 19:04:38 +01001856 switch (msg_type(msg)) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001857
Per Lidenb97bf3f2006-01-02 19:04:38 +01001858 case RESET_MSG:
Allan Stephensa686e682008-06-04 17:29:39 -07001859 if (!link_working_unknown(l_ptr) &&
1860 (l_ptr->peer_session != INVALID_SESSION)) {
Allan Stephens641c2182011-04-07 09:54:43 -04001861 if (less_eq(msg_session(msg), l_ptr->peer_session))
1862 break; /* duplicate or old reset: ignore */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001863 }
Allan Stephensb4b56102011-05-27 11:00:51 -04001864
1865 if (!msg_redundant_link(msg) && (link_working_working(l_ptr) ||
1866 link_working_unknown(l_ptr))) {
1867 /*
1868 * peer has lost contact -- don't allow peer's links
1869 * to reactivate before we recognize loss & clean up
1870 */
1871 l_ptr->owner->block_setup = WAIT_NODE_DOWN;
1872 }
1873
Allan Stephens47361c82011-10-26 10:55:16 -04001874 link_state_event(l_ptr, RESET_MSG);
1875
Per Lidenb97bf3f2006-01-02 19:04:38 +01001876 /* fall thru' */
1877 case ACTIVATE_MSG:
1878 /* Update link settings according other endpoint's values */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001879 strcpy((strrchr(l_ptr->name, ':') + 1), (char *)msg_data(msg));
1880
Allan Stephens2db99832010-12-31 18:59:33 +00001881 msg_tol = msg_link_tolerance(msg);
1882 if (msg_tol > l_ptr->tolerance)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001883 link_set_supervision_props(l_ptr, msg_tol);
1884
1885 if (msg_linkprio(msg) > l_ptr->priority)
1886 l_ptr->priority = msg_linkprio(msg);
1887
1888 max_pkt_info = msg_max_pkt(msg);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001889 if (max_pkt_info) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001890 if (max_pkt_info < l_ptr->max_pkt_target)
1891 l_ptr->max_pkt_target = max_pkt_info;
1892 if (l_ptr->max_pkt > l_ptr->max_pkt_target)
1893 l_ptr->max_pkt = l_ptr->max_pkt_target;
1894 } else {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001895 l_ptr->max_pkt = l_ptr->max_pkt_target;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001896 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001897
Allan Stephens4d753132011-10-25 12:19:05 -04001898 /* Synchronize broadcast link info, if not done previously */
Allan Stephens7a54d4a2011-10-27 14:17:53 -04001899 if (!tipc_node_is_up(l_ptr->owner)) {
1900 l_ptr->owner->bclink.last_sent =
1901 l_ptr->owner->bclink.last_in =
1902 msg_last_bcast(msg);
1903 l_ptr->owner->bclink.oos_state = 0;
1904 }
Allan Stephens4d753132011-10-25 12:19:05 -04001905
Per Lidenb97bf3f2006-01-02 19:04:38 +01001906 l_ptr->peer_session = msg_session(msg);
1907 l_ptr->peer_bearer_id = msg_bearer_id(msg);
Allan Stephens47361c82011-10-26 10:55:16 -04001908
1909 if (msg_type(msg) == ACTIVATE_MSG)
1910 link_state_event(l_ptr, ACTIVATE_MSG);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001911 break;
1912 case STATE_MSG:
1913
Allan Stephens2db99832010-12-31 18:59:33 +00001914 msg_tol = msg_link_tolerance(msg);
1915 if (msg_tol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001916 link_set_supervision_props(l_ptr, msg_tol);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001917
1918 if (msg_linkprio(msg) &&
Per Lidenb97bf3f2006-01-02 19:04:38 +01001919 (msg_linkprio(msg) != l_ptr->priority)) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001920 pr_warn("%s<%s>, priority change %u->%u\n",
1921 link_rst_msg, l_ptr->name, l_ptr->priority,
1922 msg_linkprio(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001923 l_ptr->priority = msg_linkprio(msg);
Per Liden4323add2006-01-18 00:38:21 +01001924 tipc_link_reset(l_ptr); /* Enforce change to take effect */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001925 break;
1926 }
1927 link_state_event(l_ptr, TRAFFIC_MSG_EVT);
1928 l_ptr->stats.recv_states++;
1929 if (link_reset_unknown(l_ptr))
1930 break;
1931
1932 if (less_eq(mod(l_ptr->next_in_no), msg_next_sent(msg))) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001933 rec_gap = mod(msg_next_sent(msg) -
Per Lidenb97bf3f2006-01-02 19:04:38 +01001934 mod(l_ptr->next_in_no));
1935 }
1936
1937 max_pkt_ack = msg_max_pkt(msg);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001938 if (max_pkt_ack > l_ptr->max_pkt) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001939 l_ptr->max_pkt = max_pkt_ack;
1940 l_ptr->max_pkt_probes = 0;
1941 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001942
1943 max_pkt_ack = 0;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001944 if (msg_probe(msg)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001945 l_ptr->stats.recv_probes++;
Allan Stephensa0168922010-12-31 18:59:35 +00001946 if (msg_size(msg) > sizeof(l_ptr->proto_msg))
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001947 max_pkt_ack = msg_size(msg);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001948 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001949
1950 /* Protocol message before retransmits, reduce loss risk */
Ying Xue389dd9b2012-11-16 13:51:30 +08001951 if (l_ptr->owner->bclink.recv_permitted)
Allan Stephens7a54d4a2011-10-27 14:17:53 -04001952 tipc_bclink_update_link_state(l_ptr->owner,
1953 msg_last_bcast(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001954
1955 if (rec_gap || (msg_probe(msg))) {
Per Liden4323add2006-01-18 00:38:21 +01001956 tipc_link_send_proto_msg(l_ptr, STATE_MSG,
1957 0, rec_gap, 0, 0, max_pkt_ack);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001958 }
1959 if (msg_seq_gap(msg)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01001960 l_ptr->stats.recv_nacks++;
Per Liden4323add2006-01-18 00:38:21 +01001961 tipc_link_retransmit(l_ptr, l_ptr->first_out,
1962 msg_seq_gap(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01001963 }
1964 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001965 }
1966exit:
Allan Stephens5f6d9122011-11-04 13:24:29 -04001967 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001968}
1969
1970
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001971/* tipc_link_tunnel_xmit(): Tunnel one packet via a link belonging to
1972 * a different bearer. Owner node is locked.
Per Lidenb97bf3f2006-01-02 19:04:38 +01001973 */
Jon Paul Maloy170b3922014-01-07 17:02:41 -05001974static void tipc_link_tunnel_xmit(struct tipc_link *l_ptr,
1975 struct tipc_msg *tunnel_hdr,
1976 struct tipc_msg *msg,
1977 u32 selector)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001978{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001979 struct tipc_link *tunnel;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001980 struct sk_buff *buf;
1981 u32 length = msg_size(msg);
1982
1983 tunnel = l_ptr->owner->active_links[selector & 1];
Allan Stephens5392d642006-06-25 23:52:50 -07001984 if (!tipc_link_is_up(tunnel)) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001985 pr_warn("%stunnel link no longer available\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001986 return;
Allan Stephens5392d642006-06-25 23:52:50 -07001987 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001988 msg_set_size(tunnel_hdr, length + INT_H_SIZE);
stephen hemminger31e3c3f2010-10-13 13:20:35 +00001989 buf = tipc_buf_acquire(length + INT_H_SIZE);
Allan Stephens5392d642006-06-25 23:52:50 -07001990 if (!buf) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04001991 pr_warn("%sunable to send tunnel msg\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001992 return;
Allan Stephens5392d642006-06-25 23:52:50 -07001993 }
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03001994 skb_copy_to_linear_data(buf, tunnel_hdr, INT_H_SIZE);
1995 skb_copy_to_linear_data_offset(buf, INT_H_SIZE, msg, length);
Per Liden4323add2006-01-18 00:38:21 +01001996 tipc_link_send_buf(tunnel, buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001997}
1998
1999
Jon Paul Maloy170b3922014-01-07 17:02:41 -05002000/* tipc_link_failover_send_queue(): A link has gone down, but a second
2001 * link is still active. We can do failover. Tunnel the failing link's
2002 * whole send queue via the remaining link. This way, we don't lose
2003 * any packets, and sequence order is preserved for subsequent traffic
2004 * sent over the remaining link. Owner node is locked.
Per Lidenb97bf3f2006-01-02 19:04:38 +01002005 */
Jon Paul Maloy170b3922014-01-07 17:02:41 -05002006void tipc_link_failover_send_queue(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002007{
2008 u32 msgcount = l_ptr->out_queue_size;
2009 struct sk_buff *crs = l_ptr->first_out;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002010 struct tipc_link *tunnel = l_ptr->owner->active_links[0];
Per Lidenb97bf3f2006-01-02 19:04:38 +01002011 struct tipc_msg tunnel_hdr;
Allan Stephens5392d642006-06-25 23:52:50 -07002012 int split_bundles;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002013
2014 if (!tunnel)
2015 return;
2016
Allan Stephensc68ca7b2010-05-11 14:30:12 +00002017 tipc_msg_init(&tunnel_hdr, CHANGEOVER_PROTOCOL,
Allan Stephens75715212008-06-04 17:37:34 -07002018 ORIGINAL_MSG, INT_H_SIZE, l_ptr->addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002019 msg_set_bearer_id(&tunnel_hdr, l_ptr->peer_bearer_id);
2020 msg_set_msgcnt(&tunnel_hdr, msgcount);
Allan Stephensf1310722006-06-25 23:51:37 -07002021
Per Lidenb97bf3f2006-01-02 19:04:38 +01002022 if (!l_ptr->first_out) {
2023 struct sk_buff *buf;
2024
stephen hemminger31e3c3f2010-10-13 13:20:35 +00002025 buf = tipc_buf_acquire(INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002026 if (buf) {
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03002027 skb_copy_to_linear_data(buf, &tunnel_hdr, INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002028 msg_set_size(&tunnel_hdr, INT_H_SIZE);
Per Liden4323add2006-01-18 00:38:21 +01002029 tipc_link_send_buf(tunnel, buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002030 } else {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04002031 pr_warn("%sunable to send changeover msg\n",
2032 link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002033 }
2034 return;
2035 }
Allan Stephensf1310722006-06-25 23:51:37 -07002036
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002037 split_bundles = (l_ptr->owner->active_links[0] !=
Allan Stephens5392d642006-06-25 23:52:50 -07002038 l_ptr->owner->active_links[1]);
2039
Per Lidenb97bf3f2006-01-02 19:04:38 +01002040 while (crs) {
2041 struct tipc_msg *msg = buf_msg(crs);
2042
2043 if ((msg_user(msg) == MSG_BUNDLER) && split_bundles) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002044 struct tipc_msg *m = msg_get_wrapped(msg);
Allan Stephens0e659672010-12-31 18:59:32 +00002045 unchar *pos = (unchar *)m;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002046
Florian Westphald788d802007-08-02 19:28:06 -07002047 msgcount = msg_msgcnt(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002048 while (msgcount--) {
Allan Stephens0e659672010-12-31 18:59:32 +00002049 msg_set_seqno(m, msg_seqno(msg));
Jon Paul Maloy170b3922014-01-07 17:02:41 -05002050 tipc_link_tunnel_xmit(l_ptr, &tunnel_hdr, m,
2051 msg_link_selector(m));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002052 pos += align(msg_size(m));
2053 m = (struct tipc_msg *)pos;
2054 }
2055 } else {
Jon Paul Maloy170b3922014-01-07 17:02:41 -05002056 tipc_link_tunnel_xmit(l_ptr, &tunnel_hdr, msg,
2057 msg_link_selector(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002058 }
2059 crs = crs->next;
2060 }
2061}
2062
Jon Paul Maloy170b3922014-01-07 17:02:41 -05002063/* tipc_link_dup_send_queue(): A second link has become active. Tunnel a
2064 * duplicate of the first link's send queue via the new link. This way, we
2065 * are guaranteed that currently queued packets from a socket are delivered
2066 * before future traffic from the same socket, even if this is using the
2067 * new link. The last arriving copy of each duplicate packet is dropped at
2068 * the receiving end by the regular protocol check, so packet cardinality
2069 * and sequence order is preserved per sender/receiver socket pair.
2070 * Owner node is locked.
2071 */
2072void tipc_link_dup_send_queue(struct tipc_link *l_ptr,
2073 struct tipc_link *tunnel)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002074{
2075 struct sk_buff *iter;
2076 struct tipc_msg tunnel_hdr;
2077
Allan Stephensc68ca7b2010-05-11 14:30:12 +00002078 tipc_msg_init(&tunnel_hdr, CHANGEOVER_PROTOCOL,
Allan Stephens75715212008-06-04 17:37:34 -07002079 DUPLICATE_MSG, INT_H_SIZE, l_ptr->addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002080 msg_set_msgcnt(&tunnel_hdr, l_ptr->out_queue_size);
2081 msg_set_bearer_id(&tunnel_hdr, l_ptr->peer_bearer_id);
2082 iter = l_ptr->first_out;
2083 while (iter) {
2084 struct sk_buff *outbuf;
2085 struct tipc_msg *msg = buf_msg(iter);
2086 u32 length = msg_size(msg);
2087
2088 if (msg_user(msg) == MSG_BUNDLER)
2089 msg_set_type(msg, CLOSED_MSG);
2090 msg_set_ack(msg, mod(l_ptr->next_in_no - 1)); /* Update */
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002091 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002092 msg_set_size(&tunnel_hdr, length + INT_H_SIZE);
stephen hemminger31e3c3f2010-10-13 13:20:35 +00002093 outbuf = tipc_buf_acquire(length + INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002094 if (outbuf == NULL) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04002095 pr_warn("%sunable to send duplicate msg\n",
2096 link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002097 return;
2098 }
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03002099 skb_copy_to_linear_data(outbuf, &tunnel_hdr, INT_H_SIZE);
2100 skb_copy_to_linear_data_offset(outbuf, INT_H_SIZE, iter->data,
2101 length);
Per Liden4323add2006-01-18 00:38:21 +01002102 tipc_link_send_buf(tunnel, outbuf);
2103 if (!tipc_link_is_up(l_ptr))
Per Lidenb97bf3f2006-01-02 19:04:38 +01002104 return;
2105 iter = iter->next;
2106 }
2107}
2108
Per Lidenb97bf3f2006-01-02 19:04:38 +01002109/**
2110 * buf_extract - extracts embedded TIPC message from another message
2111 * @skb: encapsulating message buffer
2112 * @from_pos: offset to extract from
2113 *
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002114 * Returns a new message buffer containing an embedded message. The
Per Lidenb97bf3f2006-01-02 19:04:38 +01002115 * encapsulating message itself is left unchanged.
2116 */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002117static struct sk_buff *buf_extract(struct sk_buff *skb, u32 from_pos)
2118{
2119 struct tipc_msg *msg = (struct tipc_msg *)(skb->data + from_pos);
2120 u32 size = msg_size(msg);
2121 struct sk_buff *eb;
2122
stephen hemminger31e3c3f2010-10-13 13:20:35 +00002123 eb = tipc_buf_acquire(size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002124 if (eb)
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03002125 skb_copy_to_linear_data(eb, msg, size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002126 return eb;
2127}
2128
Jon Paul Maloy170b3922014-01-07 17:02:41 -05002129/* tipc_link_tunnel_rcv(): Receive a tunneled packet, sent
2130 * via other link as result of a failover (ORIGINAL_MSG) or
2131 * a new active link (DUPLICATE_MSG). Failover packets are
2132 * returned to the active link for delivery upwards.
2133 * Owner node is locked.
Per Lidenb97bf3f2006-01-02 19:04:38 +01002134 */
Jon Paul Maloy170b3922014-01-07 17:02:41 -05002135static int tipc_link_tunnel_rcv(struct tipc_link **l_ptr,
2136 struct sk_buff **buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002137{
2138 struct sk_buff *tunnel_buf = *buf;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002139 struct tipc_link *dest_link;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002140 struct tipc_msg *msg;
2141 struct tipc_msg *tunnel_msg = buf_msg(tunnel_buf);
2142 u32 msg_typ = msg_type(tunnel_msg);
2143 u32 msg_count = msg_msgcnt(tunnel_msg);
Dan Carpentercb4b102f2013-05-06 08:28:41 +00002144 u32 bearer_id = msg_bearer_id(tunnel_msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002145
Dan Carpentercb4b102f2013-05-06 08:28:41 +00002146 if (bearer_id >= MAX_BEARERS)
2147 goto exit;
2148 dest_link = (*l_ptr)->owner->links[bearer_id];
Allan Stephensb29f1422010-12-31 18:59:25 +00002149 if (!dest_link)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002150 goto exit;
Allan Stephensf1310722006-06-25 23:51:37 -07002151 if (dest_link == *l_ptr) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04002152 pr_err("Unexpected changeover message on link <%s>\n",
2153 (*l_ptr)->name);
Allan Stephensf1310722006-06-25 23:51:37 -07002154 goto exit;
2155 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002156 *l_ptr = dest_link;
2157 msg = msg_get_wrapped(tunnel_msg);
2158
2159 if (msg_typ == DUPLICATE_MSG) {
Allan Stephensb29f1422010-12-31 18:59:25 +00002160 if (less(msg_seqno(msg), mod(dest_link->next_in_no)))
Per Lidenb97bf3f2006-01-02 19:04:38 +01002161 goto exit;
Allan Stephens0e659672010-12-31 18:59:32 +00002162 *buf = buf_extract(tunnel_buf, INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002163 if (*buf == NULL) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04002164 pr_warn("%sduplicate msg dropped\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002165 goto exit;
2166 }
Allan Stephens5f6d9122011-11-04 13:24:29 -04002167 kfree_skb(tunnel_buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002168 return 1;
2169 }
2170
2171 /* First original message ?: */
Per Liden4323add2006-01-18 00:38:21 +01002172 if (tipc_link_is_up(dest_link)) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04002173 pr_info("%s<%s>, changeover initiated by peer\n", link_rst_msg,
2174 dest_link->name);
Per Liden4323add2006-01-18 00:38:21 +01002175 tipc_link_reset(dest_link);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002176 dest_link->exp_msg_count = msg_count;
2177 if (!msg_count)
2178 goto exit;
2179 } else if (dest_link->exp_msg_count == START_CHANGEOVER) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002180 dest_link->exp_msg_count = msg_count;
2181 if (!msg_count)
2182 goto exit;
2183 }
2184
2185 /* Receive original message */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002186 if (dest_link->exp_msg_count == 0) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04002187 pr_warn("%sgot too many tunnelled messages\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002188 goto exit;
2189 }
2190 dest_link->exp_msg_count--;
2191 if (less(msg_seqno(msg), dest_link->reset_checkpoint)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002192 goto exit;
2193 } else {
2194 *buf = buf_extract(tunnel_buf, INT_H_SIZE);
2195 if (*buf != NULL) {
Allan Stephens5f6d9122011-11-04 13:24:29 -04002196 kfree_skb(tunnel_buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002197 return 1;
2198 } else {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04002199 pr_warn("%soriginal msg dropped\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002200 }
2201 }
2202exit:
Sam Ravnborg1fc54d82006-03-20 22:36:47 -08002203 *buf = NULL;
Allan Stephens5f6d9122011-11-04 13:24:29 -04002204 kfree_skb(tunnel_buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002205 return 0;
2206}
2207
2208/*
2209 * Bundler functionality:
2210 */
Per Liden4323add2006-01-18 00:38:21 +01002211void tipc_link_recv_bundle(struct sk_buff *buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002212{
2213 u32 msgcount = msg_msgcnt(buf_msg(buf));
2214 u32 pos = INT_H_SIZE;
2215 struct sk_buff *obuf;
2216
Per Lidenb97bf3f2006-01-02 19:04:38 +01002217 while (msgcount--) {
2218 obuf = buf_extract(buf, pos);
2219 if (obuf == NULL) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04002220 pr_warn("Link unable to unbundle message(s)\n");
Allan Stephensa10bd922006-06-25 23:52:17 -07002221 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07002222 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002223 pos += align(msg_size(buf_msg(obuf)));
Per Liden4323add2006-01-18 00:38:21 +01002224 tipc_net_route_msg(obuf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002225 }
Allan Stephens5f6d9122011-11-04 13:24:29 -04002226 kfree_skb(buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002227}
2228
2229/*
2230 * Fragmentation/defragmentation:
2231 */
2232
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002233/*
stephen hemminger31e3c3f2010-10-13 13:20:35 +00002234 * link_send_long_buf: Entry for buffers needing fragmentation.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002235 * The buffer is complete, inclusive total message length.
Per Lidenb97bf3f2006-01-02 19:04:38 +01002236 * Returns user data length.
2237 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002238static int link_send_long_buf(struct tipc_link *l_ptr, struct sk_buff *buf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002239{
Allan Stephens77561552011-04-17 13:06:23 -04002240 struct sk_buff *buf_chain = NULL;
2241 struct sk_buff *buf_chain_tail = (struct sk_buff *)&buf_chain;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002242 struct tipc_msg *inmsg = buf_msg(buf);
2243 struct tipc_msg fragm_hdr;
2244 u32 insize = msg_size(inmsg);
2245 u32 dsz = msg_data_sz(inmsg);
2246 unchar *crs = buf->data;
2247 u32 rest = insize;
Allan Stephens15e979d2010-05-11 14:30:10 +00002248 u32 pack_sz = l_ptr->max_pkt;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002249 u32 fragm_sz = pack_sz - INT_H_SIZE;
Allan Stephens77561552011-04-17 13:06:23 -04002250 u32 fragm_no = 0;
Allan Stephens9c396a72008-06-04 17:36:58 -07002251 u32 destaddr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002252
2253 if (msg_short(inmsg))
2254 destaddr = l_ptr->addr;
Allan Stephens9c396a72008-06-04 17:36:58 -07002255 else
2256 destaddr = msg_destnode(inmsg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002257
Per Lidenb97bf3f2006-01-02 19:04:38 +01002258 /* Prepare reusable fragment header: */
Allan Stephensc68ca7b2010-05-11 14:30:12 +00002259 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT,
Allan Stephens75715212008-06-04 17:37:34 -07002260 INT_H_SIZE, destaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002261
2262 /* Chop up message: */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002263 while (rest > 0) {
2264 struct sk_buff *fragm;
2265
2266 if (rest <= fragm_sz) {
2267 fragm_sz = rest;
2268 msg_set_type(&fragm_hdr, LAST_FRAGMENT);
2269 }
stephen hemminger31e3c3f2010-10-13 13:20:35 +00002270 fragm = tipc_buf_acquire(fragm_sz + INT_H_SIZE);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002271 if (fragm == NULL) {
Allan Stephens5f6d9122011-11-04 13:24:29 -04002272 kfree_skb(buf);
Ying Xued77b3832013-12-10 20:45:38 -08002273 kfree_skb_list(buf_chain);
Allan Stephens77561552011-04-17 13:06:23 -04002274 return -ENOMEM;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002275 }
2276 msg_set_size(&fragm_hdr, fragm_sz + INT_H_SIZE);
Allan Stephens77561552011-04-17 13:06:23 -04002277 fragm_no++;
2278 msg_set_fragm_no(&fragm_hdr, fragm_no);
Arnaldo Carvalho de Melo27d7ff42007-03-31 11:55:19 -03002279 skb_copy_to_linear_data(fragm, &fragm_hdr, INT_H_SIZE);
2280 skb_copy_to_linear_data_offset(fragm, INT_H_SIZE, crs,
2281 fragm_sz);
Allan Stephens77561552011-04-17 13:06:23 -04002282 buf_chain_tail->next = fragm;
2283 buf_chain_tail = fragm;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002284
Per Lidenb97bf3f2006-01-02 19:04:38 +01002285 rest -= fragm_sz;
2286 crs += fragm_sz;
2287 msg_set_type(&fragm_hdr, FRAGMENT);
2288 }
Allan Stephens5f6d9122011-11-04 13:24:29 -04002289 kfree_skb(buf);
Allan Stephens77561552011-04-17 13:06:23 -04002290
2291 /* Append chain of fragments to send queue & send them */
Allan Stephens77561552011-04-17 13:06:23 -04002292 l_ptr->long_msg_seq_no++;
2293 link_add_chain_to_outqueue(l_ptr, buf_chain, l_ptr->long_msg_seq_no);
2294 l_ptr->stats.sent_fragments += fragm_no;
2295 l_ptr->stats.sent_fragmented++;
2296 tipc_link_push_queue(l_ptr);
2297
Per Lidenb97bf3f2006-01-02 19:04:38 +01002298 return dsz;
2299}
2300
Jon Paul Maloy03b92012014-02-13 17:29:05 -05002301/* tipc_link_frag_rcv(): Called with node lock on. Returns
Per Lidenb97bf3f2006-01-02 19:04:38 +01002302 * the reassembled buffer if message is complete.
2303 */
Jon Paul Maloy03b92012014-02-13 17:29:05 -05002304int tipc_link_frag_rcv(struct sk_buff **head, struct sk_buff **tail,
2305 struct sk_buff **fbuf)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002306{
Erik Hugne40ba3cd2013-11-06 09:28:06 +01002307 struct sk_buff *frag = *fbuf;
2308 struct tipc_msg *msg = buf_msg(frag);
2309 u32 fragid = msg_type(msg);
2310 bool headstolen;
2311 int delta;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002312
Erik Hugne40ba3cd2013-11-06 09:28:06 +01002313 skb_pull(frag, msg_hdr_sz(msg));
2314 if (fragid == FIRST_FRAGMENT) {
2315 if (*head || skb_unclone(frag, GFP_ATOMIC))
2316 goto out_free;
2317 *head = frag;
2318 skb_frag_list_init(*head);
Jon Paul Maloy03b92012014-02-13 17:29:05 -05002319 *fbuf = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002320 return 0;
Erik Hugne3db0a192013-11-13 09:35:11 +01002321 } else if (*head &&
2322 skb_try_coalesce(*head, frag, &headstolen, &delta)) {
Erik Hugne40ba3cd2013-11-06 09:28:06 +01002323 kfree_skb_partial(frag, headstolen);
2324 } else {
2325 if (!*head)
2326 goto out_free;
2327 if (!skb_has_frag_list(*head))
2328 skb_shinfo(*head)->frag_list = frag;
2329 else
2330 (*tail)->next = frag;
2331 *tail = frag;
2332 (*head)->truesize += frag->truesize;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002333 }
Erik Hugne40ba3cd2013-11-06 09:28:06 +01002334 if (fragid == LAST_FRAGMENT) {
2335 *fbuf = *head;
2336 *tail = *head = NULL;
2337 return LINK_REASM_COMPLETE;
2338 }
Jon Paul Maloy03b92012014-02-13 17:29:05 -05002339 *fbuf = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002340 return 0;
Erik Hugne40ba3cd2013-11-06 09:28:06 +01002341out_free:
2342 pr_warn_ratelimited("Link unable to reassemble fragmented message\n");
2343 kfree_skb(*fbuf);
Jon Paul Maloy03b92012014-02-13 17:29:05 -05002344 *fbuf = NULL;
Erik Hugne40ba3cd2013-11-06 09:28:06 +01002345 return LINK_REASM_ERROR;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002346}
2347
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002348static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002349{
Allan Stephens5413b4c2011-01-18 13:24:55 -05002350 if ((tolerance < TIPC_MIN_LINK_TOL) || (tolerance > TIPC_MAX_LINK_TOL))
2351 return;
2352
Per Lidenb97bf3f2006-01-02 19:04:38 +01002353 l_ptr->tolerance = tolerance;
2354 l_ptr->continuity_interval =
2355 ((tolerance / 4) > 500) ? 500 : tolerance / 4;
2356 l_ptr->abort_limit = tolerance / (l_ptr->continuity_interval / 4);
2357}
2358
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002359void tipc_link_set_queue_limits(struct tipc_link *l_ptr, u32 window)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002360{
2361 /* Data messages from this node, inclusive FIRST_FRAGM */
Allan Stephens06d82c92008-03-06 15:06:55 -08002362 l_ptr->queue_limit[TIPC_LOW_IMPORTANCE] = window;
2363 l_ptr->queue_limit[TIPC_MEDIUM_IMPORTANCE] = (window / 3) * 4;
2364 l_ptr->queue_limit[TIPC_HIGH_IMPORTANCE] = (window / 3) * 5;
2365 l_ptr->queue_limit[TIPC_CRITICAL_IMPORTANCE] = (window / 3) * 6;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002366 /* Transiting data messages,inclusive FIRST_FRAGM */
Allan Stephens06d82c92008-03-06 15:06:55 -08002367 l_ptr->queue_limit[TIPC_LOW_IMPORTANCE + 4] = 300;
2368 l_ptr->queue_limit[TIPC_MEDIUM_IMPORTANCE + 4] = 600;
2369 l_ptr->queue_limit[TIPC_HIGH_IMPORTANCE + 4] = 900;
2370 l_ptr->queue_limit[TIPC_CRITICAL_IMPORTANCE + 4] = 1200;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002371 l_ptr->queue_limit[CONN_MANAGER] = 1200;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002372 l_ptr->queue_limit[CHANGEOVER_PROTOCOL] = 2500;
2373 l_ptr->queue_limit[NAME_DISTRIBUTOR] = 3000;
2374 /* FRAGMENT and LAST_FRAGMENT packets */
2375 l_ptr->queue_limit[MSG_FRAGMENTER] = 4000;
2376}
2377
2378/**
2379 * link_find_link - locate link by name
Ben Hutchings2c530402012-07-10 10:55:09 +00002380 * @name: ptr to link name string
2381 * @node: ptr to area to be filled with ptr to associated node
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002382 *
Per Liden4323add2006-01-18 00:38:21 +01002383 * Caller must hold 'tipc_net_lock' to ensure node and bearer are not deleted;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002384 * this also prevents link deletion.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002385 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002386 * Returns pointer to link (or 0 if invalid link name).
2387 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002388static struct tipc_link *link_find_link(const char *name,
2389 struct tipc_node **node)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002390{
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002391 struct tipc_link *l_ptr;
Erik Hugnebbfbe472013-10-18 07:23:21 +02002392 struct tipc_node *n_ptr;
2393 int i;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002394
Erik Hugnebbfbe472013-10-18 07:23:21 +02002395 list_for_each_entry(n_ptr, &tipc_node_list, list) {
2396 for (i = 0; i < MAX_BEARERS; i++) {
2397 l_ptr = n_ptr->links[i];
2398 if (l_ptr && !strcmp(l_ptr->name, name))
2399 goto found;
2400 }
2401 }
2402 l_ptr = NULL;
2403 n_ptr = NULL;
2404found:
2405 *node = n_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002406 return l_ptr;
2407}
2408
Allan Stephens5c216e12011-10-18 11:34:29 -04002409/**
2410 * link_value_is_valid -- validate proposed link tolerance/priority/window
2411 *
Ben Hutchings2c530402012-07-10 10:55:09 +00002412 * @cmd: value type (TIPC_CMD_SET_LINK_*)
2413 * @new_value: the new value
Allan Stephens5c216e12011-10-18 11:34:29 -04002414 *
2415 * Returns 1 if value is within range, 0 if not.
2416 */
Allan Stephens5c216e12011-10-18 11:34:29 -04002417static int link_value_is_valid(u16 cmd, u32 new_value)
2418{
2419 switch (cmd) {
2420 case TIPC_CMD_SET_LINK_TOL:
2421 return (new_value >= TIPC_MIN_LINK_TOL) &&
2422 (new_value <= TIPC_MAX_LINK_TOL);
2423 case TIPC_CMD_SET_LINK_PRI:
2424 return (new_value <= TIPC_MAX_LINK_PRI);
2425 case TIPC_CMD_SET_LINK_WINDOW:
2426 return (new_value >= TIPC_MIN_LINK_WIN) &&
2427 (new_value <= TIPC_MAX_LINK_WIN);
2428 }
2429 return 0;
2430}
2431
Allan Stephens5c216e12011-10-18 11:34:29 -04002432/**
2433 * link_cmd_set_value - change priority/tolerance/window for link/bearer/media
Ben Hutchings2c530402012-07-10 10:55:09 +00002434 * @name: ptr to link, bearer, or media name
2435 * @new_value: new value of link, bearer, or media setting
2436 * @cmd: which link, bearer, or media attribute to set (TIPC_CMD_SET_LINK_*)
Allan Stephens5c216e12011-10-18 11:34:29 -04002437 *
2438 * Caller must hold 'tipc_net_lock' to ensure link/bearer/media is not deleted.
2439 *
2440 * Returns 0 if value updated and negative value on error.
2441 */
Allan Stephens5c216e12011-10-18 11:34:29 -04002442static int link_cmd_set_value(const char *name, u32 new_value, u16 cmd)
2443{
2444 struct tipc_node *node;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002445 struct tipc_link *l_ptr;
Allan Stephens5c216e12011-10-18 11:34:29 -04002446 struct tipc_bearer *b_ptr;
Paul Gortmaker358a0d12011-12-29 20:19:42 -05002447 struct tipc_media *m_ptr;
Ying Xue636c0372013-10-18 07:23:20 +02002448 int res = 0;
Allan Stephens5c216e12011-10-18 11:34:29 -04002449
2450 l_ptr = link_find_link(name, &node);
2451 if (l_ptr) {
2452 /*
2453 * acquire node lock for tipc_link_send_proto_msg().
2454 * see "TIPC locking policy" in net.c.
2455 */
2456 tipc_node_lock(node);
2457 switch (cmd) {
2458 case TIPC_CMD_SET_LINK_TOL:
2459 link_set_supervision_props(l_ptr, new_value);
2460 tipc_link_send_proto_msg(l_ptr,
2461 STATE_MSG, 0, 0, new_value, 0, 0);
2462 break;
2463 case TIPC_CMD_SET_LINK_PRI:
2464 l_ptr->priority = new_value;
2465 tipc_link_send_proto_msg(l_ptr,
2466 STATE_MSG, 0, 0, 0, new_value, 0);
2467 break;
2468 case TIPC_CMD_SET_LINK_WINDOW:
2469 tipc_link_set_queue_limits(l_ptr, new_value);
2470 break;
Ying Xue636c0372013-10-18 07:23:20 +02002471 default:
2472 res = -EINVAL;
2473 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002474 }
2475 tipc_node_unlock(node);
Ying Xue636c0372013-10-18 07:23:20 +02002476 return res;
Allan Stephens5c216e12011-10-18 11:34:29 -04002477 }
2478
2479 b_ptr = tipc_bearer_find(name);
2480 if (b_ptr) {
2481 switch (cmd) {
2482 case TIPC_CMD_SET_LINK_TOL:
2483 b_ptr->tolerance = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002484 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002485 case TIPC_CMD_SET_LINK_PRI:
2486 b_ptr->priority = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002487 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002488 case TIPC_CMD_SET_LINK_WINDOW:
2489 b_ptr->window = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002490 break;
2491 default:
2492 res = -EINVAL;
2493 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002494 }
Ying Xue636c0372013-10-18 07:23:20 +02002495 return res;
Allan Stephens5c216e12011-10-18 11:34:29 -04002496 }
2497
2498 m_ptr = tipc_media_find(name);
2499 if (!m_ptr)
2500 return -ENODEV;
2501 switch (cmd) {
2502 case TIPC_CMD_SET_LINK_TOL:
2503 m_ptr->tolerance = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002504 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002505 case TIPC_CMD_SET_LINK_PRI:
2506 m_ptr->priority = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002507 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002508 case TIPC_CMD_SET_LINK_WINDOW:
2509 m_ptr->window = new_value;
Ying Xue636c0372013-10-18 07:23:20 +02002510 break;
2511 default:
2512 res = -EINVAL;
2513 break;
Allan Stephens5c216e12011-10-18 11:34:29 -04002514 }
Ying Xue636c0372013-10-18 07:23:20 +02002515 return res;
Allan Stephens5c216e12011-10-18 11:34:29 -04002516}
2517
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002518struct sk_buff *tipc_link_cmd_config(const void *req_tlv_area, int req_tlv_space,
Per Liden4323add2006-01-18 00:38:21 +01002519 u16 cmd)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002520{
2521 struct tipc_link_config *args;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002522 u32 new_value;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002523 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002524
2525 if (!TLV_CHECK(req_tlv_area, req_tlv_space, TIPC_TLV_LINK_CONFIG))
Per Liden4323add2006-01-18 00:38:21 +01002526 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002527
2528 args = (struct tipc_link_config *)TLV_DATA(req_tlv_area);
2529 new_value = ntohl(args->value);
2530
Allan Stephens5c216e12011-10-18 11:34:29 -04002531 if (!link_value_is_valid(cmd, new_value))
2532 return tipc_cfg_reply_error_string(
2533 "cannot change, value invalid");
2534
Per Liden4323add2006-01-18 00:38:21 +01002535 if (!strcmp(args->name, tipc_bclink_name)) {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002536 if ((cmd == TIPC_CMD_SET_LINK_WINDOW) &&
Per Liden4323add2006-01-18 00:38:21 +01002537 (tipc_bclink_set_queue_limits(new_value) == 0))
2538 return tipc_cfg_reply_none();
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002539 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED
Per Liden4323add2006-01-18 00:38:21 +01002540 " (cannot change setting on broadcast link)");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002541 }
2542
Per Liden4323add2006-01-18 00:38:21 +01002543 read_lock_bh(&tipc_net_lock);
Allan Stephens5c216e12011-10-18 11:34:29 -04002544 res = link_cmd_set_value(args->name, new_value, cmd);
Per Liden4323add2006-01-18 00:38:21 +01002545 read_unlock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002546 if (res)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002547 return tipc_cfg_reply_error_string("cannot change link setting");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002548
Per Liden4323add2006-01-18 00:38:21 +01002549 return tipc_cfg_reply_none();
Per Lidenb97bf3f2006-01-02 19:04:38 +01002550}
2551
2552/**
2553 * link_reset_statistics - reset link statistics
2554 * @l_ptr: pointer to link
2555 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002556static void link_reset_statistics(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002557{
2558 memset(&l_ptr->stats, 0, sizeof(l_ptr->stats));
2559 l_ptr->stats.sent_info = l_ptr->next_out_no;
2560 l_ptr->stats.recv_info = l_ptr->next_in_no;
2561}
2562
Per Liden4323add2006-01-18 00:38:21 +01002563struct sk_buff *tipc_link_cmd_reset_stats(const void *req_tlv_area, int req_tlv_space)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002564{
2565 char *link_name;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002566 struct tipc_link *l_ptr;
David S. Miller6c000552008-09-02 23:38:32 -07002567 struct tipc_node *node;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002568
2569 if (!TLV_CHECK(req_tlv_area, req_tlv_space, TIPC_TLV_LINK_NAME))
Per Liden4323add2006-01-18 00:38:21 +01002570 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002571
2572 link_name = (char *)TLV_DATA(req_tlv_area);
Per Liden4323add2006-01-18 00:38:21 +01002573 if (!strcmp(link_name, tipc_bclink_name)) {
2574 if (tipc_bclink_reset_stats())
2575 return tipc_cfg_reply_error_string("link not found");
2576 return tipc_cfg_reply_none();
Per Lidenb97bf3f2006-01-02 19:04:38 +01002577 }
2578
Per Liden4323add2006-01-18 00:38:21 +01002579 read_lock_bh(&tipc_net_lock);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002580 l_ptr = link_find_link(link_name, &node);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002581 if (!l_ptr) {
Per Liden4323add2006-01-18 00:38:21 +01002582 read_unlock_bh(&tipc_net_lock);
2583 return tipc_cfg_reply_error_string("link not found");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002584 }
2585
Per Liden4323add2006-01-18 00:38:21 +01002586 tipc_node_lock(node);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002587 link_reset_statistics(l_ptr);
Per Liden4323add2006-01-18 00:38:21 +01002588 tipc_node_unlock(node);
2589 read_unlock_bh(&tipc_net_lock);
2590 return tipc_cfg_reply_none();
Per Lidenb97bf3f2006-01-02 19:04:38 +01002591}
2592
2593/**
2594 * percent - convert count to a percentage of total (rounding up or down)
2595 */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002596static u32 percent(u32 count, u32 total)
2597{
2598 return (count * 100 + (total / 2)) / total;
2599}
2600
2601/**
Per Liden4323add2006-01-18 00:38:21 +01002602 * tipc_link_stats - print link statistics
Per Lidenb97bf3f2006-01-02 19:04:38 +01002603 * @name: link name
2604 * @buf: print buffer area
2605 * @buf_size: size of print buffer area
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002606 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002607 * Returns length of print buffer data string (or 0 if error)
2608 */
Per Liden4323add2006-01-18 00:38:21 +01002609static int tipc_link_stats(const char *name, char *buf, const u32 buf_size)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002610{
Erik Hugnedc1aed32012-06-29 00:50:23 -04002611 struct tipc_link *l;
2612 struct tipc_stats *s;
David S. Miller6c000552008-09-02 23:38:32 -07002613 struct tipc_node *node;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002614 char *status;
2615 u32 profile_total = 0;
Erik Hugnedc1aed32012-06-29 00:50:23 -04002616 int ret;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002617
Per Liden4323add2006-01-18 00:38:21 +01002618 if (!strcmp(name, tipc_bclink_name))
2619 return tipc_bclink_stats(buf, buf_size);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002620
Per Liden4323add2006-01-18 00:38:21 +01002621 read_lock_bh(&tipc_net_lock);
Erik Hugnedc1aed32012-06-29 00:50:23 -04002622 l = link_find_link(name, &node);
2623 if (!l) {
Per Liden4323add2006-01-18 00:38:21 +01002624 read_unlock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002625 return 0;
2626 }
Per Liden4323add2006-01-18 00:38:21 +01002627 tipc_node_lock(node);
Erik Hugnedc1aed32012-06-29 00:50:23 -04002628 s = &l->stats;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002629
Erik Hugnedc1aed32012-06-29 00:50:23 -04002630 if (tipc_link_is_active(l))
Per Lidenb97bf3f2006-01-02 19:04:38 +01002631 status = "ACTIVE";
Erik Hugnedc1aed32012-06-29 00:50:23 -04002632 else if (tipc_link_is_up(l))
Per Lidenb97bf3f2006-01-02 19:04:38 +01002633 status = "STANDBY";
2634 else
2635 status = "DEFUNCT";
Erik Hugnedc1aed32012-06-29 00:50:23 -04002636
2637 ret = tipc_snprintf(buf, buf_size, "Link <%s>\n"
2638 " %s MTU:%u Priority:%u Tolerance:%u ms"
2639 " Window:%u packets\n",
2640 l->name, status, l->max_pkt, l->priority,
2641 l->tolerance, l->queue_limit[0]);
2642
2643 ret += tipc_snprintf(buf + ret, buf_size - ret,
2644 " RX packets:%u fragments:%u/%u bundles:%u/%u\n",
2645 l->next_in_no - s->recv_info, s->recv_fragments,
2646 s->recv_fragmented, s->recv_bundles,
2647 s->recv_bundled);
2648
2649 ret += tipc_snprintf(buf + ret, buf_size - ret,
2650 " TX packets:%u fragments:%u/%u bundles:%u/%u\n",
2651 l->next_out_no - s->sent_info, s->sent_fragments,
2652 s->sent_fragmented, s->sent_bundles,
2653 s->sent_bundled);
2654
2655 profile_total = s->msg_length_counts;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002656 if (!profile_total)
2657 profile_total = 1;
Erik Hugnedc1aed32012-06-29 00:50:23 -04002658
2659 ret += tipc_snprintf(buf + ret, buf_size - ret,
2660 " TX profile sample:%u packets average:%u octets\n"
2661 " 0-64:%u%% -256:%u%% -1024:%u%% -4096:%u%% "
2662 "-16384:%u%% -32768:%u%% -66000:%u%%\n",
2663 s->msg_length_counts,
2664 s->msg_lengths_total / profile_total,
2665 percent(s->msg_length_profile[0], profile_total),
2666 percent(s->msg_length_profile[1], profile_total),
2667 percent(s->msg_length_profile[2], profile_total),
2668 percent(s->msg_length_profile[3], profile_total),
2669 percent(s->msg_length_profile[4], profile_total),
2670 percent(s->msg_length_profile[5], profile_total),
2671 percent(s->msg_length_profile[6], profile_total));
2672
2673 ret += tipc_snprintf(buf + ret, buf_size - ret,
2674 " RX states:%u probes:%u naks:%u defs:%u"
2675 " dups:%u\n", s->recv_states, s->recv_probes,
2676 s->recv_nacks, s->deferred_recv, s->duplicates);
2677
2678 ret += tipc_snprintf(buf + ret, buf_size - ret,
2679 " TX states:%u probes:%u naks:%u acks:%u"
2680 " dups:%u\n", s->sent_states, s->sent_probes,
2681 s->sent_nacks, s->sent_acks, s->retransmitted);
2682
2683 ret += tipc_snprintf(buf + ret, buf_size - ret,
Ying Xue3c294cb2012-11-15 11:34:45 +08002684 " Congestion link:%u Send queue"
2685 " max:%u avg:%u\n", s->link_congs,
Erik Hugnedc1aed32012-06-29 00:50:23 -04002686 s->max_queue_sz, s->queue_sz_counts ?
2687 (s->accu_queue_sz / s->queue_sz_counts) : 0);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002688
Per Liden4323add2006-01-18 00:38:21 +01002689 tipc_node_unlock(node);
2690 read_unlock_bh(&tipc_net_lock);
Erik Hugnedc1aed32012-06-29 00:50:23 -04002691 return ret;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002692}
2693
Per Liden4323add2006-01-18 00:38:21 +01002694struct sk_buff *tipc_link_cmd_show_stats(const void *req_tlv_area, int req_tlv_space)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002695{
2696 struct sk_buff *buf;
2697 struct tlv_desc *rep_tlv;
2698 int str_len;
Erik Hugnedc1aed32012-06-29 00:50:23 -04002699 int pb_len;
2700 char *pb;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002701
2702 if (!TLV_CHECK(req_tlv_area, req_tlv_space, TIPC_TLV_LINK_NAME))
Per Liden4323add2006-01-18 00:38:21 +01002703 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002704
Erik Hugnedc1aed32012-06-29 00:50:23 -04002705 buf = tipc_cfg_reply_alloc(TLV_SPACE(ULTRA_STRING_MAX_LEN));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002706 if (!buf)
2707 return NULL;
2708
2709 rep_tlv = (struct tlv_desc *)buf->data;
Erik Hugnedc1aed32012-06-29 00:50:23 -04002710 pb = TLV_DATA(rep_tlv);
2711 pb_len = ULTRA_STRING_MAX_LEN;
Per Liden4323add2006-01-18 00:38:21 +01002712 str_len = tipc_link_stats((char *)TLV_DATA(req_tlv_area),
Erik Hugnedc1aed32012-06-29 00:50:23 -04002713 pb, pb_len);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002714 if (!str_len) {
Allan Stephens5f6d9122011-11-04 13:24:29 -04002715 kfree_skb(buf);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002716 return tipc_cfg_reply_error_string("link not found");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002717 }
Erik Hugnedc1aed32012-06-29 00:50:23 -04002718 str_len += 1; /* for "\0" */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002719 skb_put(buf, TLV_SPACE(str_len));
2720 TLV_SET(rep_tlv, TIPC_TLV_ULTRA_STRING, NULL, str_len);
2721
2722 return buf;
2723}
2724
Per Lidenb97bf3f2006-01-02 19:04:38 +01002725/**
Per Liden4323add2006-01-18 00:38:21 +01002726 * tipc_link_get_max_pkt - get maximum packet size to use when sending to destination
Per Lidenb97bf3f2006-01-02 19:04:38 +01002727 * @dest: network address of destination node
2728 * @selector: used to select from set of active links
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002729 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002730 * If no active link can be found, uses default maximum packet size.
2731 */
Per Liden4323add2006-01-18 00:38:21 +01002732u32 tipc_link_get_max_pkt(u32 dest, u32 selector)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002733{
David S. Miller6c000552008-09-02 23:38:32 -07002734 struct tipc_node *n_ptr;
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002735 struct tipc_link *l_ptr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002736 u32 res = MAX_PKT_DEFAULT;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002737
Per Lidenb97bf3f2006-01-02 19:04:38 +01002738 if (dest == tipc_own_addr)
2739 return MAX_MSG_SIZE;
2740
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002741 read_lock_bh(&tipc_net_lock);
Allan Stephens51a8e4d2010-12-31 18:59:18 +00002742 n_ptr = tipc_node_find(dest);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002743 if (n_ptr) {
Per Liden4323add2006-01-18 00:38:21 +01002744 tipc_node_lock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002745 l_ptr = n_ptr->active_links[selector & 1];
2746 if (l_ptr)
Allan Stephens15e979d2010-05-11 14:30:10 +00002747 res = l_ptr->max_pkt;
Per Liden4323add2006-01-18 00:38:21 +01002748 tipc_node_unlock(n_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002749 }
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002750 read_unlock_bh(&tipc_net_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002751 return res;
2752}
2753
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05002754static void link_print(struct tipc_link *l_ptr, const char *str)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002755{
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002756 pr_info("%s Link %x<%s>:", str, l_ptr->addr, l_ptr->b_ptr->name);
Allan Stephens8d64a5b2010-12-31 18:59:27 +00002757
Per Lidenb97bf3f2006-01-02 19:04:38 +01002758 if (link_working_unknown(l_ptr))
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002759 pr_cont(":WU\n");
Allan Stephens8d64a5b2010-12-31 18:59:27 +00002760 else if (link_reset_reset(l_ptr))
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002761 pr_cont(":RR\n");
Allan Stephens8d64a5b2010-12-31 18:59:27 +00002762 else if (link_reset_unknown(l_ptr))
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002763 pr_cont(":RU\n");
Allan Stephens8d64a5b2010-12-31 18:59:27 +00002764 else if (link_working_working(l_ptr))
Paul Gortmaker5deedde2012-07-11 19:27:56 -04002765 pr_cont(":WW\n");
2766 else
2767 pr_cont("\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01002768}