freebsd-dev/sys/dev/cxgb/ulp/tom
Qing Li 6e6b3f7cbc This main goals of this project are:
1. separating L2 tables (ARP, NDP) from the L3 routing tables
2. removing as much locking dependencies among these layers as
   possible to allow for some parallelism in the search operations
3. simplify the logic in the routing code,

The most notable end result is the obsolescent of the route
cloning (RTF_CLONING) concept, which translated into code reduction
in both IPv4 ARP and IPv6 NDP related modules, and size reduction in
struct rtentry{}. The change in design obsoletes the semantics of
RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland
applications such as "arp" and "ndp" have been modified to reflect
those changes. The output from "netstat -r" shows only the routing
entries.

Quite a few developers have contributed to this project in the
past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and
Andre Oppermann. And most recently:

- Kip Macy revised the locking code completely, thus completing
  the last piece of the puzzle, Kip has also been conducting
  active functional testing
- Sam Leffler has helped me improving/refactoring the code, and
  provided valuable reviews
- Julian Elischer setup the perforce tree for me and has helped
  me maintaining that branch before the svn conversion
2008-12-15 06:10:57 +00:00
..
cxgb_cpl_io.c Rather than using hidden includes (with cicular dependencies), 2008-12-02 21:37:28 +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 This main goals of this project are: 2008-12-15 06:10:57 +00:00
cxgb_l2t.h This main goals of this project are: 2008-12-15 06:10:57 +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 firmware version check 2008-11-12 04:45:09 +00:00
cxgb_tom.c Update firmware version check 2008-11-12 04:45:09 +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