freebsd-dev/sys/dev/cxgb/ulp/tom
Marko Zec 8b615593fc Step 1.5 of importing the network stack virtualization infrastructure
from the vimage project, as per plan established at devsummit 08/08:
http://wiki.freebsd.org/Image/Notes200808DevSummit

Introduce INIT_VNET_*() initializer macros, VNET_FOREACH() iterator
macros, and CURVNET_SET() context setting macros, all currently
resolving to NOPs.

Prepare for virtualization of selected SYSCTL objects by introducing a
family of SYSCTL_V_*() macros, currently resolving to their global
counterparts, i.e. SYSCTL_V_INT() == SYSCTL_INT().

Move selected #defines from sys/sys/vimage.h to newly introduced header
files specific to virtualized subsystems (sys/net/vnet.h,
sys/netinet/vinet.h etc.).

All the changes are verified to have zero functional impact at this
point in time by doing MD5 comparision between pre- and post-change
object files(*).

(*) netipsec/keysock.c did not validate depending on compile time options.

Implemented by:	julian, bz, brooks, zec
Reviewed by:	julian, bz, brooks, kris, rwatson, ...
Approved by:	julian (mentor)
Obtained from:	//depot/projects/vimage-commit2/...
X-MFC after:	never
Sponsored by:	NLnet Foundation, The FreeBSD Foundation
2008-10-02 15:37:58 +00:00
..
cxgb_cpl_io.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
cxgb_cpl_socket.c update callers of vm_fault_hold_user_pages 2008-09-30 23:45:22 +00:00
cxgb_ddp.c update callers of vm_fault_hold_user_pages 2008-09-30 23:45:22 +00:00
cxgb_defs.h Fix issue with tom loading by moving cxgb_log_tcb in to tom 2008-09-19 21:12:19 +00:00
cxgb_l2t.c - Remove default NIC dependency on ulp headers 2008-09-24 01:19:08 +00:00
cxgb_l2t.h Update cxgb include paths to not require prefixing with dev/cxgb 2008-09-23 03:16:54 +00:00
cxgb_listen.c - Remove default NIC dependency on ulp headers 2008-09-24 01:19:08 +00:00
cxgb_t3_ddp.h Update cxgb include paths to not require prefixing with dev/cxgb 2008-09-23 03:16:54 +00:00
cxgb_tcp_offload.c Update cxgb include paths to not require prefixing with dev/cxgb 2008-09-23 03:16:54 +00:00
cxgb_tcp_offload.h fix includes for post sockbuf re-factor 2008-07-30 20:08:34 +00:00
cxgb_tcp.h Fix loading for case where we don't overload tcp_usrreqs by calling tcp_drop directly 2008-01-27 04:39:38 +00:00
cxgb_toepcb.h Update cxgb include paths to not require prefixing with dev/cxgb 2008-09-23 03:16:54 +00:00
cxgb_tom_sysctl.c Update cxgb include paths to not require prefixing with dev/cxgb 2008-09-23 03:16:54 +00:00
cxgb_tom.c - Remove default NIC dependency on ulp headers 2008-09-24 01:19:08 +00:00
cxgb_tom.h - Remove default NIC dependency on ulp headers 2008-09-24 01:19:08 +00:00
cxgb_vm.c Refactor vm_fault_hold_user_pages: 2008-09-30 23:44:44 +00:00
cxgb_vm.h Refactor vm_fault_hold_user_pages: 2008-09-30 23:44:44 +00:00