2007-12-12 23:31:49 +00:00
|
|
|
/*-
|
2017-11-27 15:23:17 +00:00
|
|
|
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
|
|
|
|
*
|
2012-06-19 07:34:13 +00:00
|
|
|
* Copyright (c) 2012 Chelsio Communications, Inc.
|
2007-12-12 23:31:49 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
2012-06-19 07:34:13 +00:00
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
2007-12-12 23:31:49 +00:00
|
|
|
*
|
2012-06-19 07:34:13 +00:00
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
2007-12-12 23:31:49 +00:00
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
2012-06-19 07:34:13 +00:00
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
2007-12-12 23:31:49 +00:00
|
|
|
*/
|
2007-12-12 20:21:39 +00:00
|
|
|
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
#include "opt_inet.h"
|
2020-04-23 06:55:33 +00:00
|
|
|
#include "opt_inet6.h"
|
2012-06-19 07:34:13 +00:00
|
|
|
|
2007-12-12 20:21:39 +00:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
Extract eventfilter declarations to sys/_eventfilter.h
This allows replacing "sys/eventfilter.h" includes with "sys/_eventfilter.h"
in other header files (e.g., sys/{bus,conf,cpu}.h) and reduces header
pollution substantially.
EVENTHANDLER_DECLARE and EVENTHANDLER_LIST_DECLAREs were moved out of .c
files into appropriate headers (e.g., sys/proc.h, powernv/opal.h).
As a side effect of reduced header pollution, many .c files and headers no
longer contain needed definitions. The remainder of the patch addresses
adding appropriate includes to fix those files.
LOCK_DEBUG and LOCK_FILE_LINE_ARG are moved to sys/_lock.h, as required by
sys/mutex.h since r326106 (but silently protected by header pollution prior
to this change).
No functional change (intended). Of course, any out of tree modules that
relied on header pollution for sys/eventhandler.h, sys/lock.h, or
sys/mutex.h inclusion need to be fixed. __FreeBSD_version has been bumped.
2019-05-20 00:38:23 +00:00
|
|
|
#include <sys/eventhandler.h>
|
2007-12-12 20:21:39 +00:00
|
|
|
#include <sys/mbuf.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/socketvar.h>
|
2012-06-19 07:34:13 +00:00
|
|
|
#include <sys/sockopt.h>
|
2007-12-12 20:21:39 +00:00
|
|
|
#include <net/if.h>
|
2013-10-26 17:58:36 +00:00
|
|
|
#include <net/if_var.h>
|
2009-06-23 17:03:45 +00:00
|
|
|
#include <net/route.h>
|
2020-04-22 07:53:43 +00:00
|
|
|
#include <net/route/nhop.h>
|
2007-12-12 20:21:39 +00:00
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netinet/in_pcb.h>
|
2020-04-22 07:53:43 +00:00
|
|
|
#include <netinet/in_fib.h>
|
|
|
|
#include <netinet6/in6_fib.h>
|
2007-12-12 20:21:39 +00:00
|
|
|
#include <netinet/tcp.h>
|
2007-12-17 07:56:27 +00:00
|
|
|
#include <netinet/tcp_offload.h>
|
2018-06-23 06:53:53 +00:00
|
|
|
#define TCPOUTFLAGS
|
2012-06-19 07:34:13 +00:00
|
|
|
#include <netinet/tcp_fsm.h>
|
2016-01-27 00:45:46 +00:00
|
|
|
#include <netinet/tcp_var.h>
|
2012-06-19 07:34:13 +00:00
|
|
|
#include <netinet/toecore.h>
|
2007-12-12 20:21:39 +00:00
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
int registered_toedevs;
|
2008-09-01 05:30:22 +00:00
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
/*
|
|
|
|
* Provide an opportunity for a TOE driver to offload.
|
|
|
|
*/
|
2007-12-12 20:21:39 +00:00
|
|
|
int
|
2007-12-17 07:56:27 +00:00
|
|
|
tcp_offload_connect(struct socket *so, struct sockaddr *nam)
|
2007-12-12 20:21:39 +00:00
|
|
|
{
|
|
|
|
struct ifnet *ifp;
|
2012-06-19 07:34:13 +00:00
|
|
|
struct toedev *tod;
|
2020-04-22 07:53:43 +00:00
|
|
|
struct nhop_object *nh;
|
|
|
|
struct epoch_tracker et;
|
2012-06-19 07:34:13 +00:00
|
|
|
int error = EOPNOTSUPP;
|
|
|
|
|
|
|
|
INP_WLOCK_ASSERT(sotoinpcb(so));
|
|
|
|
KASSERT(nam->sa_family == AF_INET || nam->sa_family == AF_INET6,
|
|
|
|
("%s: called with sa_family %d", __func__, nam->sa_family));
|
|
|
|
|
|
|
|
if (registered_toedevs == 0)
|
|
|
|
return (error);
|
|
|
|
|
2020-04-22 07:53:43 +00:00
|
|
|
NET_EPOCH_ENTER(et);
|
|
|
|
nh = NULL;
|
2020-04-23 06:55:33 +00:00
|
|
|
#ifdef INET
|
2020-04-22 07:53:43 +00:00
|
|
|
if (nam->sa_family == AF_INET)
|
|
|
|
nh = fib4_lookup(0, ((struct sockaddr_in *)nam)->sin_addr,
|
|
|
|
NHR_NONE, 0, 0);
|
2020-04-23 06:55:33 +00:00
|
|
|
#endif
|
|
|
|
#if defined(INET) && defined(INET6)
|
|
|
|
else
|
|
|
|
#endif
|
|
|
|
#ifdef INET6
|
|
|
|
if (nam->sa_family == AF_INET6)
|
2020-04-22 07:53:43 +00:00
|
|
|
nh = fib6_lookup(0, &((struct sockaddr_in6 *)nam)->sin6_addr,
|
|
|
|
NHR_NONE, 0, 0);
|
2020-04-23 06:55:33 +00:00
|
|
|
#endif
|
2020-04-22 07:53:43 +00:00
|
|
|
if (nh == NULL) {
|
|
|
|
NET_EPOCH_EXIT(et);
|
2007-12-12 20:21:39 +00:00
|
|
|
return (EHOSTUNREACH);
|
2020-04-22 07:53:43 +00:00
|
|
|
}
|
2007-12-12 23:31:49 +00:00
|
|
|
|
2020-04-22 07:53:43 +00:00
|
|
|
ifp = nh->nh_ifp;
|
2012-06-19 07:34:13 +00:00
|
|
|
|
|
|
|
if (nam->sa_family == AF_INET && !(ifp->if_capenable & IFCAP_TOE4))
|
|
|
|
goto done;
|
|
|
|
if (nam->sa_family == AF_INET6 && !(ifp->if_capenable & IFCAP_TOE6))
|
|
|
|
goto done;
|
|
|
|
|
|
|
|
tod = TOEDEV(ifp);
|
|
|
|
if (tod != NULL)
|
2020-04-22 07:53:43 +00:00
|
|
|
error = tod->tod_connect(tod, so, nh, nam);
|
2012-06-19 07:34:13 +00:00
|
|
|
done:
|
2020-04-22 07:53:43 +00:00
|
|
|
NET_EPOCH_EXIT(et);
|
2007-12-17 07:56:27 +00:00
|
|
|
return (error);
|
2007-12-12 20:21:39 +00:00
|
|
|
}
|
2008-07-21 02:23:02 +00:00
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
void
|
|
|
|
tcp_offload_listen_start(struct tcpcb *tp)
|
|
|
|
{
|
2008-07-21 02:23:02 +00:00
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
|
|
|
|
|
|
|
EVENTHANDLER_INVOKE(tcp_offload_listen_start, tp);
|
|
|
|
}
|
2008-07-21 02:23:02 +00:00
|
|
|
|
|
|
|
void
|
2012-06-19 07:34:13 +00:00
|
|
|
tcp_offload_listen_stop(struct tcpcb *tp)
|
2008-07-21 02:23:02 +00:00
|
|
|
{
|
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
|
|
|
|
|
|
|
EVENTHANDLER_INVOKE(tcp_offload_listen_stop, tp);
|
2008-07-21 02:23:02 +00:00
|
|
|
}
|
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
void
|
|
|
|
tcp_offload_input(struct tcpcb *tp, struct mbuf *m)
|
2008-07-21 02:23:02 +00:00
|
|
|
{
|
2012-06-19 07:34:13 +00:00
|
|
|
struct toedev *tod = tp->tod;
|
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
(DPCPU), as suggested by Peter Wemm, and implement a new per-virtual
network stack memory allocator. Modify vnet to use the allocator
instead of monolithic global container structures (vinet, ...). This
change solves many binary compatibility problems associated with
VIMAGE, and restores ELF symbols for virtualized global variables.
Each virtualized global variable exists as a "reference copy", and also
once per virtual network stack. Virtualized global variables are
tagged at compile-time, placing the in a special linker set, which is
loaded into a contiguous region of kernel memory. Virtualized global
variables in the base kernel are linked as normal, but those in modules
are copied and relocated to a reserved portion of the kernel's vnet
region with the help of a the kernel linker.
Virtualized global variables exist in per-vnet memory set up when the
network stack instance is created, and are initialized statically from
the reference copy. Run-time access occurs via an accessor macro, which
converts from the current vnet and requested symbol to a per-vnet
address. When "options VIMAGE" is not compiled into the kernel, normal
global ELF symbols will be used instead and indirection is avoided.
This change restores static initialization for network stack global
variables, restores support for non-global symbols and types, eliminates
the need for many subsystem constructors, eliminates large per-subsystem
structures that caused many binary compatibility issues both for
monitoring applications (netstat) and kernel modules, removes the
per-function INIT_VNET_*() macros throughout the stack, eliminates the
need for vnet_symmap ksym(2) munging, and eliminates duplicate
definitions of virtualized globals under VIMAGE_GLOBALS.
Bump __FreeBSD_version and update UPDATING.
Portions submitted by: bz
Reviewed by: bz, zec
Discussed with: gnn, jamie, jeff, jhb, julian, sam
Suggested by: peter
Approved by: re (kensmith)
2009-07-14 22:48:30 +00:00
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
|
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
2008-07-21 02:23:02 +00:00
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
tod->tod_input(tod, tp, m);
|
2008-07-21 02:23:02 +00:00
|
|
|
}
|
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
int
|
|
|
|
tcp_offload_output(struct tcpcb *tp)
|
2008-07-21 02:23:02 +00:00
|
|
|
{
|
2012-06-19 07:34:13 +00:00
|
|
|
struct toedev *tod = tp->tod;
|
|
|
|
int error, flags;
|
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
(DPCPU), as suggested by Peter Wemm, and implement a new per-virtual
network stack memory allocator. Modify vnet to use the allocator
instead of monolithic global container structures (vinet, ...). This
change solves many binary compatibility problems associated with
VIMAGE, and restores ELF symbols for virtualized global variables.
Each virtualized global variable exists as a "reference copy", and also
once per virtual network stack. Virtualized global variables are
tagged at compile-time, placing the in a special linker set, which is
loaded into a contiguous region of kernel memory. Virtualized global
variables in the base kernel are linked as normal, but those in modules
are copied and relocated to a reserved portion of the kernel's vnet
region with the help of a the kernel linker.
Virtualized global variables exist in per-vnet memory set up when the
network stack instance is created, and are initialized statically from
the reference copy. Run-time access occurs via an accessor macro, which
converts from the current vnet and requested symbol to a per-vnet
address. When "options VIMAGE" is not compiled into the kernel, normal
global ELF symbols will be used instead and indirection is avoided.
This change restores static initialization for network stack global
variables, restores support for non-global symbols and types, eliminates
the need for many subsystem constructors, eliminates large per-subsystem
structures that caused many binary compatibility issues both for
monitoring applications (netstat) and kernel modules, removes the
per-function INIT_VNET_*() macros throughout the stack, eliminates the
need for vnet_symmap ksym(2) munging, and eliminates duplicate
definitions of virtualized globals under VIMAGE_GLOBALS.
Bump __FreeBSD_version and update UPDATING.
Portions submitted by: bz
Reviewed by: bz, zec
Discussed with: gnn, jamie, jeff, jhb, julian, sam
Suggested by: peter
Approved by: re (kensmith)
2009-07-14 22:48:30 +00:00
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
|
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
2008-07-21 02:23:02 +00:00
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
flags = tcp_outflags[tp->t_state];
|
|
|
|
|
|
|
|
if (flags & TH_RST) {
|
|
|
|
/* XXX: avoid repeated calls like we do for FIN */
|
|
|
|
error = tod->tod_send_rst(tod, tp);
|
|
|
|
} else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) &&
|
|
|
|
(tp->t_flags & TF_SENTFIN) == 0) {
|
|
|
|
error = tod->tod_send_fin(tod, tp);
|
|
|
|
if (error == 0)
|
|
|
|
tp->t_flags |= TF_SENTFIN;
|
|
|
|
} else
|
|
|
|
error = tod->tod_output(tod, tp);
|
|
|
|
|
|
|
|
return (error);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
tcp_offload_rcvd(struct tcpcb *tp)
|
|
|
|
{
|
|
|
|
struct toedev *tod = tp->tod;
|
|
|
|
|
|
|
|
KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
|
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
|
|
|
|
|
|
|
tod->tod_rcvd(tod, tp);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
tcp_offload_ctloutput(struct tcpcb *tp, int sopt_dir, int sopt_name)
|
|
|
|
{
|
|
|
|
struct toedev *tod = tp->tod;
|
|
|
|
|
|
|
|
KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
|
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
|
|
|
|
|
|
|
tod->tod_ctloutput(tod, tp, sopt_dir, sopt_name);
|
2008-07-21 02:23:02 +00:00
|
|
|
}
|
|
|
|
|
2018-04-03 01:08:54 +00:00
|
|
|
void
|
|
|
|
tcp_offload_tcp_info(struct tcpcb *tp, struct tcp_info *ti)
|
|
|
|
{
|
|
|
|
struct toedev *tod = tp->tod;
|
|
|
|
|
|
|
|
KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
|
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
|
|
|
|
|
|
|
tod->tod_tcp_info(tod, tp, ti);
|
|
|
|
}
|
|
|
|
|
2019-10-08 21:34:06 +00:00
|
|
|
int
|
2020-04-27 23:17:19 +00:00
|
|
|
tcp_offload_alloc_tls_session(struct tcpcb *tp, struct ktls_session *tls,
|
|
|
|
int direction)
|
2019-10-08 21:34:06 +00:00
|
|
|
{
|
|
|
|
struct toedev *tod = tp->tod;
|
|
|
|
|
|
|
|
KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
|
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
|
|
|
|
2020-04-27 23:17:19 +00:00
|
|
|
return (tod->tod_alloc_tls_session(tod, tp, tls, direction));
|
2019-10-08 21:34:06 +00:00
|
|
|
}
|
|
|
|
|
2012-06-19 07:34:13 +00:00
|
|
|
void
|
|
|
|
tcp_offload_detach(struct tcpcb *tp)
|
|
|
|
{
|
|
|
|
struct toedev *tod = tp->tod;
|
|
|
|
|
|
|
|
KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
|
|
|
|
INP_WLOCK_ASSERT(tp->t_inpcb);
|
|
|
|
|
|
|
|
tod->tod_pcb_detach(tod, tp);
|
|
|
|
}
|