blob: b1e6cae5f47ed20b21e6f0da31bc9b89129a02fe [file] [log] [blame]
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001/*
Chien Tungfa6c87d2009-12-09 15:21:56 -08002 * Copyright (c) 2006 - 2009 Intel Corporation. All rights reserved.
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:
9 *
10 * Redistribution and use in source and binary forms, with or
11 * without modification, are permitted provided that the following
12 * conditions are met:
13 *
14 * - Redistributions of source code must retain the above
15 * copyright notice, this list of conditions and the following
16 * disclaimer.
17 *
18 * - Redistributions in binary form must reproduce the above
19 * copyright notice, this list of conditions and the following
20 * disclaimer in the documentation and/or other materials
21 * provided with the distribution.
22 *
23 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30 * SOFTWARE.
31 *
32 */
33
34
35#define TCPOPT_TIMESTAMP 8
36
Arun Sharma600634972011-07-26 16:09:06 -070037#include <linux/atomic.h>
Glenn Streiff3c2d7742008-02-04 20:20:45 -080038#include <linux/skbuff.h>
39#include <linux/ip.h>
40#include <linux/tcp.h>
41#include <linux/init.h>
42#include <linux/if_arp.h>
Chien Tungf2b2b592008-03-20 19:55:30 -050043#include <linux/if_vlan.h>
Glenn Streiff3c2d7742008-02-04 20:20:45 -080044#include <linux/notifier.h>
45#include <linux/net.h>
46#include <linux/types.h>
47#include <linux/timer.h>
48#include <linux/time.h>
49#include <linux/delay.h>
50#include <linux/etherdevice.h>
51#include <linux/netdevice.h>
52#include <linux/random.h>
53#include <linux/list.h>
54#include <linux/threads.h>
Faisal Latifd2fa9b262009-12-09 15:54:28 -080055#include <linux/highmem.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090056#include <linux/slab.h>
Bob Sharp7191a0a2008-10-03 12:21:19 -070057#include <net/arp.h>
Glenn Streiff3c2d7742008-02-04 20:20:45 -080058#include <net/neighbour.h>
59#include <net/route.h>
60#include <net/ip_fib.h>
Faisal Latifc11470f2009-04-27 13:38:31 -070061#include <net/tcp.h>
Glenn Streiff3c2d7742008-02-04 20:20:45 -080062
63#include "nes.h"
64
65u32 cm_packets_sent;
66u32 cm_packets_bounced;
67u32 cm_packets_dropped;
68u32 cm_packets_retrans;
69u32 cm_packets_created;
70u32 cm_packets_received;
Faisal Latif6e10d2e2010-02-12 19:55:03 +000071atomic_t cm_listens_created;
72atomic_t cm_listens_destroyed;
Glenn Streiff3c2d7742008-02-04 20:20:45 -080073u32 cm_backlog_drops;
74atomic_t cm_loopbacks;
75atomic_t cm_nodes_created;
76atomic_t cm_nodes_destroyed;
77atomic_t cm_accel_dropped_pkts;
78atomic_t cm_resets_recvd;
79
Tatyana Nikolova615eb712011-09-25 20:17:46 +053080static inline int mini_cm_accelerated(struct nes_cm_core *, struct nes_cm_node *);
81static struct nes_cm_listener *mini_cm_listen(struct nes_cm_core *, struct nes_vnic *, struct nes_cm_info *);
Glenn Streiff3c2d7742008-02-04 20:20:45 -080082static int mini_cm_del_listen(struct nes_cm_core *, struct nes_cm_listener *);
Tatyana Nikolova615eb712011-09-25 20:17:46 +053083static struct nes_cm_node *mini_cm_connect(struct nes_cm_core *, struct nes_vnic *, u16, void *, struct nes_cm_info *);
Roland Dreier1a855fb2008-04-16 21:01:09 -070084static int mini_cm_close(struct nes_cm_core *, struct nes_cm_node *);
Tatyana Nikolova615eb712011-09-25 20:17:46 +053085static int mini_cm_accept(struct nes_cm_core *, struct nes_cm_node *);
86static int mini_cm_reject(struct nes_cm_core *, struct nes_cm_node *);
87static int mini_cm_recv_pkt(struct nes_cm_core *, struct nes_vnic *, struct sk_buff *);
Roland Dreier1a855fb2008-04-16 21:01:09 -070088static int mini_cm_dealloc_core(struct nes_cm_core *);
89static int mini_cm_get(struct nes_cm_core *);
90static int mini_cm_set(struct nes_cm_core *, u32, u32);
Faisal Latif6492cdf2008-07-24 20:50:45 -070091
Tatyana Nikolova615eb712011-09-25 20:17:46 +053092static void form_cm_frame(struct sk_buff *, struct nes_cm_node *, void *, u32, void *, u32, u8);
Faisal Latif6492cdf2008-07-24 20:50:45 -070093static int add_ref_cm_node(struct nes_cm_node *);
94static int rem_ref_cm_node(struct nes_cm_core *, struct nes_cm_node *);
95
Roland Dreier1a855fb2008-04-16 21:01:09 -070096static int nes_cm_disconn_true(struct nes_qp *);
97static int nes_cm_post_event(struct nes_cm_event *event);
98static int nes_disconnect(struct nes_qp *nesqp, int abrupt);
99static void nes_disconnect_worker(struct work_struct *work);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700100
101static int send_mpa_request(struct nes_cm_node *, struct sk_buff *);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800102static int send_mpa_reject(struct nes_cm_node *);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700103static int send_syn(struct nes_cm_node *, u32, struct sk_buff *);
104static int send_reset(struct nes_cm_node *, struct sk_buff *);
105static int send_ack(struct nes_cm_node *cm_node, struct sk_buff *skb);
Roland Dreier1a855fb2008-04-16 21:01:09 -0700106static int send_fin(struct nes_cm_node *cm_node, struct sk_buff *skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530107static void process_packet(struct nes_cm_node *, struct sk_buff *, struct nes_cm_core *);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700108
109static void active_open_err(struct nes_cm_node *, struct sk_buff *, int);
110static void passive_open_err(struct nes_cm_node *, struct sk_buff *, int);
111static void cleanup_retrans_entry(struct nes_cm_node *);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800112static void handle_rcv_mpa(struct nes_cm_node *, struct sk_buff *);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700113static void free_retrans_entry(struct nes_cm_node *cm_node);
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530114static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph, struct sk_buff *skb, int optionsize, int passive);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700115
116/* CM event handler functions */
117static void cm_event_connected(struct nes_cm_event *);
118static void cm_event_connect_error(struct nes_cm_event *);
119static void cm_event_reset(struct nes_cm_event *);
120static void cm_event_mpa_req(struct nes_cm_event *);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800121static void cm_event_mpa_reject(struct nes_cm_event *);
122static void handle_recv_entry(struct nes_cm_node *cm_node, u32 rem_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700123
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530124/* MPA build functions */
125static int cm_build_mpa_frame(struct nes_cm_node *, u8 **, u16 *, u8 *, u8);
126static void build_mpa_v2(struct nes_cm_node *, void *, u8);
127static void build_mpa_v1(struct nes_cm_node *, void *, u8);
128static void build_rdma0_msg(struct nes_cm_node *, struct nes_qp **);
129
Faisal Latif6492cdf2008-07-24 20:50:45 -0700130static void print_core(struct nes_cm_core *core);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800131
132/* External CM API Interface */
133/* instance of function pointers for client API */
134/* set address of this instance to cm_core->cm_ops at cm_core alloc */
135static struct nes_cm_ops nes_cm_api = {
136 mini_cm_accelerated,
137 mini_cm_listen,
138 mini_cm_del_listen,
139 mini_cm_connect,
140 mini_cm_close,
141 mini_cm_accept,
142 mini_cm_reject,
143 mini_cm_recv_pkt,
144 mini_cm_dealloc_core,
145 mini_cm_get,
146 mini_cm_set
147};
148
Roland Dreier1a855fb2008-04-16 21:01:09 -0700149static struct nes_cm_core *g_cm_core;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800150
151atomic_t cm_connects;
152atomic_t cm_accepts;
153atomic_t cm_disconnects;
154atomic_t cm_closes;
155atomic_t cm_connecteds;
156atomic_t cm_connect_reqs;
157atomic_t cm_rejects;
158
Faisal Latif0f0bee82011-09-25 20:34:00 -0500159int nes_add_ref_cm_node(struct nes_cm_node *cm_node)
160{
161 return add_ref_cm_node(cm_node);
162}
163
164int nes_rem_ref_cm_node(struct nes_cm_node *cm_node)
165{
166 return rem_ref_cm_node(cm_node->cm_core, cm_node);
167}
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800168
169/**
170 * create_event
171 */
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530172static struct nes_cm_event *create_event(struct nes_cm_node * cm_node,
173 enum nes_cm_event_type type)
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800174{
175 struct nes_cm_event *event;
176
177 if (!cm_node->cm_id)
178 return NULL;
179
180 /* allocate an empty event */
181 event = kzalloc(sizeof(*event), GFP_ATOMIC);
182
183 if (!event)
184 return NULL;
185
186 event->type = type;
187 event->cm_node = cm_node;
188 event->cm_info.rem_addr = cm_node->rem_addr;
189 event->cm_info.loc_addr = cm_node->loc_addr;
190 event->cm_info.rem_port = cm_node->rem_port;
191 event->cm_info.loc_port = cm_node->loc_port;
192 event->cm_info.cm_id = cm_node->cm_id;
193
Faisal Latif6492cdf2008-07-24 20:50:45 -0700194 nes_debug(NES_DBG_CM, "cm_node=%p Created event=%p, type=%u, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530195 "dst_addr=%08x[%x], src_addr=%08x[%x]\n",
196 cm_node, event, type, event->cm_info.loc_addr,
197 event->cm_info.loc_port, event->cm_info.rem_addr,
198 event->cm_info.rem_port);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800199
200 nes_cm_post_event(event);
201 return event;
202}
203
204
205/**
206 * send_mpa_request
207 */
Faisal Latif6492cdf2008-07-24 20:50:45 -0700208static int send_mpa_request(struct nes_cm_node *cm_node, struct sk_buff *skb)
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800209{
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530210 u8 start_addr = 0;
211 u8 *start_ptr = &start_addr;
212 u8 **start_buff = &start_ptr;
213 u16 buff_len = 0;
214
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800215 if (!skb) {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700216 nes_debug(NES_DBG_CM, "skb set to NULL\n");
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800217 return -1;
218 }
219
220 /* send an MPA Request frame */
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530221 cm_build_mpa_frame(cm_node, start_buff, &buff_len, NULL, MPA_KEY_REQUEST);
222 form_cm_frame(skb, cm_node, NULL, 0, *start_buff, buff_len, SET_ACK);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800223
Faisal Latif9d5ab132009-03-06 15:15:01 -0800224 return schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 1, 0);
225}
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800226
Faisal Latif9d5ab132009-03-06 15:15:01 -0800227
228
229static int send_mpa_reject(struct nes_cm_node *cm_node)
230{
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530231 struct sk_buff *skb = NULL;
232 u8 start_addr = 0;
233 u8 *start_ptr = &start_addr;
234 u8 **start_buff = &start_ptr;
235 u16 buff_len = 0;
Faisal Latif9d5ab132009-03-06 15:15:01 -0800236
237 skb = dev_alloc_skb(MAX_CM_BUFFER);
238 if (!skb) {
239 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
240 return -ENOMEM;
241 }
242
243 /* send an MPA reject frame */
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530244 cm_build_mpa_frame(cm_node, start_buff, &buff_len, NULL, MPA_KEY_REPLY);
245 form_cm_frame(skb, cm_node, NULL, 0, *start_buff, buff_len, SET_ACK | SET_FIN);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800246
247 cm_node->state = NES_CM_STATE_FIN_WAIT1;
248 return schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 1, 0);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800249}
250
251
252/**
253 * recv_mpa - process a received TCP pkt, we are expecting an
254 * IETF MPA frame
255 */
Faisal Latif9d5ab132009-03-06 15:15:01 -0800256static int parse_mpa(struct nes_cm_node *cm_node, u8 *buffer, u32 *type,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530257 u32 len)
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800258{
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530259 struct ietf_mpa_v1 *mpa_frame;
260 struct ietf_mpa_v2 *mpa_v2_frame;
261 struct ietf_rtr_msg *rtr_msg;
262 int mpa_hdr_len;
263 int priv_data_len;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800264
Faisal Latif9d5ab132009-03-06 15:15:01 -0800265 *type = NES_MPA_REQUEST_ACCEPT;
266
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800267 /* assume req frame is in tcp data payload */
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530268 if (len < sizeof(struct ietf_mpa_v1)) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800269 nes_debug(NES_DBG_CM, "The received ietf buffer was too small (%x)\n", len);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800270 return -EINVAL;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800271 }
272
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530273 /* points to the beginning of the frame, which could be MPA V1 or V2 */
274 mpa_frame = (struct ietf_mpa_v1 *)buffer;
275 mpa_hdr_len = sizeof(struct ietf_mpa_v1);
276 priv_data_len = ntohs(mpa_frame->priv_data_len);
277
Faisal Latif1cf078c2009-12-09 15:53:54 -0800278 /* make sure mpa private data len is less than 512 bytes */
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530279 if (priv_data_len > IETF_MAX_PRIV_DATA_LEN) {
Faisal Latif1cf078c2009-12-09 15:53:54 -0800280 nes_debug(NES_DBG_CM, "The received Length of Private"
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530281 " Data field exceeds 512 octets\n");
Faisal Latif1cf078c2009-12-09 15:53:54 -0800282 return -EINVAL;
283 }
284 /*
285 * make sure MPA receiver interoperate with the
286 * received MPA version and MPA key information
287 *
288 */
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530289 if (mpa_frame->rev != IETF_MPA_V1 && mpa_frame->rev != IETF_MPA_V2) {
Faisal Latif1cf078c2009-12-09 15:53:54 -0800290 nes_debug(NES_DBG_CM, "The received mpa version"
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530291 " is not supported\n");
Faisal Latif1cf078c2009-12-09 15:53:54 -0800292 return -EINVAL;
293 }
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530294 /*
295 * backwards compatibility only
296 */
297 if (mpa_frame->rev > cm_node->mpa_frame_rev) {
298 nes_debug(NES_DBG_CM, "The received mpa version"
299 " can not be interoperated\n");
300 return -EINVAL;
301 } else {
302 cm_node->mpa_frame_rev = mpa_frame->rev;
303 }
304
Faisal Latif1cf078c2009-12-09 15:53:54 -0800305 if (cm_node->state != NES_CM_STATE_MPAREQ_SENT) {
306 if (memcmp(mpa_frame->key, IEFT_MPA_KEY_REQ, IETF_MPA_KEY_SIZE)) {
307 nes_debug(NES_DBG_CM, "Unexpected MPA Key received \n");
308 return -EINVAL;
309 }
310 } else {
311 if (memcmp(mpa_frame->key, IEFT_MPA_KEY_REP, IETF_MPA_KEY_SIZE)) {
312 nes_debug(NES_DBG_CM, "Unexpected MPA Key received \n");
313 return -EINVAL;
314 }
315 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800316
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530317
318 if (priv_data_len + mpa_hdr_len != len) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800319 nes_debug(NES_DBG_CM, "The received ietf buffer was not right"
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530320 " complete (%x + %x != %x)\n",
321 priv_data_len, mpa_hdr_len, len);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800322 return -EINVAL;
323 }
324 /* make sure it does not exceed the max size */
325 if (len > MAX_CM_BUFFER) {
326 nes_debug(NES_DBG_CM, "The received ietf buffer was too large"
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530327 " (%x + %x != %x)\n",
328 priv_data_len, mpa_hdr_len, len);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800329 return -EINVAL;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800330 }
331
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530332 cm_node->mpa_frame_size = priv_data_len;
333
334 switch (mpa_frame->rev) {
335 case IETF_MPA_V2: {
336 u16 ird_size;
337 u16 ord_size;
338 mpa_v2_frame = (struct ietf_mpa_v2 *)buffer;
339 mpa_hdr_len += IETF_RTR_MSG_SIZE;
340 cm_node->mpa_frame_size -= IETF_RTR_MSG_SIZE;
341 rtr_msg = &mpa_v2_frame->rtr_msg;
342
343 /* parse rtr message */
344 rtr_msg->ctrl_ird = ntohs(rtr_msg->ctrl_ird);
345 rtr_msg->ctrl_ord = ntohs(rtr_msg->ctrl_ord);
346 ird_size = rtr_msg->ctrl_ird & IETF_NO_IRD_ORD;
347 ord_size = rtr_msg->ctrl_ord & IETF_NO_IRD_ORD;
348
349 if (!(rtr_msg->ctrl_ird & IETF_PEER_TO_PEER)) {
350 /* send reset */
351 return -EINVAL;
352 }
353
354 if (cm_node->state != NES_CM_STATE_MPAREQ_SENT) {
355 /* responder */
356 if (cm_node->ord_size > ird_size)
357 cm_node->ord_size = ird_size;
358 } else {
359 /* initiator */
360 if (cm_node->ord_size > ird_size)
361 cm_node->ord_size = ird_size;
362
363 if (cm_node->ird_size < ord_size) {
364 /* no resources available */
365 /* send terminate message */
366 return -EINVAL;
367 }
368 }
369
370 if (rtr_msg->ctrl_ord & IETF_RDMA0_READ) {
371 cm_node->send_rdma0_op = SEND_RDMA_READ_ZERO;
372 } else if (rtr_msg->ctrl_ord & IETF_RDMA0_WRITE) {
373 cm_node->send_rdma0_op = SEND_RDMA_WRITE_ZERO;
374 } else { /* Not supported RDMA0 operation */
375 return -EINVAL;
376 }
377 break;
378 }
379 case IETF_MPA_V1:
380 default:
381 break;
382 }
383
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800384 /* copy entire MPA frame to our cm_node's frame */
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530385 memcpy(cm_node->mpa_frame_buf, buffer + mpa_hdr_len, cm_node->mpa_frame_size);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800386
Faisal Latif9d5ab132009-03-06 15:15:01 -0800387 if (mpa_frame->flags & IETF_MPA_FLAGS_REJECT)
388 *type = NES_MPA_REQUEST_REJECT;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800389 return 0;
390}
391
392
393/**
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800394 * form_cm_frame - get a free packet and build empty frame Use
395 * node info to build.
396 */
Chien Tung6098d102008-11-21 20:51:01 -0600397static void form_cm_frame(struct sk_buff *skb,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530398 struct nes_cm_node *cm_node, void *options, u32 optionsize,
399 void *data, u32 datasize, u8 flags)
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800400{
401 struct tcphdr *tcph;
402 struct iphdr *iph;
403 struct ethhdr *ethh;
404 u8 *buf;
405 u16 packetsize = sizeof(*iph);
406
407 packetsize += sizeof(*tcph);
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530408 packetsize += optionsize + datasize;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800409
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530410 skb_trim(skb, 0);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800411 memset(skb->data, 0x00, ETH_HLEN + sizeof(*iph) + sizeof(*tcph));
412
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800413 buf = skb_put(skb, packetsize + ETH_HLEN);
414
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530415 ethh = (struct ethhdr *)buf;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800416 buf += ETH_HLEN;
417
418 iph = (struct iphdr *)buf;
419 buf += sizeof(*iph);
420 tcph = (struct tcphdr *)buf;
421 skb_reset_mac_header(skb);
422 skb_set_network_header(skb, ETH_HLEN);
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530423 skb_set_transport_header(skb, ETH_HLEN + sizeof(*iph));
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800424 buf += sizeof(*tcph);
425
426 skb->ip_summed = CHECKSUM_PARTIAL;
427 skb->protocol = htons(0x800);
428 skb->data_len = 0;
429 skb->mac_len = ETH_HLEN;
430
431 memcpy(ethh->h_dest, cm_node->rem_mac, ETH_ALEN);
432 memcpy(ethh->h_source, cm_node->loc_mac, ETH_ALEN);
433 ethh->h_proto = htons(0x0800);
434
435 iph->version = IPVERSION;
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530436 iph->ihl = 5; /* 5 * 4Byte words, IP headr len */
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800437 iph->tos = 0;
438 iph->tot_len = htons(packetsize);
439 iph->id = htons(++cm_node->tcp_cntxt.loc_id);
440
441 iph->frag_off = htons(0x4000);
442 iph->ttl = 0x40;
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530443 iph->protocol = 0x06; /* IPPROTO_TCP */
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800444
445 iph->saddr = htonl(cm_node->loc_addr);
446 iph->daddr = htonl(cm_node->rem_addr);
447
448 tcph->source = htons(cm_node->loc_port);
449 tcph->dest = htons(cm_node->rem_port);
450 tcph->seq = htonl(cm_node->tcp_cntxt.loc_seq_num);
451
452 if (flags & SET_ACK) {
453 cm_node->tcp_cntxt.loc_ack_num = cm_node->tcp_cntxt.rcv_nxt;
454 tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num);
455 tcph->ack = 1;
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530456 } else {
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800457 tcph->ack_seq = 0;
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530458 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800459
460 if (flags & SET_SYN) {
461 cm_node->tcp_cntxt.loc_seq_num++;
462 tcph->syn = 1;
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530463 } else {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700464 cm_node->tcp_cntxt.loc_seq_num += datasize;
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530465 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800466
Faisal Latif6492cdf2008-07-24 20:50:45 -0700467 if (flags & SET_FIN) {
468 cm_node->tcp_cntxt.loc_seq_num++;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800469 tcph->fin = 1;
Faisal Latif6492cdf2008-07-24 20:50:45 -0700470 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800471
472 if (flags & SET_RST)
473 tcph->rst = 1;
474
475 tcph->doff = (u16)((sizeof(*tcph) + optionsize + 3) >> 2);
476 tcph->window = htons(cm_node->tcp_cntxt.rcv_wnd);
477 tcph->urg_ptr = 0;
478 if (optionsize)
479 memcpy(buf, options, optionsize);
480 buf += optionsize;
481 if (datasize)
482 memcpy(buf, data, datasize);
483
484 skb_shinfo(skb)->nr_frags = 0;
485 cm_packets_created++;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800486}
487
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800488/**
489 * print_core - dump a cm core
490 */
491static void print_core(struct nes_cm_core *core)
492{
493 nes_debug(NES_DBG_CM, "---------------------------------------------\n");
494 nes_debug(NES_DBG_CM, "CM Core -- (core = %p )\n", core);
495 if (!core)
496 return;
497 nes_debug(NES_DBG_CM, "---------------------------------------------\n");
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800498
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530499 nes_debug(NES_DBG_CM, "State : %u \n", core->state);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800500
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800501 nes_debug(NES_DBG_CM, "Listen Nodes : %u \n", atomic_read(&core->listen_node_cnt));
502 nes_debug(NES_DBG_CM, "Active Nodes : %u \n", atomic_read(&core->node_cnt));
503
504 nes_debug(NES_DBG_CM, "core : %p \n", core);
505
506 nes_debug(NES_DBG_CM, "-------------- end core ---------------\n");
507}
508
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530509/**
510 * cm_build_mpa_frame - build a MPA V1 frame or MPA V2 frame
511 */
512static int cm_build_mpa_frame(struct nes_cm_node *cm_node, u8 **start_buff,
513 u16 *buff_len, u8 *pci_mem, u8 mpa_key)
514{
515 int ret = 0;
516
517 *start_buff = (pci_mem) ? pci_mem : &cm_node->mpa_frame_buf[0];
518
519 switch (cm_node->mpa_frame_rev) {
520 case IETF_MPA_V1:
521 *start_buff = (u8 *)*start_buff + sizeof(struct ietf_rtr_msg);
522 *buff_len = sizeof(struct ietf_mpa_v1) + cm_node->mpa_frame_size;
523 build_mpa_v1(cm_node, *start_buff, mpa_key);
524 break;
525 case IETF_MPA_V2:
526 *buff_len = sizeof(struct ietf_mpa_v2) + cm_node->mpa_frame_size;
527 build_mpa_v2(cm_node, *start_buff, mpa_key);
528 break;
529 default:
530 ret = -EINVAL;
531 }
532 return ret;
533}
534
535/**
536 * build_mpa_v2 - build a MPA V2 frame
537 */
538static void build_mpa_v2(struct nes_cm_node *cm_node,
539 void *start_addr, u8 mpa_key)
540{
541 struct ietf_mpa_v2 *mpa_frame = (struct ietf_mpa_v2 *)start_addr;
542 struct ietf_rtr_msg *rtr_msg = &mpa_frame->rtr_msg;
543
544 /* initialize the upper 5 bytes of the frame */
545 build_mpa_v1(cm_node, start_addr, mpa_key);
546 mpa_frame->flags |= IETF_MPA_V2_FLAG; /* set a bit to indicate MPA V2 */
547 mpa_frame->priv_data_len += htons(IETF_RTR_MSG_SIZE);
548
549 /* initialize RTR msg */
550 rtr_msg->ctrl_ird = (cm_node->ird_size > IETF_NO_IRD_ORD) ?
551 IETF_NO_IRD_ORD : cm_node->ird_size;
552 rtr_msg->ctrl_ord = (cm_node->ord_size > IETF_NO_IRD_ORD) ?
553 IETF_NO_IRD_ORD : cm_node->ord_size;
554
555 rtr_msg->ctrl_ird |= IETF_PEER_TO_PEER;
556 rtr_msg->ctrl_ird |= IETF_FLPDU_ZERO_LEN;
557
558 switch (mpa_key) {
559 case MPA_KEY_REQUEST:
560 rtr_msg->ctrl_ord |= IETF_RDMA0_WRITE;
561 rtr_msg->ctrl_ord |= IETF_RDMA0_READ;
562 break;
563 case MPA_KEY_REPLY:
564 switch (cm_node->send_rdma0_op) {
565 case SEND_RDMA_WRITE_ZERO:
566 rtr_msg->ctrl_ord |= IETF_RDMA0_WRITE;
567 break;
568 case SEND_RDMA_READ_ZERO:
569 rtr_msg->ctrl_ord |= IETF_RDMA0_READ;
570 break;
571 }
572 }
573 rtr_msg->ctrl_ird = htons(rtr_msg->ctrl_ird);
574 rtr_msg->ctrl_ord = htons(rtr_msg->ctrl_ord);
575}
576
577/**
578 * build_mpa_v1 - build a MPA V1 frame
579 */
580static void build_mpa_v1(struct nes_cm_node *cm_node, void *start_addr, u8 mpa_key)
581{
582 struct ietf_mpa_v1 *mpa_frame = (struct ietf_mpa_v1 *)start_addr;
583
584 switch (mpa_key) {
585 case MPA_KEY_REQUEST:
586 memcpy(mpa_frame->key, IEFT_MPA_KEY_REQ, IETF_MPA_KEY_SIZE);
587 break;
588 case MPA_KEY_REPLY:
589 memcpy(mpa_frame->key, IEFT_MPA_KEY_REP, IETF_MPA_KEY_SIZE);
590 break;
591 }
592 mpa_frame->flags = IETF_MPA_FLAGS_CRC;
593 mpa_frame->rev = cm_node->mpa_frame_rev;
594 mpa_frame->priv_data_len = htons(cm_node->mpa_frame_size);
595}
596
597static void build_rdma0_msg(struct nes_cm_node *cm_node, struct nes_qp **nesqp_addr)
598{
599 u64 u64temp;
600 struct nes_qp *nesqp = *nesqp_addr;
601 struct nes_hw_qp_wqe *wqe = &nesqp->hwqp.sq_vbase[0];
602
603 u64temp = (unsigned long)nesqp;
604 u64temp |= NES_SW_CONTEXT_ALIGN >> 1;
605 set_wqe_64bit_value(wqe->wqe_words, NES_IWARP_SQ_WQE_COMP_CTX_LOW_IDX, u64temp);
606
607 wqe->wqe_words[NES_IWARP_SQ_WQE_FRAG0_LOW_IDX] = 0;
608 wqe->wqe_words[NES_IWARP_SQ_WQE_FRAG0_HIGH_IDX] = 0;
609
610 switch (cm_node->send_rdma0_op) {
611 case SEND_RDMA_WRITE_ZERO:
612 nes_debug(NES_DBG_CM, "Sending first write.\n");
613 wqe->wqe_words[NES_IWARP_SQ_WQE_MISC_IDX] =
614 cpu_to_le32(NES_IWARP_SQ_OP_RDMAW);
615 wqe->wqe_words[NES_IWARP_SQ_WQE_TOTAL_PAYLOAD_IDX] = 0;
616 wqe->wqe_words[NES_IWARP_SQ_WQE_LENGTH0_IDX] = 0;
617 wqe->wqe_words[NES_IWARP_SQ_WQE_STAG0_IDX] = 0;
618 break;
619
620 case SEND_RDMA_READ_ZERO:
621 default:
622 if (cm_node->send_rdma0_op != SEND_RDMA_READ_ZERO) {
623 printk(KERN_ERR "%s[%u]: Unsupported RDMA0 len operation=%u\n",
624 __func__, __LINE__, cm_node->send_rdma0_op);
625 WARN_ON(1);
626 }
627 nes_debug(NES_DBG_CM, "Sending first rdma operation.\n");
628 wqe->wqe_words[NES_IWARP_SQ_WQE_MISC_IDX] =
629 cpu_to_le32(NES_IWARP_SQ_OP_RDMAR);
630 wqe->wqe_words[NES_IWARP_SQ_WQE_RDMA_TO_LOW_IDX] = 1;
631 wqe->wqe_words[NES_IWARP_SQ_WQE_RDMA_TO_HIGH_IDX] = 0;
632 wqe->wqe_words[NES_IWARP_SQ_WQE_RDMA_LENGTH_IDX] = 0;
633 wqe->wqe_words[NES_IWARP_SQ_WQE_RDMA_STAG_IDX] = 1;
634 wqe->wqe_words[NES_IWARP_SQ_WQE_STAG0_IDX] = 1;
635 break;
636 }
637
638 if (nesqp->sq_kmapped) {
639 nesqp->sq_kmapped = 0;
640 kunmap(nesqp->page);
641 }
642
643 /*use the reserved spot on the WQ for the extra first WQE*/
644 nesqp->nesqp_context->ird_ord_sizes &= cpu_to_le32(~(NES_QPCONTEXT_ORDIRD_LSMM_PRESENT |
645 NES_QPCONTEXT_ORDIRD_WRPDU |
646 NES_QPCONTEXT_ORDIRD_ALSMM));
647 nesqp->skip_lsmm = 1;
648 nesqp->hwqp.sq_tail = 0;
649}
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800650
651/**
652 * schedule_nes_timer
653 * note - cm_node needs to be protected before calling this. Encase in:
654 * rem_ref_cm_node(cm_core, cm_node);add_ref_cm_node(cm_node);
655 */
656int schedule_nes_timer(struct nes_cm_node *cm_node, struct sk_buff *skb,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530657 enum nes_timer_type type, int send_retrans,
658 int close_when_complete)
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800659{
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530660 unsigned long flags;
Faisal Latif6492cdf2008-07-24 20:50:45 -0700661 struct nes_cm_core *cm_core = cm_node->cm_core;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800662 struct nes_timer_entry *new_send;
663 int ret = 0;
664 u32 was_timer_set;
665
666 new_send = kzalloc(sizeof(*new_send), GFP_ATOMIC);
667 if (!new_send)
Faisal Latif9d5ab132009-03-06 15:15:01 -0800668 return -ENOMEM;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800669
670 /* new_send->timetosend = currenttime */
671 new_send->retrycount = NES_DEFAULT_RETRYS;
672 new_send->retranscount = NES_DEFAULT_RETRANS;
673 new_send->skb = skb;
674 new_send->timetosend = jiffies;
675 new_send->type = type;
676 new_send->netdev = cm_node->netdev;
677 new_send->send_retrans = send_retrans;
678 new_send->close_when_complete = close_when_complete;
679
680 if (type == NES_TIMER_TYPE_CLOSE) {
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530681 new_send->timetosend += (HZ / 10);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800682 if (cm_node->recv_entry) {
Faisal Latif79fc3d72009-04-08 14:22:20 -0700683 kfree(new_send);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800684 WARN_ON(1);
685 return -EINVAL;
686 }
687 cm_node->recv_entry = new_send;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800688 }
689
690 if (type == NES_TIMER_TYPE_SEND) {
Roland Dreierb30db1c2008-04-16 21:01:07 -0700691 new_send->seq_num = ntohl(tcp_hdr(skb)->seq);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800692 atomic_inc(&new_send->skb->users);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700693 spin_lock_irqsave(&cm_node->retrans_list_lock, flags);
694 cm_node->send_entry = new_send;
695 add_ref_cm_node(cm_node);
696 spin_unlock_irqrestore(&cm_node->retrans_list_lock, flags);
697 new_send->timetosend = jiffies + NES_RETRY_TIMEOUT;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800698
699 ret = nes_nic_cm_xmit(new_send->skb, cm_node->netdev);
700 if (ret != NETDEV_TX_OK) {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700701 nes_debug(NES_DBG_CM, "Error sending packet %p "
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530702 "(jiffies = %lu)\n", new_send, jiffies);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800703 new_send->timetosend = jiffies;
Faisal Latif5962c2c2009-04-08 14:23:55 -0700704 ret = NETDEV_TX_OK;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800705 } else {
706 cm_packets_sent++;
707 if (!send_retrans) {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700708 cleanup_retrans_entry(cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800709 if (close_when_complete)
Faisal Latif6492cdf2008-07-24 20:50:45 -0700710 rem_ref_cm_node(cm_core, cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800711 return ret;
712 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800713 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800714 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800715
716 was_timer_set = timer_pending(&cm_core->tcp_timer);
717
718 if (!was_timer_set) {
719 cm_core->tcp_timer.expires = new_send->timetosend;
720 add_timer(&cm_core->tcp_timer);
721 }
722
723 return ret;
724}
725
Faisal Latif9d5ab132009-03-06 15:15:01 -0800726static void nes_retrans_expired(struct nes_cm_node *cm_node)
727{
Faisal Latif68237a02009-06-22 22:53:28 -0700728 struct iw_cm_id *cm_id = cm_node->cm_id;
Faisal Latifdae58722010-08-14 21:04:56 +0000729 enum nes_cm_node_state state = cm_node->state;
730 cm_node->state = NES_CM_STATE_CLOSED;
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530731
Faisal Latifdae58722010-08-14 21:04:56 +0000732 switch (state) {
Faisal Latif9d5ab132009-03-06 15:15:01 -0800733 case NES_CM_STATE_SYN_RCVD:
734 case NES_CM_STATE_CLOSING:
735 rem_ref_cm_node(cm_node->cm_core, cm_node);
736 break;
737 case NES_CM_STATE_LAST_ACK:
738 case NES_CM_STATE_FIN_WAIT1:
Faisal Latif68237a02009-06-22 22:53:28 -0700739 if (cm_node->cm_id)
740 cm_id->rem_ref(cm_id);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800741 send_reset(cm_node, NULL);
742 break;
743 default:
Faisal Latif69524e12009-12-09 15:54:03 -0800744 add_ref_cm_node(cm_node);
745 send_reset(cm_node, NULL);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800746 create_event(cm_node, NES_CM_EVENT_ABORTED);
747 }
748}
749
750static void handle_recv_entry(struct nes_cm_node *cm_node, u32 rem_node)
751{
752 struct nes_timer_entry *recv_entry = cm_node->recv_entry;
753 struct iw_cm_id *cm_id = cm_node->cm_id;
754 struct nes_qp *nesqp;
755 unsigned long qplockflags;
756
757 if (!recv_entry)
758 return;
759 nesqp = (struct nes_qp *)recv_entry->skb;
760 if (nesqp) {
761 spin_lock_irqsave(&nesqp->lock, qplockflags);
762 if (nesqp->cm_id) {
763 nes_debug(NES_DBG_CM, "QP%u: cm_id = %p, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530764 "refcount = %d: HIT A "
765 "NES_TIMER_TYPE_CLOSE with something "
766 "to do!!!\n", nesqp->hwqp.qp_id, cm_id,
767 atomic_read(&nesqp->refcount));
Faisal Latif9d5ab132009-03-06 15:15:01 -0800768 nesqp->hw_tcp_state = NES_AEQE_TCP_STATE_CLOSED;
769 nesqp->last_aeq = NES_AEQE_AEID_RESET_SENT;
770 nesqp->ibqp_state = IB_QPS_ERR;
771 spin_unlock_irqrestore(&nesqp->lock, qplockflags);
772 nes_cm_disconn(nesqp);
773 } else {
774 spin_unlock_irqrestore(&nesqp->lock, qplockflags);
775 nes_debug(NES_DBG_CM, "QP%u: cm_id = %p, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530776 "refcount = %d: HIT A "
777 "NES_TIMER_TYPE_CLOSE with nothing "
778 "to do!!!\n", nesqp->hwqp.qp_id, cm_id,
779 atomic_read(&nesqp->refcount));
Faisal Latif9d5ab132009-03-06 15:15:01 -0800780 }
781 } else if (rem_node) {
782 /* TIME_WAIT state */
783 rem_ref_cm_node(cm_node->cm_core, cm_node);
784 }
785 if (cm_node->cm_id)
786 cm_id->rem_ref(cm_id);
787 kfree(recv_entry);
788 cm_node->recv_entry = NULL;
789}
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800790
791/**
792 * nes_cm_timer_tick
793 */
Roland Dreier1a855fb2008-04-16 21:01:09 -0700794static void nes_cm_timer_tick(unsigned long pass)
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800795{
Faisal Latif9d5ab132009-03-06 15:15:01 -0800796 unsigned long flags;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800797 unsigned long nexttimeout = jiffies + NES_LONG_TIME;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800798 struct nes_cm_node *cm_node;
799 struct nes_timer_entry *send_entry, *recv_entry;
Faisal Latif9d5ab132009-03-06 15:15:01 -0800800 struct list_head *list_core_temp;
801 struct list_head *list_node;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800802 struct nes_cm_core *cm_core = g_cm_core;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800803 u32 settimer = 0;
Faisal Latif4e9c3902009-04-27 13:39:36 -0700804 unsigned long timetosend;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800805 int ret = NETDEV_TX_OK;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800806
Faisal Latif879e5bd2008-11-21 20:50:41 -0600807 struct list_head timer_list;
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530808
Faisal Latif879e5bd2008-11-21 20:50:41 -0600809 INIT_LIST_HEAD(&timer_list);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800810 spin_lock_irqsave(&cm_core->ht_lock, flags);
811
Faisal Latif6492cdf2008-07-24 20:50:45 -0700812 list_for_each_safe(list_node, list_core_temp,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530813 &cm_core->connected_nodes) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800814 cm_node = container_of(list_node, struct nes_cm_node, list);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800815 if ((cm_node->recv_entry) || (cm_node->send_entry)) {
Faisal Latif879e5bd2008-11-21 20:50:41 -0600816 add_ref_cm_node(cm_node);
817 list_add(&cm_node->timer_entry, &timer_list);
818 }
819 }
820 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
821
822 list_for_each_safe(list_node, list_core_temp, &timer_list) {
823 cm_node = container_of(list_node, struct nes_cm_node,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530824 timer_entry);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800825 recv_entry = cm_node->recv_entry;
826
827 if (recv_entry) {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700828 if (time_after(recv_entry->timetosend, jiffies)) {
829 if (nexttimeout > recv_entry->timetosend ||
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530830 !settimer) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800831 nexttimeout = recv_entry->timetosend;
832 settimer = 1;
833 }
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530834 } else {
Faisal Latif9d5ab132009-03-06 15:15:01 -0800835 handle_recv_entry(cm_node, 1);
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530836 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800837 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800838
839 spin_lock_irqsave(&cm_node->retrans_list_lock, flags);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700840 do {
841 send_entry = cm_node->send_entry;
842 if (!send_entry)
Faisal Latifc5d321e2008-11-21 20:50:38 -0600843 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800844 if (time_after(send_entry->timetosend, jiffies)) {
845 if (cm_node->state != NES_CM_STATE_TSA) {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700846 if ((nexttimeout >
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530847 send_entry->timetosend) ||
848 !settimer) {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700849 nexttimeout =
850 send_entry->timetosend;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800851 settimer = 1;
852 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800853 } else {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700854 free_retrans_entry(cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800855 }
Faisal Latif9d5ab132009-03-06 15:15:01 -0800856 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800857 }
Faisal Latif6492cdf2008-07-24 20:50:45 -0700858
859 if ((cm_node->state == NES_CM_STATE_TSA) ||
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530860 (cm_node->state == NES_CM_STATE_CLOSED)) {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700861 free_retrans_entry(cm_node);
Faisal Latifc5d321e2008-11-21 20:50:38 -0600862 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800863 }
864
Faisal Latif6492cdf2008-07-24 20:50:45 -0700865 if (!send_entry->retranscount ||
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530866 !send_entry->retrycount) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800867 cm_packets_dropped++;
Faisal Latif6492cdf2008-07-24 20:50:45 -0700868 free_retrans_entry(cm_node);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800869
Faisal Latif6492cdf2008-07-24 20:50:45 -0700870 spin_unlock_irqrestore(
871 &cm_node->retrans_list_lock, flags);
Faisal Latif9d5ab132009-03-06 15:15:01 -0800872 nes_retrans_expired(cm_node);
873 cm_node->state = NES_CM_STATE_CLOSED;
Faisal Latif6492cdf2008-07-24 20:50:45 -0700874 spin_lock_irqsave(&cm_node->retrans_list_lock,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530875 flags);
Faisal Latifc5d321e2008-11-21 20:50:38 -0600876 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800877 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800878 atomic_inc(&send_entry->skb->users);
879 cm_packets_retrans++;
Faisal Latif6492cdf2008-07-24 20:50:45 -0700880 nes_debug(NES_DBG_CM, "Retransmitting send_entry %p "
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530881 "for node %p, jiffies = %lu, time to send = "
882 "%lu, retranscount = %u, send_entry->seq_num = "
883 "0x%08X, cm_node->tcp_cntxt.rem_ack_num = "
884 "0x%08X\n", send_entry, cm_node, jiffies,
885 send_entry->timetosend,
886 send_entry->retranscount,
887 send_entry->seq_num,
888 cm_node->tcp_cntxt.rem_ack_num);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800889
Faisal Latif6492cdf2008-07-24 20:50:45 -0700890 spin_unlock_irqrestore(&cm_node->retrans_list_lock,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530891 flags);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800892 ret = nes_nic_cm_xmit(send_entry->skb, cm_node->netdev);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700893 spin_lock_irqsave(&cm_node->retrans_list_lock, flags);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800894 if (ret != NETDEV_TX_OK) {
Faisal Latif6492cdf2008-07-24 20:50:45 -0700895 nes_debug(NES_DBG_CM, "rexmit failed for "
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530896 "node=%p\n", cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800897 cm_packets_bounced++;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800898 send_entry->retrycount--;
899 nexttimeout = jiffies + NES_SHORT_TIME;
900 settimer = 1;
Faisal Latifc5d321e2008-11-21 20:50:38 -0600901 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800902 } else {
903 cm_packets_sent++;
904 }
Faisal Latif6492cdf2008-07-24 20:50:45 -0700905 nes_debug(NES_DBG_CM, "Packet Sent: retrans count = "
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530906 "%u, retry count = %u.\n",
907 send_entry->retranscount,
908 send_entry->retrycount);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800909 if (send_entry->send_retrans) {
910 send_entry->retranscount--;
Faisal Latif4e9c3902009-04-27 13:39:36 -0700911 timetosend = (NES_RETRY_TIMEOUT <<
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530912 (NES_DEFAULT_RETRANS - send_entry->retranscount));
Faisal Latif4e9c3902009-04-27 13:39:36 -0700913
Faisal Latif6492cdf2008-07-24 20:50:45 -0700914 send_entry->timetosend = jiffies +
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530915 min(timetosend, NES_MAX_TIMEOUT);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700916 if (nexttimeout > send_entry->timetosend ||
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530917 !settimer) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800918 nexttimeout = send_entry->timetosend;
919 settimer = 1;
920 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800921 } else {
922 int close_when_complete;
Faisal Latif6492cdf2008-07-24 20:50:45 -0700923 close_when_complete =
924 send_entry->close_when_complete;
925 nes_debug(NES_DBG_CM, "cm_node=%p state=%d\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530926 cm_node, cm_node->state);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700927 free_retrans_entry(cm_node);
928 if (close_when_complete)
929 rem_ref_cm_node(cm_node->cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530930 cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800931 }
Faisal Latif6492cdf2008-07-24 20:50:45 -0700932 } while (0);
933
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800934 spin_unlock_irqrestore(&cm_node->retrans_list_lock, flags);
Faisal Latif6492cdf2008-07-24 20:50:45 -0700935 rem_ref_cm_node(cm_node->cm_core, cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800936 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800937
938 if (settimer) {
939 if (!timer_pending(&cm_core->tcp_timer)) {
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530940 cm_core->tcp_timer.expires = nexttimeout;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800941 add_timer(&cm_core->tcp_timer);
942 }
943 }
944}
945
946
947/**
948 * send_syn
949 */
Faisal Latif6492cdf2008-07-24 20:50:45 -0700950static int send_syn(struct nes_cm_node *cm_node, u32 sendack,
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530951 struct sk_buff *skb)
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800952{
953 int ret;
954 int flags = SET_SYN;
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800955 char optionsbuffer[sizeof(struct option_mss) +
Tatyana Nikolova615eb712011-09-25 20:17:46 +0530956 sizeof(struct option_windowscale) + sizeof(struct option_base) +
957 TCP_OPTIONS_PADDING];
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800958
959 int optionssize = 0;
960 /* Sending MSS option */
961 union all_known_options *options;
962
963 if (!cm_node)
964 return -EINVAL;
965
966 options = (union all_known_options *)&optionsbuffer[optionssize];
967 options->as_mss.optionnum = OPTION_NUMBER_MSS;
968 options->as_mss.length = sizeof(struct option_mss);
969 options->as_mss.mss = htons(cm_node->tcp_cntxt.mss);
970 optionssize += sizeof(struct option_mss);
971
972 options = (union all_known_options *)&optionsbuffer[optionssize];
973 options->as_windowscale.optionnum = OPTION_NUMBER_WINDOW_SCALE;
974 options->as_windowscale.length = sizeof(struct option_windowscale);
975 options->as_windowscale.shiftcount = cm_node->tcp_cntxt.rcv_wscale;
976 optionssize += sizeof(struct option_windowscale);
977
Faisal Latif6492cdf2008-07-24 20:50:45 -0700978 if (sendack && !(NES_DRV_OPT_SUPRESS_OPTION_BC & nes_drv_opt)) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800979 options = (union all_known_options *)&optionsbuffer[optionssize];
980 options->as_base.optionnum = OPTION_NUMBER_WRITE0;
981 options->as_base.length = sizeof(struct option_base);
982 optionssize += sizeof(struct option_base);
983 /* we need the size to be a multiple of 4 */
984 options = (union all_known_options *)&optionsbuffer[optionssize];
985 options->as_end = 1;
986 optionssize += 1;
987 options = (union all_known_options *)&optionsbuffer[optionssize];
988 options->as_end = 1;
989 optionssize += 1;
990 }
991
992 options = (union all_known_options *)&optionsbuffer[optionssize];
993 options->as_end = OPTION_NUMBER_END;
994 optionssize += 1;
995
Faisal Latif6492cdf2008-07-24 20:50:45 -0700996 if (!skb)
Faisal Latife1890622008-12-24 20:30:04 -0800997 skb = dev_alloc_skb(MAX_CM_BUFFER);
Glenn Streiff3c2d7742008-02-04 20:20:45 -0800998 if (!skb) {
999 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
1000 return -1;
1001 }
1002
1003 if (sendack)
1004 flags |= SET_ACK;
1005
1006 form_cm_frame(skb, cm_node, optionsbuffer, optionssize, NULL, 0, flags);
1007 ret = schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 1, 0);
1008
1009 return ret;
1010}
1011
1012
1013/**
1014 * send_reset
1015 */
Faisal Latif6492cdf2008-07-24 20:50:45 -07001016static int send_reset(struct nes_cm_node *cm_node, struct sk_buff *skb)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001017{
1018 int ret;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001019 int flags = SET_RST | SET_ACK;
1020
Faisal Latif6492cdf2008-07-24 20:50:45 -07001021 if (!skb)
Faisal Latife1890622008-12-24 20:30:04 -08001022 skb = dev_alloc_skb(MAX_CM_BUFFER);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001023 if (!skb) {
1024 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
Faisal Latif9d5ab132009-03-06 15:15:01 -08001025 return -ENOMEM;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001026 }
1027
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001028 form_cm_frame(skb, cm_node, NULL, 0, NULL, 0, flags);
1029 ret = schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 0, 1);
1030
1031 return ret;
1032}
1033
1034
1035/**
1036 * send_ack
1037 */
Faisal Latif6492cdf2008-07-24 20:50:45 -07001038static int send_ack(struct nes_cm_node *cm_node, struct sk_buff *skb)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001039{
1040 int ret;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001041
1042 if (!skb)
Faisal Latife1890622008-12-24 20:30:04 -08001043 skb = dev_alloc_skb(MAX_CM_BUFFER);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001044
1045 if (!skb) {
1046 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
1047 return -1;
1048 }
1049
1050 form_cm_frame(skb, cm_node, NULL, 0, NULL, 0, SET_ACK);
1051 ret = schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 0, 0);
1052
1053 return ret;
1054}
1055
1056
1057/**
1058 * send_fin
1059 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07001060static int send_fin(struct nes_cm_node *cm_node, struct sk_buff *skb)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001061{
1062 int ret;
1063
1064 /* if we didn't get a frame get one */
1065 if (!skb)
Faisal Latife1890622008-12-24 20:30:04 -08001066 skb = dev_alloc_skb(MAX_CM_BUFFER);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001067
1068 if (!skb) {
1069 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
1070 return -1;
1071 }
1072
1073 form_cm_frame(skb, cm_node, NULL, 0, NULL, 0, SET_ACK | SET_FIN);
1074 ret = schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 1, 0);
1075
1076 return ret;
1077}
1078
1079
1080/**
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001081 * find_node - find a cm node that matches the reference cm node
1082 */
1083static struct nes_cm_node *find_node(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301084 u16 rem_port, nes_addr_t rem_addr, u16 loc_port, nes_addr_t loc_addr)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001085{
1086 unsigned long flags;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001087 struct list_head *hte;
1088 struct nes_cm_node *cm_node;
1089
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001090 /* get a handle on the hte */
1091 hte = &cm_core->connected_nodes;
1092
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001093 /* walk list and find cm_node associated with this session ID */
1094 spin_lock_irqsave(&cm_core->ht_lock, flags);
Robert P. J. Day4e96a772008-04-16 21:09:26 -07001095 list_for_each_entry(cm_node, hte, list) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001096 /* compare quad, return node handle if a match */
1097 nes_debug(NES_DBG_CM, "finding node %x:%x =? %x:%x ^ %x:%x =? %x:%x\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301098 cm_node->loc_addr, cm_node->loc_port,
1099 loc_addr, loc_port,
1100 cm_node->rem_addr, cm_node->rem_port,
1101 rem_addr, rem_port);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001102 if ((cm_node->loc_addr == loc_addr) && (cm_node->loc_port == loc_port) &&
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301103 (cm_node->rem_addr == rem_addr) && (cm_node->rem_port == rem_port)) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001104 add_ref_cm_node(cm_node);
1105 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
1106 return cm_node;
1107 }
1108 }
1109 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
1110
1111 /* no owner node */
1112 return NULL;
1113}
1114
1115
1116/**
1117 * find_listener - find a cm node listening on this addr-port pair
1118 */
1119static struct nes_cm_listener *find_listener(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301120 nes_addr_t dst_addr, u16 dst_port, enum nes_cm_listener_state listener_state)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001121{
1122 unsigned long flags;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001123 struct nes_cm_listener *listen_node;
1124
1125 /* walk list and find cm_node associated with this session ID */
1126 spin_lock_irqsave(&cm_core->listen_list_lock, flags);
Robert P. J. Day4e96a772008-04-16 21:09:26 -07001127 list_for_each_entry(listen_node, &cm_core->listen_list.list, list) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001128 /* compare node pair, return node handle if a match */
1129 if (((listen_node->loc_addr == dst_addr) ||
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301130 listen_node->loc_addr == 0x00000000) &&
1131 (listen_node->loc_port == dst_port) &&
1132 (listener_state & listen_node->listener_state)) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001133 atomic_inc(&listen_node->ref_count);
1134 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
1135 return listen_node;
1136 }
1137 }
1138 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
1139
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001140 /* no listener */
1141 return NULL;
1142}
1143
1144
1145/**
1146 * add_hte_node - add a cm node to the hash table
1147 */
1148static int add_hte_node(struct nes_cm_core *cm_core, struct nes_cm_node *cm_node)
1149{
1150 unsigned long flags;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001151 struct list_head *hte;
1152
1153 if (!cm_node || !cm_core)
1154 return -EINVAL;
1155
Faisal Latif6492cdf2008-07-24 20:50:45 -07001156 nes_debug(NES_DBG_CM, "Adding Node %p to Active Connection HT\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301157 cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001158
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001159 spin_lock_irqsave(&cm_core->ht_lock, flags);
1160
1161 /* get a handle on the hash table element (list head for this slot) */
1162 hte = &cm_core->connected_nodes;
1163 list_add_tail(&cm_node->list, hte);
1164 atomic_inc(&cm_core->ht_node_cnt);
1165
1166 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
1167
1168 return 0;
1169}
1170
1171
1172/**
1173 * mini_cm_dec_refcnt_listen
1174 */
1175static int mini_cm_dec_refcnt_listen(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301176 struct nes_cm_listener *listener, int free_hanging_nodes)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001177{
Faisal Latif9d5ab132009-03-06 15:15:01 -08001178 int ret = -EINVAL;
1179 int err = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001180 unsigned long flags;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001181 struct list_head *list_pos = NULL;
1182 struct list_head *list_temp = NULL;
1183 struct nes_cm_node *cm_node = NULL;
Faisal Latif879e5bd2008-11-21 20:50:41 -06001184 struct list_head reset_list;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001185
1186 nes_debug(NES_DBG_CM, "attempting listener= %p free_nodes= %d, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301187 "refcnt=%d\n", listener, free_hanging_nodes,
1188 atomic_read(&listener->ref_count));
Faisal Latif6492cdf2008-07-24 20:50:45 -07001189 /* free non-accelerated child nodes for this listener */
Faisal Latif879e5bd2008-11-21 20:50:41 -06001190 INIT_LIST_HEAD(&reset_list);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001191 if (free_hanging_nodes) {
1192 spin_lock_irqsave(&cm_core->ht_lock, flags);
1193 list_for_each_safe(list_pos, list_temp,
Faisal Latif879e5bd2008-11-21 20:50:41 -06001194 &g_cm_core->connected_nodes) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07001195 cm_node = container_of(list_pos, struct nes_cm_node,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301196 list);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001197 if ((cm_node->listener == listener) &&
Faisal Latif879e5bd2008-11-21 20:50:41 -06001198 (!cm_node->accelerated)) {
1199 add_ref_cm_node(cm_node);
1200 list_add(&cm_node->reset_entry, &reset_list);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001201 }
1202 }
1203 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
1204 }
Faisal Latif879e5bd2008-11-21 20:50:41 -06001205
1206 list_for_each_safe(list_pos, list_temp, &reset_list) {
1207 cm_node = container_of(list_pos, struct nes_cm_node,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301208 reset_entry);
Faisal Latif9d5ab132009-03-06 15:15:01 -08001209 {
1210 struct nes_cm_node *loopback = cm_node->loopbackpartner;
Faisal Latifc5a7d482009-12-09 15:54:08 -08001211 enum nes_cm_node_state old_state;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001212 if (NES_CM_STATE_FIN_WAIT1 <= cm_node->state) {
1213 rem_ref_cm_node(cm_node->cm_core, cm_node);
1214 } else {
1215 if (!loopback) {
1216 cleanup_retrans_entry(cm_node);
1217 err = send_reset(cm_node, NULL);
1218 if (err) {
1219 cm_node->state =
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301220 NES_CM_STATE_CLOSED;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001221 WARN_ON(1);
1222 } else {
Faisal Latifc5a7d482009-12-09 15:54:08 -08001223 old_state = cm_node->state;
1224 cm_node->state = NES_CM_STATE_LISTENER_DESTROYED;
1225 if (old_state != NES_CM_STATE_MPAREQ_RCVD)
1226 rem_ref_cm_node(
1227 cm_node->cm_core,
1228 cm_node);
Faisal Latif9d5ab132009-03-06 15:15:01 -08001229 }
1230 } else {
1231 struct nes_cm_event event;
1232
1233 event.cm_node = loopback;
1234 event.cm_info.rem_addr =
1235 loopback->rem_addr;
1236 event.cm_info.loc_addr =
1237 loopback->loc_addr;
1238 event.cm_info.rem_port =
1239 loopback->rem_port;
1240 event.cm_info.loc_port =
1241 loopback->loc_port;
1242 event.cm_info.cm_id = loopback->cm_id;
Faisal Latif43093b92010-02-12 19:57:04 +00001243 add_ref_cm_node(loopback);
1244 loopback->state = NES_CM_STATE_CLOSED;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001245 cm_event_connect_error(&event);
Faisal Latifc5a7d482009-12-09 15:54:08 -08001246 cm_node->state = NES_CM_STATE_LISTENER_DESTROYED;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001247
Faisal Latif9d5ab132009-03-06 15:15:01 -08001248 rem_ref_cm_node(cm_node->cm_core,
1249 cm_node);
1250
1251 }
1252 }
1253 }
Faisal Latif879e5bd2008-11-21 20:50:41 -06001254 }
1255
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001256 spin_lock_irqsave(&cm_core->listen_list_lock, flags);
1257 if (!atomic_dec_return(&listener->ref_count)) {
1258 list_del(&listener->list);
1259
1260 /* decrement our listen node count */
1261 atomic_dec(&cm_core->listen_node_cnt);
1262
1263 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
1264
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301265 if (listener->nesvnic)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001266 nes_manage_apbvt(listener->nesvnic, listener->loc_port,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301267 PCI_FUNC(listener->nesvnic->nesdev->pcidev->devfn), NES_MANAGE_APBVT_DEL);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001268
1269 nes_debug(NES_DBG_CM, "destroying listener (%p)\n", listener);
1270
1271 kfree(listener);
Faisal Latifa2e9c382008-02-21 08:27:32 -06001272 listener = NULL;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001273 ret = 0;
Faisal Latif6e10d2e2010-02-12 19:55:03 +00001274 atomic_inc(&cm_listens_destroyed);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001275 } else {
1276 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
1277 }
1278 if (listener) {
1279 if (atomic_read(&listener->pend_accepts_cnt) > 0)
1280 nes_debug(NES_DBG_CM, "destroying listener (%p)"
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301281 " with non-zero pending accepts=%u\n",
1282 listener, atomic_read(&listener->pend_accepts_cnt));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001283 }
1284
1285 return ret;
1286}
1287
1288
1289/**
1290 * mini_cm_del_listen
1291 */
1292static int mini_cm_del_listen(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301293 struct nes_cm_listener *listener)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001294{
1295 listener->listener_state = NES_CM_LISTENER_PASSIVE_STATE;
1296 listener->cm_id = NULL; /* going to be destroyed pretty soon */
1297 return mini_cm_dec_refcnt_listen(cm_core, listener, 1);
1298}
1299
1300
1301/**
1302 * mini_cm_accelerated
1303 */
1304static inline int mini_cm_accelerated(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301305 struct nes_cm_node *cm_node)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001306{
1307 u32 was_timer_set;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301308
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001309 cm_node->accelerated = 1;
1310
1311 if (cm_node->accept_pend) {
1312 BUG_ON(!cm_node->listener);
1313 atomic_dec(&cm_node->listener->pend_accepts_cnt);
Faisal Latif9d5ab132009-03-06 15:15:01 -08001314 cm_node->accept_pend = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001315 BUG_ON(atomic_read(&cm_node->listener->pend_accepts_cnt) < 0);
1316 }
1317
1318 was_timer_set = timer_pending(&cm_core->tcp_timer);
1319 if (!was_timer_set) {
1320 cm_core->tcp_timer.expires = jiffies + NES_SHORT_TIME;
1321 add_timer(&cm_core->tcp_timer);
1322 }
1323
1324 return 0;
1325}
1326
1327
1328/**
Bob Sharp7191a0a2008-10-03 12:21:19 -07001329 * nes_addr_resolve_neigh
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001330 */
Faisal Latif7a576df2009-12-09 15:54:33 -08001331static int nes_addr_resolve_neigh(struct nes_vnic *nesvnic, u32 dst_ip, int arpindex)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001332{
1333 struct rtable *rt;
Bob Sharp7191a0a2008-10-03 12:21:19 -07001334 struct neighbour *neigh;
Faisal Latif7a576df2009-12-09 15:54:33 -08001335 int rc = arpindex;
Maciej Sosnowski2a4c97e2010-11-24 17:29:30 +00001336 struct net_device *netdev;
Faisal Latif7a576df2009-12-09 15:54:33 -08001337 struct nes_adapter *nesadapter = nesvnic->nesdev->nesadapter;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001338
David S. Miller78fbfd82011-03-12 00:00:52 -05001339 rt = ip_route_output(&init_net, htonl(dst_ip), 0, 0, 0);
David S. Millerb23dd4f2011-03-02 14:31:35 -08001340 if (IS_ERR(rt)) {
Faisal Latif9d5ab132009-03-06 15:15:01 -08001341 printk(KERN_ERR "%s: ip_route_output_key failed for 0x%08X\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301342 __func__, dst_ip);
Bob Sharp7191a0a2008-10-03 12:21:19 -07001343 return rc;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001344 }
1345
Roland Dreiercf55bb22011-03-24 17:13:20 -07001346 if (netif_is_bond_slave(nesvnic->netdev))
Maciej Sosnowski2a4c97e2010-11-24 17:29:30 +00001347 netdev = nesvnic->netdev->master;
1348 else
1349 netdev = nesvnic->netdev;
1350
David Miller40e2bb52011-12-02 16:52:27 +00001351 rcu_read_lock();
1352 neigh = dst_get_neighbour_noref(&rt->dst);
Bob Sharp7191a0a2008-10-03 12:21:19 -07001353 if (neigh) {
1354 if (neigh->nud_state & NUD_VALID) {
1355 nes_debug(NES_DBG_CM, "Neighbor MAC address for 0x%08X"
Johannes Berge1749612008-10-27 15:59:26 -07001356 " is %pM, Gateway is 0x%08X \n", dst_ip,
1357 neigh->ha, ntohl(rt->rt_gateway));
Faisal Latif7a576df2009-12-09 15:54:33 -08001358
1359 if (arpindex >= 0) {
1360 if (!memcmp(nesadapter->arp_table[arpindex].mac_addr,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301361 neigh->ha, ETH_ALEN)) {
Faisal Latif7a576df2009-12-09 15:54:33 -08001362 /* Mac address same as in nes_arp_table */
Faisal Latif7a576df2009-12-09 15:54:33 -08001363 ip_rt_put(rt);
1364 return rc;
1365 }
1366
1367 nes_manage_arp_cache(nesvnic->netdev,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301368 nesadapter->arp_table[arpindex].mac_addr,
1369 dst_ip, NES_ARP_DELETE);
Faisal Latif7a576df2009-12-09 15:54:33 -08001370 }
1371
Bob Sharp7191a0a2008-10-03 12:21:19 -07001372 nes_manage_arp_cache(nesvnic->netdev, neigh->ha,
1373 dst_ip, NES_ARP_ADD);
1374 rc = nes_arp_table(nesvnic->nesdev, dst_ip, NULL,
1375 NES_ARP_RESOLVE);
David Miller40e2bb52011-12-02 16:52:27 +00001376 } else {
1377 neigh_event_send(neigh, NULL);
Bob Sharp7191a0a2008-10-03 12:21:19 -07001378 }
Bob Sharp7191a0a2008-10-03 12:21:19 -07001379 }
David Miller40e2bb52011-12-02 16:52:27 +00001380 rcu_read_unlock();
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001381 ip_rt_put(rt);
Bob Sharp7191a0a2008-10-03 12:21:19 -07001382 return rc;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001383}
1384
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001385/**
1386 * make_cm_node - create a new instance of a cm node
1387 */
1388static struct nes_cm_node *make_cm_node(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301389 struct nes_vnic *nesvnic, struct nes_cm_info *cm_info,
1390 struct nes_cm_listener *listener)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001391{
1392 struct nes_cm_node *cm_node;
1393 struct timespec ts;
Faisal Latif7a576df2009-12-09 15:54:33 -08001394 int oldarpindex = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001395 int arpindex = 0;
1396 struct nes_device *nesdev;
1397 struct nes_adapter *nesadapter;
1398
1399 /* create an hte and cm_node for this instance */
1400 cm_node = kzalloc(sizeof(*cm_node), GFP_ATOMIC);
1401 if (!cm_node)
1402 return NULL;
1403
1404 /* set our node specific transport info */
1405 cm_node->loc_addr = cm_info->loc_addr;
1406 cm_node->rem_addr = cm_info->rem_addr;
1407 cm_node->loc_port = cm_info->loc_port;
1408 cm_node->rem_port = cm_info->rem_port;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301409
1410 cm_node->mpa_frame_rev = mpa_version;
1411 cm_node->send_rdma0_op = SEND_RDMA_READ_ZERO;
1412 cm_node->ird_size = IETF_NO_IRD_ORD;
1413 cm_node->ord_size = IETF_NO_IRD_ORD;
1414
Harvey Harrison63779432008-10-31 00:56:00 -07001415 nes_debug(NES_DBG_CM, "Make node addresses : loc = %pI4:%x, rem = %pI4:%x\n",
1416 &cm_node->loc_addr, cm_node->loc_port,
1417 &cm_node->rem_addr, cm_node->rem_port);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001418 cm_node->listener = listener;
1419 cm_node->netdev = nesvnic->netdev;
1420 cm_node->cm_id = cm_info->cm_id;
1421 memcpy(cm_node->loc_mac, nesvnic->netdev->dev_addr, ETH_ALEN);
1422
Faisal Latif6492cdf2008-07-24 20:50:45 -07001423 nes_debug(NES_DBG_CM, "listener=%p, cm_id=%p\n", cm_node->listener,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301424 cm_node->cm_id);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001425
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001426 spin_lock_init(&cm_node->retrans_list_lock);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001427
1428 cm_node->loopbackpartner = NULL;
1429 atomic_set(&cm_node->ref_count, 1);
1430 /* associate our parent CM core */
1431 cm_node->cm_core = cm_core;
1432 cm_node->tcp_cntxt.loc_id = NES_CM_DEF_LOCAL_ID;
1433 cm_node->tcp_cntxt.rcv_wscale = NES_CM_DEFAULT_RCV_WND_SCALE;
1434 cm_node->tcp_cntxt.rcv_wnd = NES_CM_DEFAULT_RCV_WND_SCALED >>
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301435 NES_CM_DEFAULT_RCV_WND_SCALE;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001436 ts = current_kernel_time();
1437 cm_node->tcp_cntxt.loc_seq_num = htonl(ts.tv_nsec);
1438 cm_node->tcp_cntxt.mss = nesvnic->max_frame_size - sizeof(struct iphdr) -
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301439 sizeof(struct tcphdr) - ETH_HLEN - VLAN_HLEN;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001440 cm_node->tcp_cntxt.rcv_nxt = 0;
1441 /* get a unique session ID , add thread_id to an upcounter to handle race */
1442 atomic_inc(&cm_core->node_cnt);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001443 cm_node->conn_type = cm_info->conn_type;
1444 cm_node->apbvt_set = 0;
1445 cm_node->accept_pend = 0;
1446
1447 cm_node->nesvnic = nesvnic;
1448 /* get some device handles, for arp lookup */
1449 nesdev = nesvnic->nesdev;
1450 nesadapter = nesdev->nesadapter;
1451
1452 cm_node->loopbackpartner = NULL;
Faisal Latif7a576df2009-12-09 15:54:33 -08001453
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001454 /* get the mac addr for the remote node */
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301455 if (ipv4_is_loopback(htonl(cm_node->rem_addr))) {
Chien Tung1ee86552008-11-21 20:51:04 -06001456 arpindex = nes_arp_table(nesdev, ntohl(nesvnic->local_ipaddr), NULL, NES_ARP_RESOLVE);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301457 } else {
Faisal Latif7a576df2009-12-09 15:54:33 -08001458 oldarpindex = nes_arp_table(nesdev, cm_node->rem_addr, NULL, NES_ARP_RESOLVE);
1459 arpindex = nes_addr_resolve_neigh(nesvnic, cm_info->rem_addr, oldarpindex);
Faisal Latif7a576df2009-12-09 15:54:33 -08001460 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001461 if (arpindex < 0) {
Faisal Latif7a576df2009-12-09 15:54:33 -08001462 kfree(cm_node);
1463 return NULL;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001464 }
1465
1466 /* copy the mac addr to node context */
1467 memcpy(cm_node->rem_mac, nesadapter->arp_table[arpindex].mac_addr, ETH_ALEN);
Johannes Berge1749612008-10-27 15:59:26 -07001468 nes_debug(NES_DBG_CM, "Remote mac addr from arp table: %pM\n",
1469 cm_node->rem_mac);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001470
1471 add_hte_node(cm_core, cm_node);
1472 atomic_inc(&cm_nodes_created);
1473
1474 return cm_node;
1475}
1476
1477
1478/**
1479 * add_ref_cm_node - destroy an instance of a cm node
1480 */
1481static int add_ref_cm_node(struct nes_cm_node *cm_node)
1482{
1483 atomic_inc(&cm_node->ref_count);
1484 return 0;
1485}
1486
1487
1488/**
1489 * rem_ref_cm_node - destroy an instance of a cm node
1490 */
1491static int rem_ref_cm_node(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301492 struct nes_cm_node *cm_node)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001493{
Faisal Latif9d5ab132009-03-06 15:15:01 -08001494 unsigned long flags;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001495 struct nes_qp *nesqp;
1496
1497 if (!cm_node)
1498 return -EINVAL;
1499
1500 spin_lock_irqsave(&cm_node->cm_core->ht_lock, flags);
1501 if (atomic_dec_return(&cm_node->ref_count)) {
1502 spin_unlock_irqrestore(&cm_node->cm_core->ht_lock, flags);
1503 return 0;
1504 }
1505 list_del(&cm_node->list);
1506 atomic_dec(&cm_core->ht_node_cnt);
1507 spin_unlock_irqrestore(&cm_node->cm_core->ht_lock, flags);
1508
1509 /* if the node is destroyed before connection was accelerated */
1510 if (!cm_node->accelerated && cm_node->accept_pend) {
1511 BUG_ON(!cm_node->listener);
1512 atomic_dec(&cm_node->listener->pend_accepts_cnt);
1513 BUG_ON(atomic_read(&cm_node->listener->pend_accepts_cnt) < 0);
1514 }
Faisal Latif9d5ab132009-03-06 15:15:01 -08001515 WARN_ON(cm_node->send_entry);
1516 if (cm_node->recv_entry)
1517 handle_recv_entry(cm_node, 0);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001518 if (cm_node->listener) {
1519 mini_cm_dec_refcnt_listen(cm_core, cm_node->listener, 0);
1520 } else {
1521 if (cm_node->apbvt_set && cm_node->nesvnic) {
1522 nes_manage_apbvt(cm_node->nesvnic, cm_node->loc_port,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301523 PCI_FUNC(
1524 cm_node->nesvnic->nesdev->pcidev->devfn),
1525 NES_MANAGE_APBVT_DEL);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001526 }
1527 }
1528
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001529 atomic_dec(&cm_core->node_cnt);
1530 atomic_inc(&cm_nodes_destroyed);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001531 nesqp = cm_node->nesqp;
1532 if (nesqp) {
1533 nesqp->cm_node = NULL;
1534 nes_rem_ref(&nesqp->ibqp);
1535 cm_node->nesqp = NULL;
1536 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001537
Faisal Latif6492cdf2008-07-24 20:50:45 -07001538 kfree(cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001539 return 0;
1540}
1541
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001542/**
1543 * process_options
1544 */
Faisal Latif6492cdf2008-07-24 20:50:45 -07001545static int process_options(struct nes_cm_node *cm_node, u8 *optionsloc,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301546 u32 optionsize, u32 syn_packet)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001547{
1548 u32 tmp;
1549 u32 offset = 0;
1550 union all_known_options *all_options;
1551 char got_mss_option = 0;
1552
1553 while (offset < optionsize) {
1554 all_options = (union all_known_options *)(optionsloc + offset);
1555 switch (all_options->as_base.optionnum) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07001556 case OPTION_NUMBER_END:
1557 offset = optionsize;
1558 break;
1559 case OPTION_NUMBER_NONE:
1560 offset += 1;
1561 continue;
1562 case OPTION_NUMBER_MSS:
1563 nes_debug(NES_DBG_CM, "%s: MSS Length: %d Offset: %d "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301564 "Size: %d\n", __func__,
1565 all_options->as_mss.length, offset, optionsize);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001566 got_mss_option = 1;
1567 if (all_options->as_mss.length != 4) {
1568 return 1;
1569 } else {
1570 tmp = ntohs(all_options->as_mss.mss);
1571 if (tmp > 0 && tmp <
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301572 cm_node->tcp_cntxt.mss)
Faisal Latif6492cdf2008-07-24 20:50:45 -07001573 cm_node->tcp_cntxt.mss = tmp;
1574 }
1575 break;
1576 case OPTION_NUMBER_WINDOW_SCALE:
1577 cm_node->tcp_cntxt.snd_wscale =
1578 all_options->as_windowscale.shiftcount;
1579 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001580 default:
1581 nes_debug(NES_DBG_CM, "TCP Option not understood: %x\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301582 all_options->as_base.optionnum);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001583 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001584 }
1585 offset += all_options->as_base.length;
1586 }
1587 if ((!got_mss_option) && (syn_packet))
1588 cm_node->tcp_cntxt.mss = NES_CM_DEFAULT_MSS;
1589 return 0;
1590}
1591
Faisal Latif6492cdf2008-07-24 20:50:45 -07001592static void drop_packet(struct sk_buff *skb)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001593{
Faisal Latif6492cdf2008-07-24 20:50:45 -07001594 atomic_inc(&cm_accel_dropped_pkts);
1595 dev_kfree_skb_any(skb);
1596}
1597
Faisal Latif9d5ab132009-03-06 15:15:01 -08001598static void handle_fin_pkt(struct nes_cm_node *cm_node)
Faisal Latif6492cdf2008-07-24 20:50:45 -07001599{
Faisal Latif6492cdf2008-07-24 20:50:45 -07001600 nes_debug(NES_DBG_CM, "Received FIN, cm_node = %p, state = %u. "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301601 "refcnt=%d\n", cm_node, cm_node->state,
1602 atomic_read(&cm_node->ref_count));
Faisal Latif6492cdf2008-07-24 20:50:45 -07001603 switch (cm_node->state) {
1604 case NES_CM_STATE_SYN_RCVD:
1605 case NES_CM_STATE_SYN_SENT:
1606 case NES_CM_STATE_ESTABLISHED:
Faisal Latif9d5ab132009-03-06 15:15:01 -08001607 case NES_CM_STATE_MPAREJ_RCVD:
Faisal Latif109d67e2009-04-27 13:41:06 -07001608 cm_node->tcp_cntxt.rcv_nxt++;
1609 cleanup_retrans_entry(cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001610 cm_node->state = NES_CM_STATE_LAST_ACK;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001611 send_fin(cm_node, NULL);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001612 break;
Faisal Latifb1190d32009-12-09 15:54:32 -08001613 case NES_CM_STATE_MPAREQ_SENT:
1614 create_event(cm_node, NES_CM_EVENT_ABORTED);
1615 cm_node->tcp_cntxt.rcv_nxt++;
1616 cleanup_retrans_entry(cm_node);
1617 cm_node->state = NES_CM_STATE_CLOSED;
1618 add_ref_cm_node(cm_node);
1619 send_reset(cm_node, NULL);
1620 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001621 case NES_CM_STATE_FIN_WAIT1:
Faisal Latif109d67e2009-04-27 13:41:06 -07001622 cm_node->tcp_cntxt.rcv_nxt++;
1623 cleanup_retrans_entry(cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001624 cm_node->state = NES_CM_STATE_CLOSING;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001625 send_ack(cm_node, NULL);
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001626 /* Wait for ACK as this is simultaneous close..
Faisal Latif9d5ab132009-03-06 15:15:01 -08001627 * After we receive ACK, do not send anything..
1628 * Just rm the node.. Done.. */
Faisal Latif6492cdf2008-07-24 20:50:45 -07001629 break;
1630 case NES_CM_STATE_FIN_WAIT2:
Faisal Latif109d67e2009-04-27 13:41:06 -07001631 cm_node->tcp_cntxt.rcv_nxt++;
1632 cleanup_retrans_entry(cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001633 cm_node->state = NES_CM_STATE_TIME_WAIT;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001634 send_ack(cm_node, NULL);
1635 schedule_nes_timer(cm_node, NULL, NES_TIMER_TYPE_CLOSE, 1, 0);
1636 break;
1637 case NES_CM_STATE_TIME_WAIT:
Faisal Latif109d67e2009-04-27 13:41:06 -07001638 cm_node->tcp_cntxt.rcv_nxt++;
1639 cleanup_retrans_entry(cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001640 cm_node->state = NES_CM_STATE_CLOSED;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001641 rem_ref_cm_node(cm_node->cm_core, cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001642 break;
1643 case NES_CM_STATE_TSA:
1644 default:
1645 nes_debug(NES_DBG_CM, "Error Rcvd FIN for node-%p state = %d\n",
1646 cm_node, cm_node->state);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001647 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001648 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07001649}
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001650
Faisal Latif6492cdf2008-07-24 20:50:45 -07001651
1652static void handle_rst_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
1653 struct tcphdr *tcph)
1654{
1655
1656 int reset = 0; /* whether to send reset in case of err.. */
1657 atomic_inc(&cm_resets_recvd);
1658 nes_debug(NES_DBG_CM, "Received Reset, cm_node = %p, state = %u."
1659 " refcnt=%d\n", cm_node, cm_node->state,
1660 atomic_read(&cm_node->ref_count));
1661 cleanup_retrans_entry(cm_node);
1662 switch (cm_node->state) {
1663 case NES_CM_STATE_SYN_SENT:
1664 case NES_CM_STATE_MPAREQ_SENT:
1665 nes_debug(NES_DBG_CM, "%s[%u] create abort for cm_node=%p "
1666 "listener=%p state=%d\n", __func__, __LINE__, cm_node,
1667 cm_node->listener, cm_node->state);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301668 switch (cm_node->mpa_frame_rev) {
1669 case IETF_MPA_V2:
1670 cm_node->mpa_frame_rev = IETF_MPA_V1;
1671 /* send a syn and goto syn sent state */
1672 cm_node->state = NES_CM_STATE_SYN_SENT;
1673 if (send_syn(cm_node, 0, NULL)) {
1674 active_open_err(cm_node, skb, reset);
1675 }
1676 break;
1677 case IETF_MPA_V1:
1678 default:
1679 active_open_err(cm_node, skb, reset);
1680 break;
1681 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07001682 break;
Faisal Latif183ecfa2008-11-21 20:50:46 -06001683 case NES_CM_STATE_MPAREQ_RCVD:
Dan Carpenter4d8d6382010-09-15 18:32:39 +02001684 atomic_inc(&cm_node->passive_state);
Faisal Latif183ecfa2008-11-21 20:50:46 -06001685 dev_kfree_skb_any(skb);
1686 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001687 case NES_CM_STATE_ESTABLISHED:
1688 case NES_CM_STATE_SYN_RCVD:
1689 case NES_CM_STATE_LISTENING:
1690 nes_debug(NES_DBG_CM, "Bad state %s[%u]\n", __func__, __LINE__);
1691 passive_open_err(cm_node, skb, reset);
1692 break;
1693 case NES_CM_STATE_TSA:
Faisal Latif183ecfa2008-11-21 20:50:46 -06001694 active_open_err(cm_node, skb, reset);
1695 break;
1696 case NES_CM_STATE_CLOSED:
Faisal Latif183ecfa2008-11-21 20:50:46 -06001697 drop_packet(skb);
1698 break;
Faisal Latifdae58722010-08-14 21:04:56 +00001699 case NES_CM_STATE_FIN_WAIT2:
Faisal Latif68237a02009-06-22 22:53:28 -07001700 case NES_CM_STATE_FIN_WAIT1:
Faisal Latif109d67e2009-04-27 13:41:06 -07001701 case NES_CM_STATE_LAST_ACK:
1702 cm_node->cm_id->rem_ref(cm_node->cm_id);
Faisal Latif9d5ab132009-03-06 15:15:01 -08001703 case NES_CM_STATE_TIME_WAIT:
Faisal Latif9d5ab132009-03-06 15:15:01 -08001704 cm_node->state = NES_CM_STATE_CLOSED;
1705 rem_ref_cm_node(cm_node->cm_core, cm_node);
1706 drop_packet(skb);
1707 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001708 default:
Faisal Latif183ecfa2008-11-21 20:50:46 -06001709 drop_packet(skb);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001710 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001711 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07001712}
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001713
Faisal Latif9d5ab132009-03-06 15:15:01 -08001714
1715static void handle_rcv_mpa(struct nes_cm_node *cm_node, struct sk_buff *skb)
Faisal Latif6492cdf2008-07-24 20:50:45 -07001716{
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301717 int ret = 0;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001718 int datasize = skb->len;
1719 u8 *dataloc = skb->data;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001720
1721 enum nes_cm_event_type type = NES_CM_EVENT_UNKNOWN;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301722 u32 res_type;
1723
Faisal Latif9d5ab132009-03-06 15:15:01 -08001724 ret = parse_mpa(cm_node, dataloc, &res_type, datasize);
1725 if (ret) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07001726 nes_debug(NES_DBG_CM, "didn't like MPA Request\n");
Faisal Latif9d5ab132009-03-06 15:15:01 -08001727 if (cm_node->state == NES_CM_STATE_MPAREQ_SENT) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07001728 nes_debug(NES_DBG_CM, "%s[%u] create abort for "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301729 "cm_node=%p listener=%p state=%d\n", __func__,
1730 __LINE__, cm_node, cm_node->listener,
1731 cm_node->state);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001732 active_open_err(cm_node, skb, 1);
1733 } else {
1734 passive_open_err(cm_node, skb, 1);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001735 }
Faisal Latif9d5ab132009-03-06 15:15:01 -08001736 return;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001737 }
Faisal Latif9d5ab132009-03-06 15:15:01 -08001738
1739 switch (cm_node->state) {
1740 case NES_CM_STATE_ESTABLISHED:
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301741 if (res_type == NES_MPA_REQUEST_REJECT)
Faisal Latif9d5ab132009-03-06 15:15:01 -08001742 /*BIG problem as we are receiving the MPA.. So should
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301743 * not be REJECT.. This is Passive Open.. We can
1744 * only receive it Reject for Active Open...*/
Faisal Latif9d5ab132009-03-06 15:15:01 -08001745 WARN_ON(1);
Faisal Latif9d5ab132009-03-06 15:15:01 -08001746 cm_node->state = NES_CM_STATE_MPAREQ_RCVD;
1747 type = NES_CM_EVENT_MPA_REQ;
1748 atomic_set(&cm_node->passive_state,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301749 NES_PASSIVE_STATE_INDICATED);
Faisal Latif9d5ab132009-03-06 15:15:01 -08001750 break;
1751 case NES_CM_STATE_MPAREQ_SENT:
Faisal Latif109d67e2009-04-27 13:41:06 -07001752 cleanup_retrans_entry(cm_node);
Faisal Latif9d5ab132009-03-06 15:15:01 -08001753 if (res_type == NES_MPA_REQUEST_REJECT) {
1754 type = NES_CM_EVENT_MPA_REJECT;
1755 cm_node->state = NES_CM_STATE_MPAREJ_RCVD;
1756 } else {
1757 type = NES_CM_EVENT_CONNECTED;
1758 cm_node->state = NES_CM_STATE_TSA;
1759 }
1760
1761 break;
1762 default:
1763 WARN_ON(1);
1764 break;
1765 }
1766 dev_kfree_skb_any(skb);
1767 create_event(cm_node, type);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001768}
1769
1770static void indicate_pkt_err(struct nes_cm_node *cm_node, struct sk_buff *skb)
1771{
1772 switch (cm_node->state) {
1773 case NES_CM_STATE_SYN_SENT:
1774 case NES_CM_STATE_MPAREQ_SENT:
1775 nes_debug(NES_DBG_CM, "%s[%u] create abort for cm_node=%p "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301776 "listener=%p state=%d\n", __func__, __LINE__, cm_node,
1777 cm_node->listener, cm_node->state);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001778 active_open_err(cm_node, skb, 1);
1779 break;
1780 case NES_CM_STATE_ESTABLISHED:
1781 case NES_CM_STATE_SYN_RCVD:
1782 passive_open_err(cm_node, skb, 1);
1783 break;
1784 case NES_CM_STATE_TSA:
1785 default:
1786 drop_packet(skb);
1787 }
1788}
1789
1790static int check_syn(struct nes_cm_node *cm_node, struct tcphdr *tcph,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301791 struct sk_buff *skb)
Faisal Latif6492cdf2008-07-24 20:50:45 -07001792{
1793 int err;
1794
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301795 err = ((ntohl(tcph->ack_seq) == cm_node->tcp_cntxt.loc_seq_num)) ? 0 : 1;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001796 if (err)
1797 active_open_err(cm_node, skb, 1);
1798
1799 return err;
1800}
1801
1802static int check_seq(struct nes_cm_node *cm_node, struct tcphdr *tcph,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301803 struct sk_buff *skb)
Faisal Latif6492cdf2008-07-24 20:50:45 -07001804{
1805 int err = 0;
1806 u32 seq;
1807 u32 ack_seq;
1808 u32 loc_seq_num = cm_node->tcp_cntxt.loc_seq_num;
1809 u32 rcv_nxt = cm_node->tcp_cntxt.rcv_nxt;
1810 u32 rcv_wnd;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301811
Faisal Latif6492cdf2008-07-24 20:50:45 -07001812 seq = ntohl(tcph->seq);
1813 ack_seq = ntohl(tcph->ack_seq);
1814 rcv_wnd = cm_node->tcp_cntxt.rcv_wnd;
1815 if (ack_seq != loc_seq_num)
1816 err = 1;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301817 else if (!between(seq, rcv_nxt, (rcv_nxt + rcv_wnd)))
Faisal Latif6492cdf2008-07-24 20:50:45 -07001818 err = 1;
1819 if (err) {
1820 nes_debug(NES_DBG_CM, "%s[%u] create abort for cm_node=%p "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301821 "listener=%p state=%d\n", __func__, __LINE__, cm_node,
1822 cm_node->listener, cm_node->state);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001823 indicate_pkt_err(cm_node, skb);
1824 nes_debug(NES_DBG_CM, "seq ERROR cm_node =%p seq=0x%08X "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301825 "rcv_nxt=0x%08X rcv_wnd=0x%x\n", cm_node, seq, rcv_nxt,
1826 rcv_wnd);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001827 }
1828 return err;
1829}
1830
1831/*
1832 * handle_syn_pkt() is for Passive node. The syn packet is received when a node
1833 * is created with a listener or it may comein as rexmitted packet which in
1834 * that case will be just dropped.
1835 */
Faisal Latif6492cdf2008-07-24 20:50:45 -07001836static void handle_syn_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301837 struct tcphdr *tcph)
Faisal Latif6492cdf2008-07-24 20:50:45 -07001838{
1839 int ret;
1840 u32 inc_sequence;
1841 int optionsize;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001842
1843 optionsize = (tcph->doff << 2) - sizeof(struct tcphdr);
Faisal Latifabb77252008-11-21 20:50:52 -06001844 skb_trim(skb, 0);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001845 inc_sequence = ntohl(tcph->seq);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001846
Faisal Latif6492cdf2008-07-24 20:50:45 -07001847 switch (cm_node->state) {
1848 case NES_CM_STATE_SYN_SENT:
1849 case NES_CM_STATE_MPAREQ_SENT:
1850 /* Rcvd syn on active open connection*/
1851 active_open_err(cm_node, skb, 1);
1852 break;
1853 case NES_CM_STATE_LISTENING:
1854 /* Passive OPEN */
Faisal Latif6492cdf2008-07-24 20:50:45 -07001855 if (atomic_read(&cm_node->listener->pend_accepts_cnt) >
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301856 cm_node->listener->backlog) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07001857 nes_debug(NES_DBG_CM, "drop syn due to backlog "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301858 "pressure \n");
Faisal Latif6492cdf2008-07-24 20:50:45 -07001859 cm_backlog_drops++;
1860 passive_open_err(cm_node, skb, 0);
1861 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001862 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07001863 ret = handle_tcp_options(cm_node, tcph, skb, optionsize,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301864 1);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001865 if (ret) {
1866 passive_open_err(cm_node, skb, 0);
1867 /* drop pkt */
1868 break;
1869 }
1870 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + 1;
1871 BUG_ON(cm_node->send_entry);
Faisal Latif9d5ab132009-03-06 15:15:01 -08001872 cm_node->accept_pend = 1;
1873 atomic_inc(&cm_node->listener->pend_accepts_cnt);
1874
Faisal Latif6492cdf2008-07-24 20:50:45 -07001875 cm_node->state = NES_CM_STATE_SYN_RCVD;
1876 send_syn(cm_node, 1, skb);
1877 break;
Faisal Latifabb77252008-11-21 20:50:52 -06001878 case NES_CM_STATE_CLOSED:
1879 cleanup_retrans_entry(cm_node);
Faisal Latif886f98a2009-12-09 15:54:18 -08001880 add_ref_cm_node(cm_node);
Faisal Latifabb77252008-11-21 20:50:52 -06001881 send_reset(cm_node, skb);
1882 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001883 case NES_CM_STATE_TSA:
1884 case NES_CM_STATE_ESTABLISHED:
1885 case NES_CM_STATE_FIN_WAIT1:
1886 case NES_CM_STATE_FIN_WAIT2:
1887 case NES_CM_STATE_MPAREQ_RCVD:
1888 case NES_CM_STATE_LAST_ACK:
1889 case NES_CM_STATE_CLOSING:
1890 case NES_CM_STATE_UNKNOWN:
Faisal Latif6492cdf2008-07-24 20:50:45 -07001891 default:
1892 drop_packet(skb);
1893 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001894 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07001895}
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001896
Faisal Latif6492cdf2008-07-24 20:50:45 -07001897static void handle_synack_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301898 struct tcphdr *tcph)
Faisal Latif6492cdf2008-07-24 20:50:45 -07001899{
Faisal Latif6492cdf2008-07-24 20:50:45 -07001900 int ret;
1901 u32 inc_sequence;
1902 int optionsize;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001903
Faisal Latif6492cdf2008-07-24 20:50:45 -07001904 optionsize = (tcph->doff << 2) - sizeof(struct tcphdr);
Faisal Latifabb77252008-11-21 20:50:52 -06001905 skb_trim(skb, 0);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001906 inc_sequence = ntohl(tcph->seq);
1907 switch (cm_node->state) {
1908 case NES_CM_STATE_SYN_SENT:
Faisal Latif9d5ab132009-03-06 15:15:01 -08001909 cleanup_retrans_entry(cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001910 /* active open */
1911 if (check_syn(cm_node, tcph, skb))
1912 return;
1913 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
1914 /* setup options */
1915 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 0);
1916 if (ret) {
1917 nes_debug(NES_DBG_CM, "cm_node=%p tcp_options failed\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301918 cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001919 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08001920 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07001921 cleanup_retrans_entry(cm_node);
1922 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + 1;
1923 send_mpa_request(cm_node, skb);
1924 cm_node->state = NES_CM_STATE_MPAREQ_SENT;
1925 break;
1926 case NES_CM_STATE_MPAREQ_RCVD:
1927 /* passive open, so should not be here */
1928 passive_open_err(cm_node, skb, 1);
1929 break;
Faisal Latifabb77252008-11-21 20:50:52 -06001930 case NES_CM_STATE_LISTENING:
Faisal Latif886f98a2009-12-09 15:54:18 -08001931 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq);
1932 cleanup_retrans_entry(cm_node);
1933 cm_node->state = NES_CM_STATE_CLOSED;
1934 send_reset(cm_node, skb);
1935 break;
Faisal Latifabb77252008-11-21 20:50:52 -06001936 case NES_CM_STATE_CLOSED:
1937 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq);
1938 cleanup_retrans_entry(cm_node);
Faisal Latif886f98a2009-12-09 15:54:18 -08001939 add_ref_cm_node(cm_node);
Faisal Latifabb77252008-11-21 20:50:52 -06001940 send_reset(cm_node, skb);
1941 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001942 case NES_CM_STATE_ESTABLISHED:
1943 case NES_CM_STATE_FIN_WAIT1:
1944 case NES_CM_STATE_FIN_WAIT2:
1945 case NES_CM_STATE_LAST_ACK:
1946 case NES_CM_STATE_TSA:
1947 case NES_CM_STATE_CLOSING:
1948 case NES_CM_STATE_UNKNOWN:
Faisal Latif6492cdf2008-07-24 20:50:45 -07001949 case NES_CM_STATE_MPAREQ_SENT:
1950 default:
1951 drop_packet(skb);
1952 break;
1953 }
1954}
1955
Faisal Latif109d67e2009-04-27 13:41:06 -07001956static int handle_ack_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301957 struct tcphdr *tcph)
Faisal Latif6492cdf2008-07-24 20:50:45 -07001958{
1959 int datasize = 0;
1960 u32 inc_sequence;
Faisal Latif109d67e2009-04-27 13:41:06 -07001961 int ret = 0;
Faisal Latifabb77252008-11-21 20:50:52 -06001962 int optionsize;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301963
Faisal Latifabb77252008-11-21 20:50:52 -06001964 optionsize = (tcph->doff << 2) - sizeof(struct tcphdr);
Faisal Latifabb77252008-11-21 20:50:52 -06001965
Faisal Latif6492cdf2008-07-24 20:50:45 -07001966 if (check_seq(cm_node, tcph, skb))
Faisal Latif109d67e2009-04-27 13:41:06 -07001967 return -EINVAL;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001968
1969 skb_pull(skb, tcph->doff << 2);
1970 inc_sequence = ntohl(tcph->seq);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001971 datasize = skb->len;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001972 switch (cm_node->state) {
1973 case NES_CM_STATE_SYN_RCVD:
1974 /* Passive OPEN */
Faisal Latif109d67e2009-04-27 13:41:06 -07001975 cleanup_retrans_entry(cm_node);
Faisal Latifabb77252008-11-21 20:50:52 -06001976 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 1);
1977 if (ret)
1978 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07001979 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
1980 cm_node->state = NES_CM_STATE_ESTABLISHED;
1981 if (datasize) {
1982 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + datasize;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001983 handle_rcv_mpa(cm_node, skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301984 } else { /* rcvd ACK only */
Faisal Latif6492cdf2008-07-24 20:50:45 -07001985 dev_kfree_skb_any(skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301986 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07001987 break;
1988 case NES_CM_STATE_ESTABLISHED:
1989 /* Passive OPEN */
Faisal Latif9d5ab132009-03-06 15:15:01 -08001990 cleanup_retrans_entry(cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07001991 if (datasize) {
1992 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + datasize;
Faisal Latif9d5ab132009-03-06 15:15:01 -08001993 handle_rcv_mpa(cm_node, skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301994 } else {
Faisal Latif6492cdf2008-07-24 20:50:45 -07001995 drop_packet(skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05301996 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07001997 break;
1998 case NES_CM_STATE_MPAREQ_SENT:
1999 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
2000 if (datasize) {
2001 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + datasize;
Faisal Latif9d5ab132009-03-06 15:15:01 -08002002 handle_rcv_mpa(cm_node, skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302003 } else { /* Could be just an ack pkt.. */
Faisal Latif6492cdf2008-07-24 20:50:45 -07002004 dev_kfree_skb_any(skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302005 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07002006 break;
Faisal Latifabb77252008-11-21 20:50:52 -06002007 case NES_CM_STATE_LISTENING:
Faisal Latif886f98a2009-12-09 15:54:18 -08002008 cleanup_retrans_entry(cm_node);
2009 cm_node->state = NES_CM_STATE_CLOSED;
2010 send_reset(cm_node, skb);
2011 break;
Faisal Latifabb77252008-11-21 20:50:52 -06002012 case NES_CM_STATE_CLOSED:
2013 cleanup_retrans_entry(cm_node);
Faisal Latif886f98a2009-12-09 15:54:18 -08002014 add_ref_cm_node(cm_node);
Faisal Latifabb77252008-11-21 20:50:52 -06002015 send_reset(cm_node, skb);
2016 break;
Faisal Latif9d5ab132009-03-06 15:15:01 -08002017 case NES_CM_STATE_LAST_ACK:
Faisal Latif109d67e2009-04-27 13:41:06 -07002018 case NES_CM_STATE_CLOSING:
Faisal Latif9d5ab132009-03-06 15:15:01 -08002019 cleanup_retrans_entry(cm_node);
2020 cm_node->state = NES_CM_STATE_CLOSED;
2021 cm_node->cm_id->rem_ref(cm_node->cm_id);
Faisal Latif9d5ab132009-03-06 15:15:01 -08002022 rem_ref_cm_node(cm_node->cm_core, cm_node);
2023 drop_packet(skb);
2024 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002025 case NES_CM_STATE_FIN_WAIT1:
Faisal Latif9d5ab132009-03-06 15:15:01 -08002026 cleanup_retrans_entry(cm_node);
2027 drop_packet(skb);
2028 cm_node->state = NES_CM_STATE_FIN_WAIT2;
2029 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002030 case NES_CM_STATE_SYN_SENT:
2031 case NES_CM_STATE_FIN_WAIT2:
2032 case NES_CM_STATE_TSA:
Faisal Latif6492cdf2008-07-24 20:50:45 -07002033 case NES_CM_STATE_MPAREQ_RCVD:
Faisal Latif6492cdf2008-07-24 20:50:45 -07002034 case NES_CM_STATE_UNKNOWN:
2035 default:
Faisal Latif109d67e2009-04-27 13:41:06 -07002036 cleanup_retrans_entry(cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002037 drop_packet(skb);
2038 break;
2039 }
Faisal Latif109d67e2009-04-27 13:41:06 -07002040 return ret;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002041}
2042
2043
2044
2045static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302046 struct sk_buff *skb, int optionsize, int passive)
Faisal Latif6492cdf2008-07-24 20:50:45 -07002047{
2048 u8 *optionsloc = (u8 *)&tcph[1];
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302049
Faisal Latif6492cdf2008-07-24 20:50:45 -07002050 if (optionsize) {
2051 if (process_options(cm_node, optionsloc, optionsize,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302052 (u32)tcph->syn)) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002053 nes_debug(NES_DBG_CM, "%s: Node %p, Sending RESET\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302054 __func__, cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002055 if (passive)
Faisal Latifabb77252008-11-21 20:50:52 -06002056 passive_open_err(cm_node, skb, 1);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002057 else
Faisal Latifabb77252008-11-21 20:50:52 -06002058 active_open_err(cm_node, skb, 1);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002059 return 1;
2060 }
2061 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002062
2063 cm_node->tcp_cntxt.snd_wnd = ntohs(tcph->window) <<
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302064 cm_node->tcp_cntxt.snd_wscale;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002065
Faisal Latif6492cdf2008-07-24 20:50:45 -07002066 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002067 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002068 return 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002069}
2070
Faisal Latif6492cdf2008-07-24 20:50:45 -07002071/*
2072 * active_open_err() will send reset() if flag set..
2073 * It will also send ABORT event.
2074 */
Faisal Latif6492cdf2008-07-24 20:50:45 -07002075static void active_open_err(struct nes_cm_node *cm_node, struct sk_buff *skb,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302076 int reset)
Faisal Latif6492cdf2008-07-24 20:50:45 -07002077{
2078 cleanup_retrans_entry(cm_node);
2079 if (reset) {
2080 nes_debug(NES_DBG_CM, "ERROR active err called for cm_node=%p, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302081 "state=%d\n", cm_node, cm_node->state);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002082 add_ref_cm_node(cm_node);
2083 send_reset(cm_node, skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302084 } else {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002085 dev_kfree_skb_any(skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302086 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07002087
2088 cm_node->state = NES_CM_STATE_CLOSED;
2089 create_event(cm_node, NES_CM_EVENT_ABORTED);
2090}
2091
2092/*
2093 * passive_open_err() will either do a reset() or will free up the skb and
2094 * remove the cm_node.
2095 */
Faisal Latif6492cdf2008-07-24 20:50:45 -07002096static void passive_open_err(struct nes_cm_node *cm_node, struct sk_buff *skb,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302097 int reset)
Faisal Latif6492cdf2008-07-24 20:50:45 -07002098{
2099 cleanup_retrans_entry(cm_node);
2100 cm_node->state = NES_CM_STATE_CLOSED;
2101 if (reset) {
2102 nes_debug(NES_DBG_CM, "passive_open_err sending RST for "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302103 "cm_node=%p state =%d\n", cm_node, cm_node->state);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002104 send_reset(cm_node, skb);
2105 } else {
2106 dev_kfree_skb_any(skb);
2107 rem_ref_cm_node(cm_node->cm_core, cm_node);
2108 }
2109}
2110
2111/*
2112 * free_retrans_entry() routines assumes that the retrans_list_lock has
2113 * been acquired before calling.
2114 */
2115static void free_retrans_entry(struct nes_cm_node *cm_node)
2116{
2117 struct nes_timer_entry *send_entry;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302118
Faisal Latif6492cdf2008-07-24 20:50:45 -07002119 send_entry = cm_node->send_entry;
2120 if (send_entry) {
2121 cm_node->send_entry = NULL;
2122 dev_kfree_skb_any(send_entry->skb);
2123 kfree(send_entry);
2124 rem_ref_cm_node(cm_node->cm_core, cm_node);
2125 }
2126}
2127
2128static void cleanup_retrans_entry(struct nes_cm_node *cm_node)
2129{
2130 unsigned long flags;
2131
2132 spin_lock_irqsave(&cm_node->retrans_list_lock, flags);
2133 free_retrans_entry(cm_node);
2134 spin_unlock_irqrestore(&cm_node->retrans_list_lock, flags);
2135}
2136
2137/**
2138 * process_packet
2139 * Returns skb if to be freed, else it will return NULL if already used..
2140 */
2141static void process_packet(struct nes_cm_node *cm_node, struct sk_buff *skb,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302142 struct nes_cm_core *cm_core)
Faisal Latif6492cdf2008-07-24 20:50:45 -07002143{
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302144 enum nes_tcpip_pkt_type pkt_type = NES_PKT_TYPE_UNKNOWN;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002145 struct tcphdr *tcph = tcp_hdr(skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302146 u32 fin_set = 0;
Faisal Latif109d67e2009-04-27 13:41:06 -07002147 int ret = 0;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302148
Faisal Latif6492cdf2008-07-24 20:50:45 -07002149 skb_pull(skb, ip_hdr(skb)->ihl << 2);
2150
2151 nes_debug(NES_DBG_CM, "process_packet: cm_node=%p state =%d syn=%d "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302152 "ack=%d rst=%d fin=%d\n", cm_node, cm_node->state, tcph->syn,
2153 tcph->ack, tcph->rst, tcph->fin);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002154
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302155 if (tcph->rst) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002156 pkt_type = NES_PKT_TYPE_RST;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302157 } else if (tcph->syn) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002158 pkt_type = NES_PKT_TYPE_SYN;
2159 if (tcph->ack)
2160 pkt_type = NES_PKT_TYPE_SYNACK;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302161 } else if (tcph->ack) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002162 pkt_type = NES_PKT_TYPE_ACK;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302163 }
Faisal Latif9d5ab132009-03-06 15:15:01 -08002164 if (tcph->fin)
2165 fin_set = 1;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002166
2167 switch (pkt_type) {
2168 case NES_PKT_TYPE_SYN:
2169 handle_syn_pkt(cm_node, skb, tcph);
2170 break;
2171 case NES_PKT_TYPE_SYNACK:
2172 handle_synack_pkt(cm_node, skb, tcph);
2173 break;
2174 case NES_PKT_TYPE_ACK:
Faisal Latif109d67e2009-04-27 13:41:06 -07002175 ret = handle_ack_pkt(cm_node, skb, tcph);
2176 if (fin_set && !ret)
Faisal Latif9d5ab132009-03-06 15:15:01 -08002177 handle_fin_pkt(cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002178 break;
2179 case NES_PKT_TYPE_RST:
2180 handle_rst_pkt(cm_node, skb, tcph);
2181 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002182 default:
Faisal Latif109d67e2009-04-27 13:41:06 -07002183 if ((fin_set) && (!check_seq(cm_node, tcph, skb)))
Faisal Latif9d5ab132009-03-06 15:15:01 -08002184 handle_fin_pkt(cm_node);
Faisal Latif109d67e2009-04-27 13:41:06 -07002185 drop_packet(skb);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002186 break;
2187 }
2188}
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002189
2190/**
2191 * mini_cm_listen - create a listen node with params
2192 */
2193static struct nes_cm_listener *mini_cm_listen(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302194 struct nes_vnic *nesvnic, struct nes_cm_info *cm_info)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002195{
2196 struct nes_cm_listener *listener;
2197 unsigned long flags;
2198
2199 nes_debug(NES_DBG_CM, "Search for 0x%08x : 0x%04x\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302200 cm_info->loc_addr, cm_info->loc_port);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002201
2202 /* cannot have multiple matching listeners */
2203 listener = find_listener(cm_core, htonl(cm_info->loc_addr),
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302204 htons(cm_info->loc_port), NES_CM_LISTENER_EITHER_STATE);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002205 if (listener && listener->listener_state == NES_CM_LISTENER_ACTIVE_STATE) {
2206 /* find automatically incs ref count ??? */
2207 atomic_dec(&listener->ref_count);
2208 nes_debug(NES_DBG_CM, "Not creating listener since it already exists\n");
2209 return NULL;
2210 }
2211
2212 if (!listener) {
2213 /* create a CM listen node (1/2 node to compare incoming traffic to) */
2214 listener = kzalloc(sizeof(*listener), GFP_ATOMIC);
2215 if (!listener) {
2216 nes_debug(NES_DBG_CM, "Not creating listener memory allocation failed\n");
2217 return NULL;
2218 }
2219
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002220 listener->loc_addr = htonl(cm_info->loc_addr);
2221 listener->loc_port = htons(cm_info->loc_port);
2222 listener->reused_node = 0;
2223
2224 atomic_set(&listener->ref_count, 1);
2225 }
2226 /* pasive case */
2227 /* find already inc'ed the ref count */
2228 else {
2229 listener->reused_node = 1;
2230 }
2231
2232 listener->cm_id = cm_info->cm_id;
2233 atomic_set(&listener->pend_accepts_cnt, 0);
2234 listener->cm_core = cm_core;
2235 listener->nesvnic = nesvnic;
2236 atomic_inc(&cm_core->node_cnt);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002237
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002238 listener->conn_type = cm_info->conn_type;
2239 listener->backlog = cm_info->backlog;
2240 listener->listener_state = NES_CM_LISTENER_ACTIVE_STATE;
2241
2242 if (!listener->reused_node) {
2243 spin_lock_irqsave(&cm_core->listen_list_lock, flags);
2244 list_add(&listener->list, &cm_core->listen_list.list);
2245 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
2246 atomic_inc(&cm_core->listen_node_cnt);
2247 }
2248
2249 nes_debug(NES_DBG_CM, "Api - listen(): addr=0x%08X, port=0x%04x,"
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302250 " listener = %p, backlog = %d, cm_id = %p.\n",
2251 cm_info->loc_addr, cm_info->loc_port,
2252 listener, listener->backlog, listener->cm_id);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002253
2254 return listener;
2255}
2256
2257
2258/**
2259 * mini_cm_connect - make a connection node with params
2260 */
Faisal Latif54c86a82008-09-30 14:47:27 -07002261static struct nes_cm_node *mini_cm_connect(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302262 struct nes_vnic *nesvnic, u16 private_data_len,
2263 void *private_data, struct nes_cm_info *cm_info)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002264{
2265 int ret = 0;
2266 struct nes_cm_node *cm_node;
2267 struct nes_cm_listener *loopbackremotelistener;
2268 struct nes_cm_node *loopbackremotenode;
2269 struct nes_cm_info loopback_cm_info;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302270 u8 *start_buff;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002271
2272 /* create a CM connection node */
2273 cm_node = make_cm_node(cm_core, nesvnic, cm_info, NULL);
2274 if (!cm_node)
2275 return NULL;
2276
Glenn Streiff7495ab62008-04-29 13:46:54 -07002277 /* set our node side to client (active) side */
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002278 cm_node->tcp_cntxt.client = 1;
2279 cm_node->tcp_cntxt.rcv_wscale = NES_CM_DEFAULT_RCV_WND_SCALE;
2280
2281 if (cm_info->loc_addr == cm_info->rem_addr) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002282 loopbackremotelistener = find_listener(cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302283 ntohl(nesvnic->local_ipaddr), cm_node->rem_port,
2284 NES_CM_LISTENER_ACTIVE_STATE);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002285 if (loopbackremotelistener == NULL) {
2286 create_event(cm_node, NES_CM_EVENT_ABORTED);
2287 } else {
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002288 loopback_cm_info = *cm_info;
2289 loopback_cm_info.loc_port = cm_info->rem_port;
2290 loopback_cm_info.rem_port = cm_info->loc_port;
2291 loopback_cm_info.cm_id = loopbackremotelistener->cm_id;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002292 loopbackremotenode = make_cm_node(cm_core, nesvnic,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302293 &loopback_cm_info, loopbackremotelistener);
Faisal Latif79fc3d72009-04-08 14:22:20 -07002294 if (!loopbackremotenode) {
2295 rem_ref_cm_node(cm_node->cm_core, cm_node);
2296 return NULL;
2297 }
2298 atomic_inc(&cm_loopbacks);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002299 loopbackremotenode->loopbackpartner = cm_node;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002300 loopbackremotenode->tcp_cntxt.rcv_wscale =
2301 NES_CM_DEFAULT_RCV_WND_SCALE;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002302 cm_node->loopbackpartner = loopbackremotenode;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002303 memcpy(loopbackremotenode->mpa_frame_buf, private_data,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302304 private_data_len);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002305 loopbackremotenode->mpa_frame_size = private_data_len;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002306
Faisal Latif6492cdf2008-07-24 20:50:45 -07002307 /* we are done handling this state. */
2308 /* set node to a TSA state */
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002309 cm_node->state = NES_CM_STATE_TSA;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002310 cm_node->tcp_cntxt.rcv_nxt =
2311 loopbackremotenode->tcp_cntxt.loc_seq_num;
2312 loopbackremotenode->tcp_cntxt.rcv_nxt =
2313 cm_node->tcp_cntxt.loc_seq_num;
2314 cm_node->tcp_cntxt.max_snd_wnd =
2315 loopbackremotenode->tcp_cntxt.rcv_wnd;
2316 loopbackremotenode->tcp_cntxt.max_snd_wnd =
2317 cm_node->tcp_cntxt.rcv_wnd;
2318 cm_node->tcp_cntxt.snd_wnd =
2319 loopbackremotenode->tcp_cntxt.rcv_wnd;
2320 loopbackremotenode->tcp_cntxt.snd_wnd =
2321 cm_node->tcp_cntxt.rcv_wnd;
2322 cm_node->tcp_cntxt.snd_wscale =
2323 loopbackremotenode->tcp_cntxt.rcv_wscale;
2324 loopbackremotenode->tcp_cntxt.snd_wscale =
2325 cm_node->tcp_cntxt.rcv_wscale;
Faisal Latif9d5ab132009-03-06 15:15:01 -08002326 loopbackremotenode->state = NES_CM_STATE_MPAREQ_RCVD;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002327 create_event(loopbackremotenode, NES_CM_EVENT_MPA_REQ);
2328 }
2329 return cm_node;
2330 }
2331
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302332 start_buff = &cm_node->mpa_frame_buf[0] + sizeof(struct ietf_mpa_v2);
2333 cm_node->mpa_frame_size = private_data_len;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002334
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302335 memcpy(start_buff, private_data, private_data_len);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002336
2337 /* send a syn and goto syn sent state */
2338 cm_node->state = NES_CM_STATE_SYN_SENT;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002339 ret = send_syn(cm_node, 0, NULL);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002340
Faisal Latif6492cdf2008-07-24 20:50:45 -07002341 if (ret) {
2342 /* error in sending the syn free up the cm_node struct */
2343 nes_debug(NES_DBG_CM, "Api - connect() FAILED: dest "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302344 "addr=0x%08X, port=0x%04x, cm_node=%p, cm_id = %p.\n",
2345 cm_node->rem_addr, cm_node->rem_port, cm_node,
2346 cm_node->cm_id);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002347 rem_ref_cm_node(cm_node->cm_core, cm_node);
2348 cm_node = NULL;
2349 }
2350
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302351 if (cm_node) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002352 nes_debug(NES_DBG_CM, "Api - connect(): dest addr=0x%08X,"
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302353 "port=0x%04x, cm_node=%p, cm_id = %p.\n",
2354 cm_node->rem_addr, cm_node->rem_port, cm_node,
2355 cm_node->cm_id);
2356 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002357
2358 return cm_node;
2359}
2360
2361
2362/**
2363 * mini_cm_accept - accept a connection
2364 * This function is never called
2365 */
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302366static int mini_cm_accept(struct nes_cm_core *cm_core, struct nes_cm_node *cm_node)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002367{
2368 return 0;
2369}
2370
2371
2372/**
2373 * mini_cm_reject - reject and teardown a connection
2374 */
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302375static int mini_cm_reject(struct nes_cm_core *cm_core, struct nes_cm_node *cm_node)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002376{
2377 int ret = 0;
Faisal Latif9d5ab132009-03-06 15:15:01 -08002378 int err = 0;
Faisal Latif183ecfa2008-11-21 20:50:46 -06002379 int passive_state;
Faisal Latif9d5ab132009-03-06 15:15:01 -08002380 struct nes_cm_event event;
2381 struct iw_cm_id *cm_id = cm_node->cm_id;
2382 struct nes_cm_node *loopback = cm_node->loopbackpartner;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002383
Faisal Latif6492cdf2008-07-24 20:50:45 -07002384 nes_debug(NES_DBG_CM, "%s cm_node=%p type=%d state=%d\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302385 __func__, cm_node, cm_node->tcp_cntxt.client, cm_node->state);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002386
Faisal Latif6492cdf2008-07-24 20:50:45 -07002387 if (cm_node->tcp_cntxt.client)
2388 return ret;
2389 cleanup_retrans_entry(cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002390
Faisal Latif9d5ab132009-03-06 15:15:01 -08002391 if (!loopback) {
2392 passive_state = atomic_add_return(1, &cm_node->passive_state);
2393 if (passive_state == NES_SEND_RESET_EVENT) {
2394 cm_node->state = NES_CM_STATE_CLOSED;
2395 rem_ref_cm_node(cm_core, cm_node);
2396 } else {
Faisal Latifc5a7d482009-12-09 15:54:08 -08002397 if (cm_node->state == NES_CM_STATE_LISTENER_DESTROYED) {
2398 rem_ref_cm_node(cm_core, cm_node);
2399 } else {
2400 ret = send_mpa_reject(cm_node);
2401 if (ret) {
2402 cm_node->state = NES_CM_STATE_CLOSED;
2403 err = send_reset(cm_node, NULL);
2404 if (err)
2405 WARN_ON(1);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302406 } else {
Faisal Latifc5a7d482009-12-09 15:54:08 -08002407 cm_id->add_ref(cm_id);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302408 }
Faisal Latifc5a7d482009-12-09 15:54:08 -08002409 }
Faisal Latif9d5ab132009-03-06 15:15:01 -08002410 }
2411 } else {
2412 cm_node->cm_id = NULL;
Faisal Latifc5a7d482009-12-09 15:54:08 -08002413 if (cm_node->state == NES_CM_STATE_LISTENER_DESTROYED) {
2414 rem_ref_cm_node(cm_core, cm_node);
2415 rem_ref_cm_node(cm_core, loopback);
2416 } else {
2417 event.cm_node = loopback;
2418 event.cm_info.rem_addr = loopback->rem_addr;
2419 event.cm_info.loc_addr = loopback->loc_addr;
2420 event.cm_info.rem_port = loopback->rem_port;
2421 event.cm_info.loc_port = loopback->loc_port;
2422 event.cm_info.cm_id = loopback->cm_id;
2423 cm_event_mpa_reject(&event);
2424 rem_ref_cm_node(cm_core, cm_node);
2425 loopback->state = NES_CM_STATE_CLOSING;
Faisal Latif9d5ab132009-03-06 15:15:01 -08002426
Faisal Latifc5a7d482009-12-09 15:54:08 -08002427 cm_id = loopback->cm_id;
2428 rem_ref_cm_node(cm_core, loopback);
2429 cm_id->rem_ref(cm_id);
2430 }
Faisal Latif9d5ab132009-03-06 15:15:01 -08002431 }
2432
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002433 return ret;
2434}
2435
2436
2437/**
2438 * mini_cm_close
2439 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07002440static int mini_cm_close(struct nes_cm_core *cm_core, struct nes_cm_node *cm_node)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002441{
2442 int ret = 0;
2443
2444 if (!cm_core || !cm_node)
2445 return -EINVAL;
2446
2447 switch (cm_node->state) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002448 case NES_CM_STATE_SYN_RCVD:
2449 case NES_CM_STATE_SYN_SENT:
2450 case NES_CM_STATE_ONE_SIDE_ESTABLISHED:
2451 case NES_CM_STATE_ESTABLISHED:
2452 case NES_CM_STATE_ACCEPTING:
2453 case NES_CM_STATE_MPAREQ_SENT:
2454 case NES_CM_STATE_MPAREQ_RCVD:
2455 cleanup_retrans_entry(cm_node);
2456 send_reset(cm_node, NULL);
2457 break;
2458 case NES_CM_STATE_CLOSE_WAIT:
2459 cm_node->state = NES_CM_STATE_LAST_ACK;
2460 send_fin(cm_node, NULL);
2461 break;
2462 case NES_CM_STATE_FIN_WAIT1:
2463 case NES_CM_STATE_FIN_WAIT2:
2464 case NES_CM_STATE_LAST_ACK:
2465 case NES_CM_STATE_TIME_WAIT:
2466 case NES_CM_STATE_CLOSING:
2467 ret = -1;
2468 break;
2469 case NES_CM_STATE_LISTENING:
Faisal Latif886f98a2009-12-09 15:54:18 -08002470 cleanup_retrans_entry(cm_node);
2471 send_reset(cm_node, NULL);
2472 break;
2473 case NES_CM_STATE_MPAREJ_RCVD:
Faisal Latif6492cdf2008-07-24 20:50:45 -07002474 case NES_CM_STATE_UNKNOWN:
2475 case NES_CM_STATE_INITED:
2476 case NES_CM_STATE_CLOSED:
Faisal Latifc5a7d482009-12-09 15:54:08 -08002477 case NES_CM_STATE_LISTENER_DESTROYED:
Faisal Latif6492cdf2008-07-24 20:50:45 -07002478 ret = rem_ref_cm_node(cm_core, cm_node);
2479 break;
2480 case NES_CM_STATE_TSA:
2481 if (cm_node->send_entry)
2482 printk(KERN_ERR "ERROR Close got called from STATE_TSA "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302483 "send_entry=%p\n", cm_node->send_entry);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002484 ret = rem_ref_cm_node(cm_core, cm_node);
2485 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002486 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002487 return ret;
2488}
2489
2490
2491/**
2492 * recv_pkt - recv an ETHERNET packet, and process it through CM
2493 * node state machine
2494 */
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002495static int mini_cm_recv_pkt(struct nes_cm_core *cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302496 struct nes_vnic *nesvnic, struct sk_buff *skb)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002497{
2498 struct nes_cm_node *cm_node = NULL;
2499 struct nes_cm_listener *listener = NULL;
2500 struct iphdr *iph;
2501 struct tcphdr *tcph;
2502 struct nes_cm_info nfo;
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002503 int skb_handled = 1;
Harvey Harrison03080e52009-01-10 21:45:42 -08002504 __be32 tmp_daddr, tmp_saddr;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002505
Faisal Latif6492cdf2008-07-24 20:50:45 -07002506 if (!skb)
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002507 return 0;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302508 if (skb->len < sizeof(struct iphdr) + sizeof(struct tcphdr))
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002509 return 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002510
2511 iph = (struct iphdr *)skb->data;
2512 tcph = (struct tcphdr *)(skb->data + sizeof(struct iphdr));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002513
2514 nfo.loc_addr = ntohl(iph->daddr);
2515 nfo.loc_port = ntohs(tcph->dest);
2516 nfo.rem_addr = ntohl(iph->saddr);
2517 nfo.rem_port = ntohs(tcph->source);
2518
Harvey Harrison03080e52009-01-10 21:45:42 -08002519 tmp_daddr = cpu_to_be32(iph->daddr);
2520 tmp_saddr = cpu_to_be32(iph->saddr);
2521
Harvey Harrison63779432008-10-31 00:56:00 -07002522 nes_debug(NES_DBG_CM, "Received packet: dest=%pI4:0x%04X src=%pI4:0x%04X\n",
Harvey Harrison03080e52009-01-10 21:45:42 -08002523 &tmp_daddr, tcph->dest, &tmp_saddr, tcph->source);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002524
Faisal Latif6492cdf2008-07-24 20:50:45 -07002525 do {
2526 cm_node = find_node(cm_core,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302527 nfo.rem_port, nfo.rem_addr,
2528 nfo.loc_port, nfo.loc_addr);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002529
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002530 if (!cm_node) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07002531 /* Only type of packet accepted are for */
2532 /* the PASSIVE open (syn only) */
2533 if ((!tcph->syn) || (tcph->ack)) {
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002534 skb_handled = 0;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002535 break;
2536 }
2537 listener = find_listener(cm_core, nfo.loc_addr,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302538 nfo.loc_port,
2539 NES_CM_LISTENER_ACTIVE_STATE);
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002540 if (!listener) {
2541 nfo.cm_id = NULL;
2542 nfo.conn_type = 0;
2543 nes_debug(NES_DBG_CM, "Unable to find listener for the pkt\n");
2544 skb_handled = 0;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002545 break;
2546 }
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002547 nfo.cm_id = listener->cm_id;
2548 nfo.conn_type = listener->conn_type;
Faisal Latif6492cdf2008-07-24 20:50:45 -07002549 cm_node = make_cm_node(cm_core, nesvnic, &nfo,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302550 listener);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002551 if (!cm_node) {
2552 nes_debug(NES_DBG_CM, "Unable to allocate "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302553 "node\n");
Faisal Latif6492cdf2008-07-24 20:50:45 -07002554 cm_packets_dropped++;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002555 atomic_dec(&listener->ref_count);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002556 dev_kfree_skb_any(skb);
2557 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002558 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07002559 if (!tcph->rst && !tcph->fin) {
2560 cm_node->state = NES_CM_STATE_LISTENING;
2561 } else {
2562 cm_packets_dropped++;
2563 rem_ref_cm_node(cm_core, cm_node);
2564 dev_kfree_skb_any(skb);
2565 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002566 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07002567 add_ref_cm_node(cm_node);
2568 } else if (cm_node->state == NES_CM_STATE_TSA) {
Faisal Latif0f0bee82011-09-25 20:34:00 -05002569 if (cm_node->nesqp->pau_mode)
2570 nes_queue_mgt_skbs(skb, nesvnic, cm_node->nesqp);
2571 else {
2572 rem_ref_cm_node(cm_core, cm_node);
2573 atomic_inc(&cm_accel_dropped_pkts);
2574 dev_kfree_skb_any(skb);
2575 }
Faisal Latif6492cdf2008-07-24 20:50:45 -07002576 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002577 }
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002578 skb_reset_network_header(skb);
2579 skb_set_transport_header(skb, sizeof(*tcph));
2580 skb->len = ntohs(iph->tot_len);
Faisal Latif6492cdf2008-07-24 20:50:45 -07002581 process_packet(cm_node, skb, cm_core);
2582 rem_ref_cm_node(cm_core, cm_node);
2583 } while (0);
Faisal Latif4a14f6a2008-11-21 20:50:49 -06002584 return skb_handled;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002585}
2586
2587
2588/**
2589 * nes_cm_alloc_core - allocate a top level instance of a cm core
2590 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07002591static struct nes_cm_core *nes_cm_alloc_core(void)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002592{
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002593 struct nes_cm_core *cm_core;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002594
2595 /* setup the CM core */
2596 /* alloc top level core control structure */
2597 cm_core = kzalloc(sizeof(*cm_core), GFP_KERNEL);
2598 if (!cm_core)
2599 return NULL;
2600
2601 INIT_LIST_HEAD(&cm_core->connected_nodes);
2602 init_timer(&cm_core->tcp_timer);
2603 cm_core->tcp_timer.function = nes_cm_timer_tick;
2604
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302605 cm_core->mtu = NES_CM_DEFAULT_MTU;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002606 cm_core->state = NES_CM_STATE_INITED;
2607 cm_core->free_tx_pkt_max = NES_CM_DEFAULT_FREE_PKTS;
2608
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002609 atomic_set(&cm_core->events_posted, 0);
2610
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002611 cm_core->api = &nes_cm_api;
2612
2613 spin_lock_init(&cm_core->ht_lock);
2614 spin_lock_init(&cm_core->listen_list_lock);
2615
2616 INIT_LIST_HEAD(&cm_core->listen_list.list);
2617
2618 nes_debug(NES_DBG_CM, "Init CM Core completed -- cm_core=%p\n", cm_core);
2619
2620 nes_debug(NES_DBG_CM, "Enable QUEUE EVENTS\n");
2621 cm_core->event_wq = create_singlethread_workqueue("nesewq");
2622 cm_core->post_event = nes_cm_post_event;
2623 nes_debug(NES_DBG_CM, "Enable QUEUE DISCONNECTS\n");
2624 cm_core->disconn_wq = create_singlethread_workqueue("nesdwq");
2625
2626 print_core(cm_core);
2627 return cm_core;
2628}
2629
2630
2631/**
2632 * mini_cm_dealloc_core - deallocate a top level instance of a cm core
2633 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07002634static int mini_cm_dealloc_core(struct nes_cm_core *cm_core)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002635{
2636 nes_debug(NES_DBG_CM, "De-Alloc CM Core (%p)\n", cm_core);
2637
2638 if (!cm_core)
2639 return -EINVAL;
2640
2641 barrier();
2642
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302643 if (timer_pending(&cm_core->tcp_timer))
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002644 del_timer(&cm_core->tcp_timer);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002645
2646 destroy_workqueue(cm_core->event_wq);
2647 destroy_workqueue(cm_core->disconn_wq);
2648 nes_debug(NES_DBG_CM, "\n");
2649 kfree(cm_core);
2650
2651 return 0;
2652}
2653
2654
2655/**
2656 * mini_cm_get
2657 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07002658static int mini_cm_get(struct nes_cm_core *cm_core)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002659{
2660 return cm_core->state;
2661}
2662
2663
2664/**
2665 * mini_cm_set
2666 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07002667static int mini_cm_set(struct nes_cm_core *cm_core, u32 type, u32 value)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002668{
2669 int ret = 0;
2670
2671 switch (type) {
Faisal Latif9d5ab132009-03-06 15:15:01 -08002672 case NES_CM_SET_PKT_SIZE:
2673 cm_core->mtu = value;
2674 break;
2675 case NES_CM_SET_FREE_PKT_Q_SIZE:
2676 cm_core->free_tx_pkt_max = value;
2677 break;
2678 default:
2679 /* unknown set option */
2680 ret = -EINVAL;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002681 }
2682
2683 return ret;
2684}
2685
2686
2687/**
2688 * nes_cm_init_tsa_conn setup HW; MPA frames must be
2689 * successfully exchanged when this is called
2690 */
2691static int nes_cm_init_tsa_conn(struct nes_qp *nesqp, struct nes_cm_node *cm_node)
2692{
2693 int ret = 0;
2694
2695 if (!nesqp)
2696 return -EINVAL;
2697
2698 nesqp->nesqp_context->misc |= cpu_to_le32(NES_QPCONTEXT_MISC_IPV4 |
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302699 NES_QPCONTEXT_MISC_NO_NAGLE | NES_QPCONTEXT_MISC_DO_NOT_FRAG |
2700 NES_QPCONTEXT_MISC_DROS);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002701
2702 if (cm_node->tcp_cntxt.snd_wscale || cm_node->tcp_cntxt.rcv_wscale)
2703 nesqp->nesqp_context->misc |= cpu_to_le32(NES_QPCONTEXT_MISC_WSCALE);
2704
2705 nesqp->nesqp_context->misc2 |= cpu_to_le32(64 << NES_QPCONTEXT_MISC2_TTL_SHIFT);
2706
2707 nesqp->nesqp_context->mss |= cpu_to_le32(((u32)cm_node->tcp_cntxt.mss) << 16);
2708
2709 nesqp->nesqp_context->tcp_state_flow_label |= cpu_to_le32(
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302710 (u32)NES_QPCONTEXT_TCPSTATE_EST << NES_QPCONTEXT_TCPFLOW_TCP_STATE_SHIFT);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002711
2712 nesqp->nesqp_context->pd_index_wscale |= cpu_to_le32(
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302713 (cm_node->tcp_cntxt.snd_wscale << NES_QPCONTEXT_PDWSCALE_SND_WSCALE_SHIFT) &
2714 NES_QPCONTEXT_PDWSCALE_SND_WSCALE_MASK);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002715
2716 nesqp->nesqp_context->pd_index_wscale |= cpu_to_le32(
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302717 (cm_node->tcp_cntxt.rcv_wscale << NES_QPCONTEXT_PDWSCALE_RCV_WSCALE_SHIFT) &
2718 NES_QPCONTEXT_PDWSCALE_RCV_WSCALE_MASK);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002719
2720 nesqp->nesqp_context->keepalive = cpu_to_le32(0x80);
2721 nesqp->nesqp_context->ts_recent = 0;
2722 nesqp->nesqp_context->ts_age = 0;
2723 nesqp->nesqp_context->snd_nxt = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
2724 nesqp->nesqp_context->snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.snd_wnd);
2725 nesqp->nesqp_context->rcv_nxt = cpu_to_le32(cm_node->tcp_cntxt.rcv_nxt);
2726 nesqp->nesqp_context->rcv_wnd = cpu_to_le32(cm_node->tcp_cntxt.rcv_wnd <<
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302727 cm_node->tcp_cntxt.rcv_wscale);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002728 nesqp->nesqp_context->snd_max = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
2729 nesqp->nesqp_context->snd_una = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
2730 nesqp->nesqp_context->srtt = 0;
2731 nesqp->nesqp_context->rttvar = cpu_to_le32(0x6);
2732 nesqp->nesqp_context->ssthresh = cpu_to_le32(0x3FFFC000);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302733 nesqp->nesqp_context->cwnd = cpu_to_le32(2 * cm_node->tcp_cntxt.mss);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002734 nesqp->nesqp_context->snd_wl1 = cpu_to_le32(cm_node->tcp_cntxt.rcv_nxt);
2735 nesqp->nesqp_context->snd_wl2 = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
2736 nesqp->nesqp_context->max_snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.max_snd_wnd);
2737
2738 nes_debug(NES_DBG_CM, "QP%u: rcv_nxt = 0x%08X, snd_nxt = 0x%08X,"
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302739 " Setting MSS to %u, PDWscale = 0x%08X, rcv_wnd = %u, context misc = 0x%08X.\n",
2740 nesqp->hwqp.qp_id, le32_to_cpu(nesqp->nesqp_context->rcv_nxt),
2741 le32_to_cpu(nesqp->nesqp_context->snd_nxt),
2742 cm_node->tcp_cntxt.mss, le32_to_cpu(nesqp->nesqp_context->pd_index_wscale),
2743 le32_to_cpu(nesqp->nesqp_context->rcv_wnd),
2744 le32_to_cpu(nesqp->nesqp_context->misc));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002745 nes_debug(NES_DBG_CM, " snd_wnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->snd_wnd));
2746 nes_debug(NES_DBG_CM, " snd_cwnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->cwnd));
2747 nes_debug(NES_DBG_CM, " max_swnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->max_snd_wnd));
2748
2749 nes_debug(NES_DBG_CM, "Change cm_node state to TSA\n");
2750 cm_node->state = NES_CM_STATE_TSA;
2751
2752 return ret;
2753}
2754
2755
2756/**
2757 * nes_cm_disconn
2758 */
2759int nes_cm_disconn(struct nes_qp *nesqp)
2760{
Don Wood873fcdd2009-09-05 20:36:37 -07002761 struct disconn_work *work;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002762
Don Wood873fcdd2009-09-05 20:36:37 -07002763 work = kzalloc(sizeof *work, GFP_ATOMIC);
2764 if (!work)
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302765 return -ENOMEM; /* Timer will clean up */
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002766
Don Wood873fcdd2009-09-05 20:36:37 -07002767 nes_add_ref(&nesqp->ibqp);
2768 work->nesqp = nesqp;
2769 INIT_WORK(&work->work, nes_disconnect_worker);
2770 queue_work(g_cm_core->disconn_wq, &work->work);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002771 return 0;
2772}
2773
2774
2775/**
2776 * nes_disconnect_worker
2777 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07002778static void nes_disconnect_worker(struct work_struct *work)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002779{
Don Wood873fcdd2009-09-05 20:36:37 -07002780 struct disconn_work *dwork = container_of(work, struct disconn_work, work);
2781 struct nes_qp *nesqp = dwork->nesqp;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002782
Don Wood873fcdd2009-09-05 20:36:37 -07002783 kfree(dwork);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002784 nes_debug(NES_DBG_CM, "processing AEQE id 0x%04X for QP%u.\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302785 nesqp->last_aeq, nesqp->hwqp.qp_id);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002786 nes_cm_disconn_true(nesqp);
Don Woodc4c3f272009-09-05 20:36:36 -07002787 nes_rem_ref(&nesqp->ibqp);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002788}
2789
2790
2791/**
2792 * nes_cm_disconn_true
2793 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07002794static int nes_cm_disconn_true(struct nes_qp *nesqp)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002795{
2796 unsigned long flags;
2797 int ret = 0;
2798 struct iw_cm_id *cm_id;
2799 struct iw_cm_event cm_event;
2800 struct nes_vnic *nesvnic;
2801 u16 last_ae;
2802 u8 original_hw_tcp_state;
2803 u8 original_ibqp_state;
Roland Dreierd0c49bf2011-05-09 22:23:57 -07002804 int disconn_status = 0;
Don Woodb29a4fc2009-09-05 20:36:39 -07002805 int issue_disconn = 0;
2806 int issue_close = 0;
2807 int issue_flush = 0;
2808 u32 flush_q = NES_CQP_FLUSH_RQ;
2809 struct ib_event ibevent;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002810
2811 if (!nesqp) {
2812 nes_debug(NES_DBG_CM, "disconnect_worker nesqp is NULL\n");
2813 return -1;
2814 }
2815
2816 spin_lock_irqsave(&nesqp->lock, flags);
2817 cm_id = nesqp->cm_id;
2818 /* make sure we havent already closed this connection */
2819 if (!cm_id) {
2820 nes_debug(NES_DBG_CM, "QP%u disconnect_worker cmid is NULL\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302821 nesqp->hwqp.qp_id);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002822 spin_unlock_irqrestore(&nesqp->lock, flags);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002823 return -1;
2824 }
2825
2826 nesvnic = to_nesvnic(nesqp->ibqp.device);
2827 nes_debug(NES_DBG_CM, "Disconnecting QP%u\n", nesqp->hwqp.qp_id);
2828
2829 original_hw_tcp_state = nesqp->hw_tcp_state;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302830 original_ibqp_state = nesqp->ibqp_state;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002831 last_ae = nesqp->last_aeq;
2832
Don Woodb29a4fc2009-09-05 20:36:39 -07002833 if (nesqp->term_flags) {
2834 issue_disconn = 1;
2835 issue_close = 1;
2836 nesqp->cm_id = NULL;
2837 if (nesqp->flush_issued == 0) {
2838 nesqp->flush_issued = 1;
2839 issue_flush = 1;
2840 }
2841 } else if ((original_hw_tcp_state == NES_AEQE_TCP_STATE_CLOSE_WAIT) ||
2842 ((original_ibqp_state == IB_QPS_RTS) &&
2843 (last_ae == NES_AEQE_AEID_LLP_CONNECTION_RESET))) {
2844 issue_disconn = 1;
2845 if (last_ae == NES_AEQE_AEID_LLP_CONNECTION_RESET)
Roland Dreierd0c49bf2011-05-09 22:23:57 -07002846 disconn_status = -ECONNRESET;
Don Woodb29a4fc2009-09-05 20:36:39 -07002847 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002848
Don Woodb29a4fc2009-09-05 20:36:39 -07002849 if (((original_hw_tcp_state == NES_AEQE_TCP_STATE_CLOSED) ||
2850 (original_hw_tcp_state == NES_AEQE_TCP_STATE_TIME_WAIT) ||
2851 (last_ae == NES_AEQE_AEID_RDMAP_ROE_BAD_LLP_CLOSE) ||
2852 (last_ae == NES_AEQE_AEID_LLP_CONNECTION_RESET))) {
2853 issue_close = 1;
2854 nesqp->cm_id = NULL;
2855 if (nesqp->flush_issued == 0) {
2856 nesqp->flush_issued = 1;
2857 issue_flush = 1;
2858 }
2859 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002860
Don Woodb29a4fc2009-09-05 20:36:39 -07002861 spin_unlock_irqrestore(&nesqp->lock, flags);
2862
2863 if ((issue_flush) && (nesqp->destroyed == 0)) {
2864 /* Flush the queue(s) */
2865 if (nesqp->hw_iwarp_state >= NES_AEQE_IWARP_STATE_TERMINATE)
2866 flush_q |= NES_CQP_FLUSH_SQ;
2867 flush_wqes(nesvnic->nesdev, nesqp, flush_q, 1);
2868
2869 if (nesqp->term_flags) {
2870 ibevent.device = nesqp->ibqp.device;
2871 ibevent.event = nesqp->terminate_eventtype;
2872 ibevent.element.qp = &nesqp->ibqp;
2873 nesqp->ibqp.event_handler(&ibevent, nesqp->ibqp.qp_context);
2874 }
2875 }
2876
2877 if ((cm_id) && (cm_id->event_handler)) {
2878 if (issue_disconn) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002879 atomic_inc(&cm_disconnects);
2880 cm_event.event = IW_CM_EVENT_DISCONNECT;
Don Woodb29a4fc2009-09-05 20:36:39 -07002881 cm_event.status = disconn_status;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002882 cm_event.local_addr = cm_id->local_addr;
2883 cm_event.remote_addr = cm_id->remote_addr;
2884 cm_event.private_data = NULL;
2885 cm_event.private_data_len = 0;
2886
Faisal Latif6492cdf2008-07-24 20:50:45 -07002887 nes_debug(NES_DBG_CM, "Generating a CM Disconnect Event"
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302888 " for QP%u, SQ Head = %u, SQ Tail = %u. "
2889 "cm_id = %p, refcount = %u.\n",
2890 nesqp->hwqp.qp_id, nesqp->hwqp.sq_head,
2891 nesqp->hwqp.sq_tail, cm_id,
2892 atomic_read(&nesqp->refcount));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002893
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002894 ret = cm_id->event_handler(cm_id, &cm_event);
2895 if (ret)
Faisal Latif6492cdf2008-07-24 20:50:45 -07002896 nes_debug(NES_DBG_CM, "OFA CM event_handler "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302897 "returned, ret=%d\n", ret);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002898 }
2899
Don Woodb29a4fc2009-09-05 20:36:39 -07002900 if (issue_close) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002901 atomic_inc(&cm_closes);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002902 nes_disconnect(nesqp, 1);
2903
2904 cm_id->provider_data = nesqp;
2905 /* Send up the close complete event */
2906 cm_event.event = IW_CM_EVENT_CLOSE;
Roland Dreierd0c49bf2011-05-09 22:23:57 -07002907 cm_event.status = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002908 cm_event.provider_data = cm_id->provider_data;
2909 cm_event.local_addr = cm_id->local_addr;
2910 cm_event.remote_addr = cm_id->remote_addr;
2911 cm_event.private_data = NULL;
2912 cm_event.private_data_len = 0;
2913
2914 ret = cm_id->event_handler(cm_id, &cm_event);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302915 if (ret)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002916 nes_debug(NES_DBG_CM, "OFA CM event_handler returned, ret=%d\n", ret);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002917
2918 cm_id->rem_ref(cm_id);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002919 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002920 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002921
2922 return 0;
2923}
2924
2925
2926/**
2927 * nes_disconnect
2928 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07002929static int nes_disconnect(struct nes_qp *nesqp, int abrupt)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002930{
2931 int ret = 0;
2932 struct nes_vnic *nesvnic;
2933 struct nes_device *nesdev;
Faisal Latifc12e56e2009-03-12 14:34:59 -07002934 struct nes_ib_device *nesibdev;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002935
2936 nesvnic = to_nesvnic(nesqp->ibqp.device);
2937 if (!nesvnic)
2938 return -EINVAL;
2939
2940 nesdev = nesvnic->nesdev;
Faisal Latifc12e56e2009-03-12 14:34:59 -07002941 nesibdev = nesvnic->nesibdev;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002942
2943 nes_debug(NES_DBG_CM, "netdev refcnt = %u.\n",
Eric Dumazet29b44332010-10-11 10:22:12 +00002944 netdev_refcnt_read(nesvnic->netdev));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002945
2946 if (nesqp->active_conn) {
2947
2948 /* indicate this connection is NOT active */
2949 nesqp->active_conn = 0;
2950 } else {
2951 /* Need to free the Last Streaming Mode Message */
2952 if (nesqp->ietf_frame) {
Faisal Latifc12e56e2009-03-12 14:34:59 -07002953 if (nesqp->lsmm_mr)
2954 nesibdev->ibdev.dereg_mr(nesqp->lsmm_mr);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002955 pci_free_consistent(nesdev->pcidev,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302956 nesqp->private_data_len + nesqp->ietf_frame_size,
2957 nesqp->ietf_frame, nesqp->ietf_frame_pbase);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002958 }
2959 }
2960
2961 /* close the CM node down if it is still active */
2962 if (nesqp->cm_node) {
2963 nes_debug(NES_DBG_CM, "Call close API\n");
2964
2965 g_cm_core->api->close(g_cm_core, nesqp->cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002966 }
2967
2968 return ret;
2969}
2970
2971
2972/**
2973 * nes_accept
2974 */
2975int nes_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
2976{
2977 u64 u64temp;
2978 struct ib_qp *ibqp;
2979 struct nes_qp *nesqp;
2980 struct nes_vnic *nesvnic;
2981 struct nes_device *nesdev;
2982 struct nes_cm_node *cm_node;
2983 struct nes_adapter *adapter;
2984 struct ib_qp_attr attr;
2985 struct iw_cm_event cm_event;
2986 struct nes_hw_qp_wqe *wqe;
2987 struct nes_v4_quad nes_quad;
Faisal Latif30da7cf2008-02-21 08:31:22 -06002988 u32 crc_value;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002989 int ret;
Faisal Latif183ecfa2008-11-21 20:50:46 -06002990 int passive_state;
Faisal Latifc12e56e2009-03-12 14:34:59 -07002991 struct nes_ib_device *nesibdev;
2992 struct ib_mr *ibmr = NULL;
2993 struct ib_phys_buf ibphysbuf;
2994 struct nes_pd *nespd;
Don Wood7a5efb62009-04-08 14:21:02 -07002995 u64 tagged_offset;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05302996 u8 mpa_frame_offset = 0;
2997 struct ietf_mpa_v2 *mpa_v2_frame;
2998 u8 start_addr = 0;
2999 u8 *start_ptr = &start_addr;
3000 u8 **start_buff = &start_ptr;
3001 u16 buff_len = 0;
Faisal Latifc12e56e2009-03-12 14:34:59 -07003002
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003003 ibqp = nes_get_qp(cm_id->device, conn_param->qpn);
3004 if (!ibqp)
3005 return -EINVAL;
3006
3007 /* get all our handles */
3008 nesqp = to_nesqp(ibqp);
3009 nesvnic = to_nesvnic(nesqp->ibqp.device);
3010 nesdev = nesvnic->nesdev;
3011 adapter = nesdev->nesadapter;
3012
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003013 cm_node = (struct nes_cm_node *)cm_id->provider_data;
Faisal Latif6492cdf2008-07-24 20:50:45 -07003014 nes_debug(NES_DBG_CM, "nes_accept: cm_node= %p nesvnic=%p, netdev=%p,"
3015 "%s\n", cm_node, nesvnic, nesvnic->netdev,
3016 nesvnic->netdev->name);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003017
Faisal Latifc5a7d482009-12-09 15:54:08 -08003018 if (NES_CM_STATE_LISTENER_DESTROYED == cm_node->state) {
3019 if (cm_node->loopbackpartner)
3020 rem_ref_cm_node(cm_node->cm_core, cm_node->loopbackpartner);
3021 rem_ref_cm_node(cm_node->cm_core, cm_node);
3022 return -EINVAL;
3023 }
3024
Faisal Latifdae58722010-08-14 21:04:56 +00003025 passive_state = atomic_add_return(1, &cm_node->passive_state);
3026 if (passive_state == NES_SEND_RESET_EVENT) {
3027 rem_ref_cm_node(cm_node->cm_core, cm_node);
3028 return -ECONNRESET;
3029 }
3030
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003031 /* associate the node with the QP */
3032 nesqp->cm_node = (void *)cm_node;
Faisal Latif6492cdf2008-07-24 20:50:45 -07003033 cm_node->nesqp = nesqp;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003034
Faisal Latif6492cdf2008-07-24 20:50:45 -07003035 nes_debug(NES_DBG_CM, "QP%u, cm_node=%p, jiffies = %lu listener = %p\n",
3036 nesqp->hwqp.qp_id, cm_node, jiffies, cm_node->listener);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003037 atomic_inc(&cm_accepts);
3038
3039 nes_debug(NES_DBG_CM, "netdev refcnt = %u.\n",
Eric Dumazet29b44332010-10-11 10:22:12 +00003040 netdev_refcnt_read(nesvnic->netdev));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003041
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303042 nesqp->ietf_frame_size = sizeof(struct ietf_mpa_v2);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003043 /* allocate the ietf frame and space for private data */
3044 nesqp->ietf_frame = pci_alloc_consistent(nesdev->pcidev,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303045 nesqp->ietf_frame_size + conn_param->private_data_len,
3046 &nesqp->ietf_frame_pbase);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003047
Faisal Latif6492cdf2008-07-24 20:50:45 -07003048 if (!nesqp->ietf_frame) {
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303049 nes_debug(NES_DBG_CM, "Unable to allocate memory for private data\n");
Faisal Latif6492cdf2008-07-24 20:50:45 -07003050 return -ENOMEM;
3051 }
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303052 mpa_v2_frame = (struct ietf_mpa_v2 *)nesqp->ietf_frame;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003053
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303054 if (cm_node->mpa_frame_rev == IETF_MPA_V1)
3055 mpa_frame_offset = 4;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003056
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303057 memcpy(mpa_v2_frame->priv_data, conn_param->private_data,
3058 conn_param->private_data_len);
3059
3060 cm_build_mpa_frame(cm_node, start_buff, &buff_len, nesqp->ietf_frame, MPA_KEY_REPLY);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003061 nesqp->private_data_len = conn_param->private_data_len;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003062
Faisal Latif6492cdf2008-07-24 20:50:45 -07003063 /* setup our first outgoing iWarp send WQE (the IETF frame response) */
3064 wqe = &nesqp->hwqp.sq_vbase[0];
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003065
Faisal Latif6492cdf2008-07-24 20:50:45 -07003066 if (cm_id->remote_addr.sin_addr.s_addr !=
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303067 cm_id->local_addr.sin_addr.s_addr) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07003068 u64temp = (unsigned long)nesqp;
Faisal Latifc12e56e2009-03-12 14:34:59 -07003069 nesibdev = nesvnic->nesibdev;
3070 nespd = nesqp->nespd;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303071 ibphysbuf.addr = nesqp->ietf_frame_pbase + mpa_frame_offset;
3072 ibphysbuf.size = buff_len;
3073 tagged_offset = (u64)(unsigned long)*start_buff;
Faisal Latifc12e56e2009-03-12 14:34:59 -07003074 ibmr = nesibdev->ibdev.reg_phys_mr((struct ib_pd *)nespd,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303075 &ibphysbuf, 1,
3076 IB_ACCESS_LOCAL_WRITE,
3077 &tagged_offset);
Faisal Latifc12e56e2009-03-12 14:34:59 -07003078 if (!ibmr) {
3079 nes_debug(NES_DBG_CM, "Unable to register memory region"
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303080 "for lSMM for cm_node = %p \n",
3081 cm_node);
Faisal Latif9256b252009-04-27 13:45:19 -07003082 pci_free_consistent(nesdev->pcidev,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303083 nesqp->private_data_len + nesqp->ietf_frame_size,
3084 nesqp->ietf_frame, nesqp->ietf_frame_pbase);
Faisal Latifc12e56e2009-03-12 14:34:59 -07003085 return -ENOMEM;
3086 }
3087
3088 ibmr->pd = &nespd->ibpd;
3089 ibmr->device = nespd->ibpd.device;
3090 nesqp->lsmm_mr = ibmr;
3091
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303092 u64temp |= NES_SW_CONTEXT_ALIGN >> 1;
Faisal Latif6492cdf2008-07-24 20:50:45 -07003093 set_wqe_64bit_value(wqe->wqe_words,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303094 NES_IWARP_SQ_WQE_COMP_CTX_LOW_IDX,
3095 u64temp);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003096 wqe->wqe_words[NES_IWARP_SQ_WQE_MISC_IDX] =
3097 cpu_to_le32(NES_IWARP_SQ_WQE_STREAMING |
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303098 NES_IWARP_SQ_WQE_WRPDU);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003099 wqe->wqe_words[NES_IWARP_SQ_WQE_TOTAL_PAYLOAD_IDX] =
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303100 cpu_to_le32(buff_len);
Faisal Latifc12e56e2009-03-12 14:34:59 -07003101 set_wqe_64bit_value(wqe->wqe_words,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303102 NES_IWARP_SQ_WQE_FRAG0_LOW_IDX,
3103 (u64)(unsigned long)(*start_buff));
Faisal Latif6492cdf2008-07-24 20:50:45 -07003104 wqe->wqe_words[NES_IWARP_SQ_WQE_LENGTH0_IDX] =
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303105 cpu_to_le32(buff_len);
Faisal Latifc12e56e2009-03-12 14:34:59 -07003106 wqe->wqe_words[NES_IWARP_SQ_WQE_STAG0_IDX] = ibmr->lkey;
Faisal Latifd2fa9b262009-12-09 15:54:28 -08003107 if (nesqp->sq_kmapped) {
3108 nesqp->sq_kmapped = 0;
3109 kunmap(nesqp->page);
3110 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003111
Faisal Latif6492cdf2008-07-24 20:50:45 -07003112 nesqp->nesqp_context->ird_ord_sizes |=
3113 cpu_to_le32(NES_QPCONTEXT_ORDIRD_LSMM_PRESENT |
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303114 NES_QPCONTEXT_ORDIRD_WRPDU);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003115 } else {
3116 nesqp->nesqp_context->ird_ord_sizes |=
Faisal Latif9d5ab132009-03-06 15:15:01 -08003117 cpu_to_le32(NES_QPCONTEXT_ORDIRD_WRPDU);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003118 }
3119 nesqp->skip_lsmm = 1;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003120
3121
3122 /* Cache the cm_id in the qp */
3123 nesqp->cm_id = cm_id;
3124 cm_node->cm_id = cm_id;
3125
3126 /* nesqp->cm_node = (void *)cm_id->provider_data; */
3127 cm_id->provider_data = nesqp;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303128 nesqp->active_conn = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003129
Faisal Latif6492cdf2008-07-24 20:50:45 -07003130 if (cm_node->state == NES_CM_STATE_TSA)
3131 nes_debug(NES_DBG_CM, "Already state = TSA for cm_node=%p\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303132 cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003133
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003134 nes_cm_init_tsa_conn(nesqp, cm_node);
3135
Faisal Latif6492cdf2008-07-24 20:50:45 -07003136 nesqp->nesqp_context->tcpPorts[0] =
3137 cpu_to_le16(ntohs(cm_id->local_addr.sin_port));
3138 nesqp->nesqp_context->tcpPorts[1] =
3139 cpu_to_le16(ntohs(cm_id->remote_addr.sin_port));
3140
3141 if (ipv4_is_loopback(cm_id->remote_addr.sin_addr.s_addr))
3142 nesqp->nesqp_context->ip0 =
3143 cpu_to_le32(ntohl(nesvnic->local_ipaddr));
3144 else
3145 nesqp->nesqp_context->ip0 =
3146 cpu_to_le32(ntohl(cm_id->remote_addr.sin_addr.s_addr));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003147
3148 nesqp->nesqp_context->misc2 |= cpu_to_le32(
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303149 (u32)PCI_FUNC(nesdev->pcidev->devfn) <<
3150 NES_QPCONTEXT_MISC2_SRC_IP_SHIFT);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003151
Faisal Latif6492cdf2008-07-24 20:50:45 -07003152 nesqp->nesqp_context->arp_index_vlan |=
3153 cpu_to_le32(nes_arp_table(nesdev,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303154 le32_to_cpu(nesqp->nesqp_context->ip0), NULL,
3155 NES_ARP_RESOLVE) << 16);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003156
3157 nesqp->nesqp_context->ts_val_delta = cpu_to_le32(
Faisal Latif6492cdf2008-07-24 20:50:45 -07003158 jiffies - nes_read_indexed(nesdev, NES_IDX_TCP_NOW));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003159
3160 nesqp->nesqp_context->ird_index = cpu_to_le32(nesqp->hwqp.qp_id);
3161
3162 nesqp->nesqp_context->ird_ord_sizes |= cpu_to_le32(
Faisal Latif6492cdf2008-07-24 20:50:45 -07003163 ((u32)1 << NES_QPCONTEXT_ORDIRD_IWARP_MODE_SHIFT));
3164 nesqp->nesqp_context->ird_ord_sizes |=
3165 cpu_to_le32((u32)conn_param->ord);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003166
3167 memset(&nes_quad, 0, sizeof(nes_quad));
Faisal Latif6492cdf2008-07-24 20:50:45 -07003168 nes_quad.DstIpAdrIndex =
3169 cpu_to_le32((u32)PCI_FUNC(nesdev->pcidev->devfn) << 24);
3170 if (ipv4_is_loopback(cm_id->remote_addr.sin_addr.s_addr))
3171 nes_quad.SrcIpadr = nesvnic->local_ipaddr;
3172 else
3173 nes_quad.SrcIpadr = cm_id->remote_addr.sin_addr.s_addr;
3174 nes_quad.TcpPorts[0] = cm_id->remote_addr.sin_port;
3175 nes_quad.TcpPorts[1] = cm_id->local_addr.sin_port;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003176
3177 /* Produce hash key */
Faisal Latif30da7cf2008-02-21 08:31:22 -06003178 crc_value = get_crc_value(&nes_quad);
3179 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003180 nes_debug(NES_DBG_CM, "HTE Index = 0x%08X, CRC = 0x%08X\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303181 nesqp->hte_index, nesqp->hte_index & adapter->hte_index_mask);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003182
3183 nesqp->hte_index &= adapter->hte_index_mask;
3184 nesqp->nesqp_context->hte_index = cpu_to_le32(nesqp->hte_index);
3185
3186 cm_node->cm_core->api->accelerated(cm_node->cm_core, cm_node);
3187
Faisal Latif6492cdf2008-07-24 20:50:45 -07003188 nes_debug(NES_DBG_CM, "QP%u, Destination IP = 0x%08X:0x%04X, local = "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303189 "0x%08X:0x%04X, rcv_nxt=0x%08X, snd_nxt=0x%08X, mpa + "
3190 "private data length=%u.\n", nesqp->hwqp.qp_id,
3191 ntohl(cm_id->remote_addr.sin_addr.s_addr),
3192 ntohs(cm_id->remote_addr.sin_port),
3193 ntohl(cm_id->local_addr.sin_addr.s_addr),
3194 ntohs(cm_id->local_addr.sin_port),
3195 le32_to_cpu(nesqp->nesqp_context->rcv_nxt),
3196 le32_to_cpu(nesqp->nesqp_context->snd_nxt),
3197 buff_len);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003198
Coly Li73ac36e2009-01-07 18:09:16 -08003199 /* notify OF layer that accept event was successful */
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003200 cm_id->add_ref(cm_id);
Faisal Latif9256b252009-04-27 13:45:19 -07003201 nes_add_ref(&nesqp->ibqp);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003202
3203 cm_event.event = IW_CM_EVENT_ESTABLISHED;
Roland Dreierd0c49bf2011-05-09 22:23:57 -07003204 cm_event.status = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003205 cm_event.provider_data = (void *)nesqp;
3206 cm_event.local_addr = cm_id->local_addr;
3207 cm_event.remote_addr = cm_id->remote_addr;
3208 cm_event.private_data = NULL;
3209 cm_event.private_data_len = 0;
3210 ret = cm_id->event_handler(cm_id, &cm_event);
Faisal Latif183ecfa2008-11-21 20:50:46 -06003211 attr.qp_state = IB_QPS_RTS;
3212 nes_modify_qp(&nesqp->ibqp, &attr, IB_QP_STATE, NULL);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003213 if (cm_node->loopbackpartner) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07003214 cm_node->loopbackpartner->mpa_frame_size =
3215 nesqp->private_data_len;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003216 /* copy entire MPA frame to our cm_node's frame */
Faisal Latif6492cdf2008-07-24 20:50:45 -07003217 memcpy(cm_node->loopbackpartner->mpa_frame_buf,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303218 conn_param->private_data, conn_param->private_data_len);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003219 create_event(cm_node->loopbackpartner, NES_CM_EVENT_CONNECTED);
3220 }
3221 if (ret)
Faisal Latif6492cdf2008-07-24 20:50:45 -07003222 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303223 "ret=%d\n", __func__, __LINE__, ret);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003224
3225 return 0;
3226}
3227
3228
3229/**
3230 * nes_reject
3231 */
3232int nes_reject(struct iw_cm_id *cm_id, const void *pdata, u8 pdata_len)
3233{
3234 struct nes_cm_node *cm_node;
Faisal Latif9d5ab132009-03-06 15:15:01 -08003235 struct nes_cm_node *loopback;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003236 struct nes_cm_core *cm_core;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303237 u8 *start_buff;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003238
3239 atomic_inc(&cm_rejects);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303240 cm_node = (struct nes_cm_node *)cm_id->provider_data;
Faisal Latif9d5ab132009-03-06 15:15:01 -08003241 loopback = cm_node->loopbackpartner;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003242 cm_core = cm_node->cm_core;
Faisal Latif9d5ab132009-03-06 15:15:01 -08003243 cm_node->cm_id = cm_id;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003244
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303245 if (pdata_len + sizeof(struct ietf_mpa_v2) > MAX_CM_BUFFER)
Faisal Latif9d5ab132009-03-06 15:15:01 -08003246 return -EINVAL;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003247
Faisal Latif9d5ab132009-03-06 15:15:01 -08003248 if (loopback) {
3249 memcpy(&loopback->mpa_frame.priv_data, pdata, pdata_len);
3250 loopback->mpa_frame.priv_data_len = pdata_len;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303251 loopback->mpa_frame_size = pdata_len;
Faisal Latif9d5ab132009-03-06 15:15:01 -08003252 } else {
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303253 start_buff = &cm_node->mpa_frame_buf[0] + sizeof(struct ietf_mpa_v2);
3254 cm_node->mpa_frame_size = pdata_len;
3255 memcpy(start_buff, pdata, pdata_len);
Faisal Latif9d5ab132009-03-06 15:15:01 -08003256 }
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303257 return cm_core->api->reject(cm_core, cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003258}
3259
3260
3261/**
3262 * nes_connect
3263 * setup and launch cm connect node
3264 */
3265int nes_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
3266{
3267 struct ib_qp *ibqp;
3268 struct nes_qp *nesqp;
3269 struct nes_vnic *nesvnic;
3270 struct nes_device *nesdev;
3271 struct nes_cm_node *cm_node;
3272 struct nes_cm_info cm_info;
Faisal Latif53094c32009-04-27 13:37:34 -07003273 int apbvt_set = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003274
3275 ibqp = nes_get_qp(cm_id->device, conn_param->qpn);
3276 if (!ibqp)
3277 return -EINVAL;
3278 nesqp = to_nesqp(ibqp);
3279 if (!nesqp)
3280 return -EINVAL;
3281 nesvnic = to_nesvnic(nesqp->ibqp.device);
3282 if (!nesvnic)
3283 return -EINVAL;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303284 nesdev = nesvnic->nesdev;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003285 if (!nesdev)
3286 return -EINVAL;
3287
Faisal Latifc5a7d482009-12-09 15:54:08 -08003288 if (!(cm_id->local_addr.sin_port) || !(cm_id->remote_addr.sin_port))
3289 return -EINVAL;
3290
Faisal Latif6492cdf2008-07-24 20:50:45 -07003291 nes_debug(NES_DBG_CM, "QP%u, current IP = 0x%08X, Destination IP = "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303292 "0x%08X:0x%04X, local = 0x%08X:0x%04X.\n", nesqp->hwqp.qp_id,
3293 ntohl(nesvnic->local_ipaddr),
3294 ntohl(cm_id->remote_addr.sin_addr.s_addr),
3295 ntohs(cm_id->remote_addr.sin_port),
3296 ntohl(cm_id->local_addr.sin_addr.s_addr),
3297 ntohs(cm_id->local_addr.sin_port));
Faisal Latif6492cdf2008-07-24 20:50:45 -07003298
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003299 atomic_inc(&cm_connects);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003300 nesqp->active_conn = 1;
3301
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003302 /* cache the cm_id in the qp */
3303 nesqp->cm_id = cm_id;
3304
3305 cm_id->provider_data = nesqp;
3306
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003307 nesqp->private_data_len = conn_param->private_data_len;
3308 nesqp->nesqp_context->ird_ord_sizes |= cpu_to_le32((u32)conn_param->ord);
3309 nes_debug(NES_DBG_CM, "requested ord = 0x%08X.\n", (u32)conn_param->ord);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003310 nes_debug(NES_DBG_CM, "mpa private data len =%u\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303311 conn_param->private_data_len);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003312
Faisal Latif6492cdf2008-07-24 20:50:45 -07003313 if (cm_id->local_addr.sin_addr.s_addr !=
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303314 cm_id->remote_addr.sin_addr.s_addr) {
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003315 nes_manage_apbvt(nesvnic, ntohs(cm_id->local_addr.sin_port),
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303316 PCI_FUNC(nesdev->pcidev->devfn), NES_MANAGE_APBVT_ADD);
Faisal Latif53094c32009-04-27 13:37:34 -07003317 apbvt_set = 1;
3318 }
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003319
3320 /* set up the connection params for the node */
Faisal Latif6492cdf2008-07-24 20:50:45 -07003321 cm_info.loc_addr = htonl(cm_id->local_addr.sin_addr.s_addr);
3322 cm_info.loc_port = htons(cm_id->local_addr.sin_port);
3323 cm_info.rem_addr = htonl(cm_id->remote_addr.sin_addr.s_addr);
3324 cm_info.rem_port = htons(cm_id->remote_addr.sin_port);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003325 cm_info.cm_id = cm_id;
3326 cm_info.conn_type = NES_CM_IWARP_CONN_TYPE;
3327
3328 cm_id->add_ref(cm_id);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003329
3330 /* create a connect CM node connection */
Faisal Latif6492cdf2008-07-24 20:50:45 -07003331 cm_node = g_cm_core->api->connect(g_cm_core, nesvnic,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303332 conn_param->private_data_len, (void *)conn_param->private_data,
3333 &cm_info);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003334 if (!cm_node) {
Faisal Latif53094c32009-04-27 13:37:34 -07003335 if (apbvt_set)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003336 nes_manage_apbvt(nesvnic, ntohs(cm_id->local_addr.sin_port),
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303337 PCI_FUNC(nesdev->pcidev->devfn),
3338 NES_MANAGE_APBVT_DEL);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003339
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003340 cm_id->rem_ref(cm_id);
3341 return -ENOMEM;
3342 }
3343
Faisal Latif53094c32009-04-27 13:37:34 -07003344 cm_node->apbvt_set = apbvt_set;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003345 nesqp->cm_node = cm_node;
Faisal Latif6492cdf2008-07-24 20:50:45 -07003346 cm_node->nesqp = nesqp;
Faisal Latifd7ffd502008-09-16 11:56:26 -07003347 nes_add_ref(&nesqp->ibqp);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003348
3349 return 0;
3350}
3351
3352
3353/**
3354 * nes_create_listen
3355 */
3356int nes_create_listen(struct iw_cm_id *cm_id, int backlog)
3357{
3358 struct nes_vnic *nesvnic;
3359 struct nes_cm_listener *cm_node;
3360 struct nes_cm_info cm_info;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003361 int err;
3362
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003363 nes_debug(NES_DBG_CM, "cm_id = %p, local port = 0x%04X.\n",
3364 cm_id, ntohs(cm_id->local_addr.sin_port));
3365
3366 nesvnic = to_nesvnic(cm_id->device);
3367 if (!nesvnic)
3368 return -EINVAL;
Roland Dreier69d51022010-08-04 14:25:40 -07003369
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003370 nes_debug(NES_DBG_CM, "nesvnic=%p, netdev=%p, %s\n",
3371 nesvnic, nesvnic->netdev, nesvnic->netdev->name);
3372
3373 nes_debug(NES_DBG_CM, "nesvnic->local_ipaddr=0x%08x, sin_addr.s_addr=0x%08x\n",
3374 nesvnic->local_ipaddr, cm_id->local_addr.sin_addr.s_addr);
3375
3376 /* setup listen params in our api call struct */
3377 cm_info.loc_addr = nesvnic->local_ipaddr;
3378 cm_info.loc_port = cm_id->local_addr.sin_port;
3379 cm_info.backlog = backlog;
3380 cm_info.cm_id = cm_id;
3381
3382 cm_info.conn_type = NES_CM_IWARP_CONN_TYPE;
3383
3384
3385 cm_node = g_cm_core->api->listen(g_cm_core, nesvnic, &cm_info);
3386 if (!cm_node) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07003387 printk(KERN_ERR "%s[%u] Error returned from listen API call\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303388 __func__, __LINE__);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003389 return -ENOMEM;
3390 }
3391
3392 cm_id->provider_data = cm_node;
3393
3394 if (!cm_node->reused_node) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07003395 err = nes_manage_apbvt(nesvnic,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303396 ntohs(cm_id->local_addr.sin_port),
3397 PCI_FUNC(nesvnic->nesdev->pcidev->devfn),
3398 NES_MANAGE_APBVT_ADD);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003399 if (err) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07003400 printk(KERN_ERR "nes_manage_apbvt call returned %d.\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303401 err);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003402 g_cm_core->api->stop_listener(g_cm_core, (void *)cm_node);
3403 return err;
3404 }
Faisal Latif6e10d2e2010-02-12 19:55:03 +00003405 atomic_inc(&cm_listens_created);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003406 }
3407
3408 cm_id->add_ref(cm_id);
3409 cm_id->provider_data = (void *)cm_node;
3410
3411
3412 return 0;
3413}
3414
3415
3416/**
3417 * nes_destroy_listen
3418 */
3419int nes_destroy_listen(struct iw_cm_id *cm_id)
3420{
3421 if (cm_id->provider_data)
3422 g_cm_core->api->stop_listener(g_cm_core, cm_id->provider_data);
3423 else
3424 nes_debug(NES_DBG_CM, "cm_id->provider_data was NULL\n");
3425
3426 cm_id->rem_ref(cm_id);
3427
3428 return 0;
3429}
3430
3431
3432/**
3433 * nes_cm_recv
3434 */
3435int nes_cm_recv(struct sk_buff *skb, struct net_device *netdevice)
3436{
Faisal Latif4a14f6a2008-11-21 20:50:49 -06003437 int rc = 0;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303438
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003439 cm_packets_received++;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303440 if ((g_cm_core) && (g_cm_core->api))
Faisal Latif4a14f6a2008-11-21 20:50:49 -06003441 rc = g_cm_core->api->recv_pkt(g_cm_core, netdev_priv(netdevice), skb);
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303442 else
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003443 nes_debug(NES_DBG_CM, "Unable to process packet for CM,"
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303444 " cm is not setup properly.\n");
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003445
Faisal Latif4a14f6a2008-11-21 20:50:49 -06003446 return rc;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003447}
3448
3449
3450/**
3451 * nes_cm_start
3452 * Start and init a cm core module
3453 */
3454int nes_cm_start(void)
3455{
3456 nes_debug(NES_DBG_CM, "\n");
3457 /* create the primary CM core, pass this handle to subsequent core inits */
3458 g_cm_core = nes_cm_alloc_core();
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303459 if (g_cm_core)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003460 return 0;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303461 else
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003462 return -ENOMEM;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003463}
3464
3465
3466/**
3467 * nes_cm_stop
3468 * stop and dealloc all cm core instances
3469 */
3470int nes_cm_stop(void)
3471{
3472 g_cm_core->api->destroy_cm_core(g_cm_core);
3473 return 0;
3474}
3475
3476
3477/**
3478 * cm_event_connected
3479 * handle a connected event, setup QPs and HW
3480 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07003481static void cm_event_connected(struct nes_cm_event *event)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003482{
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003483 struct nes_qp *nesqp;
3484 struct nes_vnic *nesvnic;
3485 struct nes_device *nesdev;
3486 struct nes_cm_node *cm_node;
3487 struct nes_adapter *nesadapter;
3488 struct ib_qp_attr attr;
3489 struct iw_cm_id *cm_id;
3490 struct iw_cm_event cm_event;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003491 struct nes_v4_quad nes_quad;
Faisal Latif30da7cf2008-02-21 08:31:22 -06003492 u32 crc_value;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003493 int ret;
3494
3495 /* get all our handles */
3496 cm_node = event->cm_node;
3497 cm_id = cm_node->cm_id;
3498 nes_debug(NES_DBG_CM, "cm_event_connected - %p - cm_id = %p\n", cm_node, cm_id);
3499 nesqp = (struct nes_qp *)cm_id->provider_data;
3500 nesvnic = to_nesvnic(nesqp->ibqp.device);
3501 nesdev = nesvnic->nesdev;
3502 nesadapter = nesdev->nesadapter;
3503
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303504 if (nesqp->destroyed)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003505 return;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003506 atomic_inc(&cm_connecteds);
3507 nes_debug(NES_DBG_CM, "QP%u attempting to connect to 0x%08X:0x%04X on"
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303508 " local port 0x%04X. jiffies = %lu.\n",
3509 nesqp->hwqp.qp_id,
3510 ntohl(cm_id->remote_addr.sin_addr.s_addr),
3511 ntohs(cm_id->remote_addr.sin_port),
3512 ntohs(cm_id->local_addr.sin_port),
3513 jiffies);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003514
3515 nes_cm_init_tsa_conn(nesqp, cm_node);
3516
3517 /* set the QP tsa context */
Faisal Latif6492cdf2008-07-24 20:50:45 -07003518 nesqp->nesqp_context->tcpPorts[0] =
3519 cpu_to_le16(ntohs(cm_id->local_addr.sin_port));
3520 nesqp->nesqp_context->tcpPorts[1] =
3521 cpu_to_le16(ntohs(cm_id->remote_addr.sin_port));
3522 if (ipv4_is_loopback(cm_id->remote_addr.sin_addr.s_addr))
3523 nesqp->nesqp_context->ip0 =
3524 cpu_to_le32(ntohl(nesvnic->local_ipaddr));
3525 else
3526 nesqp->nesqp_context->ip0 =
3527 cpu_to_le32(ntohl(cm_id->remote_addr.sin_addr.s_addr));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003528
3529 nesqp->nesqp_context->misc2 |= cpu_to_le32(
Faisal Latif6492cdf2008-07-24 20:50:45 -07003530 (u32)PCI_FUNC(nesdev->pcidev->devfn) <<
3531 NES_QPCONTEXT_MISC2_SRC_IP_SHIFT);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003532 nesqp->nesqp_context->arp_index_vlan |= cpu_to_le32(
Faisal Latif6492cdf2008-07-24 20:50:45 -07003533 nes_arp_table(nesdev,
3534 le32_to_cpu(nesqp->nesqp_context->ip0),
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003535 NULL, NES_ARP_RESOLVE) << 16);
3536 nesqp->nesqp_context->ts_val_delta = cpu_to_le32(
3537 jiffies - nes_read_indexed(nesdev, NES_IDX_TCP_NOW));
3538 nesqp->nesqp_context->ird_index = cpu_to_le32(nesqp->hwqp.qp_id);
3539 nesqp->nesqp_context->ird_ord_sizes |=
Faisal Latif6492cdf2008-07-24 20:50:45 -07003540 cpu_to_le32((u32)1 <<
3541 NES_QPCONTEXT_ORDIRD_IWARP_MODE_SHIFT);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003542
3543 /* Adjust tail for not having a LSMM */
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303544 /*nesqp->hwqp.sq_tail = 1;*/
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003545
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303546 build_rdma0_msg(cm_node, &nesqp);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003547
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303548 nes_write32(nesdev->regs + NES_WQE_ALLOC,
3549 (1 << 24) | 0x00800000 | nesqp->hwqp.qp_id);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003550
3551 memset(&nes_quad, 0, sizeof(nes_quad));
3552
Faisal Latif6492cdf2008-07-24 20:50:45 -07003553 nes_quad.DstIpAdrIndex =
3554 cpu_to_le32((u32)PCI_FUNC(nesdev->pcidev->devfn) << 24);
3555 if (ipv4_is_loopback(cm_id->remote_addr.sin_addr.s_addr))
3556 nes_quad.SrcIpadr = nesvnic->local_ipaddr;
3557 else
3558 nes_quad.SrcIpadr = cm_id->remote_addr.sin_addr.s_addr;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003559 nes_quad.TcpPorts[0] = cm_id->remote_addr.sin_port;
3560 nes_quad.TcpPorts[1] = cm_id->local_addr.sin_port;
3561
3562 /* Produce hash key */
Faisal Latif30da7cf2008-02-21 08:31:22 -06003563 crc_value = get_crc_value(&nes_quad);
3564 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003565 nes_debug(NES_DBG_CM, "HTE Index = 0x%08X, After CRC = 0x%08X\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303566 nesqp->hte_index, nesqp->hte_index & nesadapter->hte_index_mask);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003567
3568 nesqp->hte_index &= nesadapter->hte_index_mask;
3569 nesqp->nesqp_context->hte_index = cpu_to_le32(nesqp->hte_index);
3570
3571 nesqp->ietf_frame = &cm_node->mpa_frame;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303572 nesqp->private_data_len = (u8)cm_node->mpa_frame_size;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003573 cm_node->cm_core->api->accelerated(cm_node->cm_core, cm_node);
3574
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003575 /* notify OF layer we successfully created the requested connection */
3576 cm_event.event = IW_CM_EVENT_CONNECT_REPLY;
Roland Dreierd0c49bf2011-05-09 22:23:57 -07003577 cm_event.status = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003578 cm_event.provider_data = cm_id->provider_data;
3579 cm_event.local_addr.sin_family = AF_INET;
3580 cm_event.local_addr.sin_port = cm_id->local_addr.sin_port;
3581 cm_event.remote_addr = cm_id->remote_addr;
3582
Faisal Latif6492cdf2008-07-24 20:50:45 -07003583 cm_event.private_data = (void *)event->cm_node->mpa_frame_buf;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303584 cm_event.private_data_len = (u8)event->cm_node->mpa_frame_size;
3585 cm_event.ird = cm_node->ird_size;
3586 cm_event.ord = cm_node->ord_size;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003587
3588 cm_event.local_addr.sin_addr.s_addr = event->cm_info.rem_addr;
3589 ret = cm_id->event_handler(cm_id, &cm_event);
3590 nes_debug(NES_DBG_CM, "OFA CM event_handler returned, ret=%d\n", ret);
3591
3592 if (ret)
Faisal Latif6492cdf2008-07-24 20:50:45 -07003593 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303594 "ret=%d\n", __func__, __LINE__, ret);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003595 attr.qp_state = IB_QPS_RTS;
3596 nes_modify_qp(&nesqp->ibqp, &attr, IB_QP_STATE, NULL);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003597
Faisal Latif6492cdf2008-07-24 20:50:45 -07003598 nes_debug(NES_DBG_CM, "Exiting connect thread for QP%u. jiffies = "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303599 "%lu\n", nesqp->hwqp.qp_id, jiffies);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003600
3601 return;
3602}
3603
3604
3605/**
3606 * cm_event_connect_error
3607 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07003608static void cm_event_connect_error(struct nes_cm_event *event)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003609{
3610 struct nes_qp *nesqp;
3611 struct iw_cm_id *cm_id;
3612 struct iw_cm_event cm_event;
3613 /* struct nes_cm_info cm_info; */
3614 int ret;
3615
3616 if (!event->cm_node)
3617 return;
3618
3619 cm_id = event->cm_node->cm_id;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303620 if (!cm_id)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003621 return;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003622
3623 nes_debug(NES_DBG_CM, "cm_node=%p, cm_id=%p\n", event->cm_node, cm_id);
3624 nesqp = cm_id->provider_data;
3625
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303626 if (!nesqp)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003627 return;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003628
3629 /* notify OF layer about this connection error event */
3630 /* cm_id->rem_ref(cm_id); */
3631 nesqp->cm_id = NULL;
3632 cm_id->provider_data = NULL;
3633 cm_event.event = IW_CM_EVENT_CONNECT_REPLY;
Faisal Latifc5a7d482009-12-09 15:54:08 -08003634 cm_event.status = -ECONNRESET;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003635 cm_event.provider_data = cm_id->provider_data;
3636 cm_event.local_addr = cm_id->local_addr;
3637 cm_event.remote_addr = cm_id->remote_addr;
3638 cm_event.private_data = NULL;
3639 cm_event.private_data_len = 0;
3640
Faisal Latif6492cdf2008-07-24 20:50:45 -07003641 nes_debug(NES_DBG_CM, "call CM_EVENT REJECTED, local_addr=%08x, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303642 "remove_addr=%08x\n", cm_event.local_addr.sin_addr.s_addr,
3643 cm_event.remote_addr.sin_addr.s_addr);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003644
3645 ret = cm_id->event_handler(cm_id, &cm_event);
3646 nes_debug(NES_DBG_CM, "OFA CM event_handler returned, ret=%d\n", ret);
3647 if (ret)
Faisal Latif6492cdf2008-07-24 20:50:45 -07003648 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303649 "ret=%d\n", __func__, __LINE__, ret);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003650 cm_id->rem_ref(cm_id);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003651
Faisal Latif6492cdf2008-07-24 20:50:45 -07003652 rem_ref_cm_node(event->cm_node->cm_core, event->cm_node);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003653 return;
3654}
3655
3656
3657/**
3658 * cm_event_reset
3659 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07003660static void cm_event_reset(struct nes_cm_event *event)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003661{
3662 struct nes_qp *nesqp;
3663 struct iw_cm_id *cm_id;
3664 struct iw_cm_event cm_event;
3665 /* struct nes_cm_info cm_info; */
3666 int ret;
3667
3668 if (!event->cm_node)
3669 return;
3670
3671 if (!event->cm_node->cm_id)
3672 return;
3673
3674 cm_id = event->cm_node->cm_id;
3675
3676 nes_debug(NES_DBG_CM, "%p - cm_id = %p\n", event->cm_node, cm_id);
3677 nesqp = cm_id->provider_data;
Faisal Latiff9f3f1e2009-12-09 15:54:14 -08003678 if (!nesqp)
3679 return;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003680
3681 nesqp->cm_id = NULL;
3682 /* cm_id->provider_data = NULL; */
3683 cm_event.event = IW_CM_EVENT_DISCONNECT;
Roland Dreierd0c49bf2011-05-09 22:23:57 -07003684 cm_event.status = -ECONNRESET;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003685 cm_event.provider_data = cm_id->provider_data;
3686 cm_event.local_addr = cm_id->local_addr;
3687 cm_event.remote_addr = cm_id->remote_addr;
3688 cm_event.private_data = NULL;
3689 cm_event.private_data_len = 0;
3690
Faisal Latif183ecfa2008-11-21 20:50:46 -06003691 cm_id->add_ref(cm_id);
Faisal Latiff9f3f1e2009-12-09 15:54:14 -08003692 ret = cm_id->event_handler(cm_id, &cm_event);
Faisal Latif183ecfa2008-11-21 20:50:46 -06003693 atomic_inc(&cm_closes);
3694 cm_event.event = IW_CM_EVENT_CLOSE;
Roland Dreierd0c49bf2011-05-09 22:23:57 -07003695 cm_event.status = 0;
Faisal Latif183ecfa2008-11-21 20:50:46 -06003696 cm_event.provider_data = cm_id->provider_data;
3697 cm_event.local_addr = cm_id->local_addr;
3698 cm_event.remote_addr = cm_id->remote_addr;
3699 cm_event.private_data = NULL;
3700 cm_event.private_data_len = 0;
3701 nes_debug(NES_DBG_CM, "NODE %p Generating CLOSE\n", event->cm_node);
3702 ret = cm_id->event_handler(cm_id, &cm_event);
3703
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003704 nes_debug(NES_DBG_CM, "OFA CM event_handler returned, ret=%d\n", ret);
3705
3706
3707 /* notify OF layer about this connection error event */
3708 cm_id->rem_ref(cm_id);
3709
3710 return;
3711}
3712
3713
3714/**
3715 * cm_event_mpa_req
3716 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07003717static void cm_event_mpa_req(struct nes_cm_event *event)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003718{
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303719 struct iw_cm_id *cm_id;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003720 struct iw_cm_event cm_event;
3721 int ret;
3722 struct nes_cm_node *cm_node;
3723
3724 cm_node = event->cm_node;
3725 if (!cm_node)
3726 return;
3727 cm_id = cm_node->cm_id;
3728
3729 atomic_inc(&cm_connect_reqs);
3730 nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303731 cm_node, cm_id, jiffies);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003732
3733 cm_event.event = IW_CM_EVENT_CONNECT_REQUEST;
Roland Dreierd0c49bf2011-05-09 22:23:57 -07003734 cm_event.status = 0;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003735 cm_event.provider_data = (void *)cm_node;
3736
3737 cm_event.local_addr.sin_family = AF_INET;
3738 cm_event.local_addr.sin_port = htons(event->cm_info.loc_port);
3739 cm_event.local_addr.sin_addr.s_addr = htonl(event->cm_info.loc_addr);
3740
3741 cm_event.remote_addr.sin_family = AF_INET;
3742 cm_event.remote_addr.sin_port = htons(event->cm_info.rem_port);
3743 cm_event.remote_addr.sin_addr.s_addr = htonl(event->cm_info.rem_addr);
Faisal Latif9d5ab132009-03-06 15:15:01 -08003744 cm_event.private_data = cm_node->mpa_frame_buf;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303745 cm_event.private_data_len = (u8)cm_node->mpa_frame_size;
3746 cm_event.ird = cm_node->ird_size;
3747 cm_event.ord = cm_node->ord_size;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003748
3749 ret = cm_id->event_handler(cm_id, &cm_event);
3750 if (ret)
Faisal Latif9d5ab132009-03-06 15:15:01 -08003751 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, ret=%d\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303752 __func__, __LINE__, ret);
Faisal Latif9d5ab132009-03-06 15:15:01 -08003753 return;
3754}
3755
3756
3757static void cm_event_mpa_reject(struct nes_cm_event *event)
3758{
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303759 struct iw_cm_id *cm_id;
Faisal Latif9d5ab132009-03-06 15:15:01 -08003760 struct iw_cm_event cm_event;
3761 struct nes_cm_node *cm_node;
3762 int ret;
3763
3764 cm_node = event->cm_node;
3765 if (!cm_node)
3766 return;
3767 cm_id = cm_node->cm_id;
3768
3769 atomic_inc(&cm_connect_reqs);
3770 nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303771 cm_node, cm_id, jiffies);
Faisal Latif9d5ab132009-03-06 15:15:01 -08003772
3773 cm_event.event = IW_CM_EVENT_CONNECT_REPLY;
3774 cm_event.status = -ECONNREFUSED;
3775 cm_event.provider_data = cm_id->provider_data;
3776
3777 cm_event.local_addr.sin_family = AF_INET;
3778 cm_event.local_addr.sin_port = htons(event->cm_info.loc_port);
3779 cm_event.local_addr.sin_addr.s_addr = htonl(event->cm_info.loc_addr);
3780
3781 cm_event.remote_addr.sin_family = AF_INET;
3782 cm_event.remote_addr.sin_port = htons(event->cm_info.rem_port);
3783 cm_event.remote_addr.sin_addr.s_addr = htonl(event->cm_info.rem_addr);
3784
3785 cm_event.private_data = cm_node->mpa_frame_buf;
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303786 cm_event.private_data_len = (u8)cm_node->mpa_frame_size;
Faisal Latif9d5ab132009-03-06 15:15:01 -08003787
3788 nes_debug(NES_DBG_CM, "call CM_EVENT_MPA_REJECTED, local_addr=%08x, "
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303789 "remove_addr=%08x\n",
3790 cm_event.local_addr.sin_addr.s_addr,
3791 cm_event.remote_addr.sin_addr.s_addr);
Faisal Latif9d5ab132009-03-06 15:15:01 -08003792
3793 ret = cm_id->event_handler(cm_id, &cm_event);
3794 if (ret)
3795 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, ret=%d\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303796 __func__, __LINE__, ret);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003797
3798 return;
3799}
3800
3801
3802static void nes_cm_event_handler(struct work_struct *);
3803
3804/**
3805 * nes_cm_post_event
3806 * post an event to the cm event handler
3807 */
Roland Dreier1a855fb2008-04-16 21:01:09 -07003808static int nes_cm_post_event(struct nes_cm_event *event)
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003809{
3810 atomic_inc(&event->cm_node->cm_core->events_posted);
3811 add_ref_cm_node(event->cm_node);
3812 event->cm_info.cm_id->add_ref(event->cm_info.cm_id);
3813 INIT_WORK(&event->event_work, nes_cm_event_handler);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003814 nes_debug(NES_DBG_CM, "cm_node=%p queue_work, event=%p\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303815 event->cm_node, event);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003816
3817 queue_work(event->cm_node->cm_core->event_wq, &event->event_work);
3818
3819 nes_debug(NES_DBG_CM, "Exit\n");
3820 return 0;
3821}
3822
3823
3824/**
3825 * nes_cm_event_handler
3826 * worker function to handle cm events
3827 * will free instance of nes_cm_event
3828 */
3829static void nes_cm_event_handler(struct work_struct *work)
3830{
Faisal Latif6492cdf2008-07-24 20:50:45 -07003831 struct nes_cm_event *event = container_of(work, struct nes_cm_event,
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303832 event_work);
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003833 struct nes_cm_core *cm_core;
3834
Faisal Latif6492cdf2008-07-24 20:50:45 -07003835 if ((!event) || (!event->cm_node) || (!event->cm_node->cm_core))
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003836 return;
Faisal Latif6492cdf2008-07-24 20:50:45 -07003837
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003838 cm_core = event->cm_node->cm_core;
3839 nes_debug(NES_DBG_CM, "event=%p, event->type=%u, events posted=%u\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303840 event, event->type, atomic_read(&cm_core->events_posted));
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003841
3842 switch (event->type) {
Faisal Latif6492cdf2008-07-24 20:50:45 -07003843 case NES_CM_EVENT_MPA_REQ:
3844 cm_event_mpa_req(event);
3845 nes_debug(NES_DBG_CM, "cm_node=%p CM Event: MPA REQUEST\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303846 event->cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003847 break;
3848 case NES_CM_EVENT_RESET:
3849 nes_debug(NES_DBG_CM, "cm_node = %p CM Event: RESET\n",
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303850 event->cm_node);
Faisal Latif6492cdf2008-07-24 20:50:45 -07003851 cm_event_reset(event);
3852 break;
3853 case NES_CM_EVENT_CONNECTED:
3854 if ((!event->cm_node->cm_id) ||
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303855 (event->cm_node->state != NES_CM_STATE_TSA))
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003856 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07003857 cm_event_connected(event);
3858 nes_debug(NES_DBG_CM, "CM Event: CONNECTED\n");
3859 break;
Faisal Latif9d5ab132009-03-06 15:15:01 -08003860 case NES_CM_EVENT_MPA_REJECT:
3861 if ((!event->cm_node->cm_id) ||
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303862 (event->cm_node->state == NES_CM_STATE_TSA))
Faisal Latif9d5ab132009-03-06 15:15:01 -08003863 break;
3864 cm_event_mpa_reject(event);
3865 nes_debug(NES_DBG_CM, "CM Event: REJECT\n");
3866 break;
3867
Faisal Latif6492cdf2008-07-24 20:50:45 -07003868 case NES_CM_EVENT_ABORTED:
3869 if ((!event->cm_node->cm_id) ||
Tatyana Nikolova615eb712011-09-25 20:17:46 +05303870 (event->cm_node->state == NES_CM_STATE_TSA))
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003871 break;
Faisal Latif6492cdf2008-07-24 20:50:45 -07003872 cm_event_connect_error(event);
3873 nes_debug(NES_DBG_CM, "CM Event: ABORTED\n");
3874 break;
3875 case NES_CM_EVENT_DROPPED_PKT:
3876 nes_debug(NES_DBG_CM, "CM Event: DROPPED PKT\n");
3877 break;
3878 default:
3879 nes_debug(NES_DBG_CM, "CM Event: UNKNOWN EVENT TYPE\n");
3880 break;
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003881 }
3882
3883 atomic_dec(&cm_core->events_posted);
3884 event->cm_info.cm_id->rem_ref(event->cm_info.cm_id);
3885 rem_ref_cm_node(cm_core, event->cm_node);
3886 kfree(event);
3887
3888 return;
3889}