freebsd-dev/sys/dev/cxgb
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
..
common Bug fix to support N310 version of Chelsio cards (board ID 1088). 2008-12-06 02:10:53 +00:00
sys The pkthdr field is flowid not rss_hash 2008-12-02 00:51:56 +00:00
ulp This main goals of this project are: 2008-12-15 06:10:57 +00:00
bin2h.pl Parameterize for module name 2008-02-26 23:12:55 +00:00
cxgb_adapter.h - enable multiple transmit queues 2008-11-22 08:05:05 +00:00
cxgb_config.h Add backward compatibility ifdefs for non-multiq kernels 2008-11-23 07:30:07 +00:00
cxgb_include.h - Remove default NIC dependency on ulp headers 2008-09-24 01:19:08 +00:00
cxgb_ioctl.h Import ioctl updates for latest rev of cxgbtool 2008-09-02 07:47:14 +00:00
cxgb_main.c Bug fix to support N310 version of Chelsio cards (board ID 1088). 2008-12-06 02:10:53 +00:00
cxgb_multiq.c - fix bug where dnsperf would stop transmitting after a few seconds 2008-12-02 07:01:18 +00:00
cxgb_offload.c Update cxgb include paths to not require prefixing with dev/cxgb 2008-09-23 03:16:54 +00:00
cxgb_offload.h - Remove default NIC dependency on ulp headers 2008-09-24 01:19:08 +00:00
cxgb_osdep.h Add backward compatibility ifdefs for non-multiq kernels 2008-11-23 07:30:07 +00:00
cxgb_sge.c don't manually track statistics 2008-12-01 04:42:39 +00:00
cxgb_t3fw.c Update cxgb include paths to not require prefixing with dev/cxgb 2008-09-23 03:16:54 +00:00
cxgb_t3fw.h Move firmware in to separate module that can be compiled statically in to the kernel 2008-02-26 03:02:20 +00:00
t3b_protocol_sram.h move remaining binaries in to blob headers 2008-02-26 23:05:05 +00:00
t3b_tp_eeprom.h move remaining binaries in to blob headers 2008-02-26 23:05:05 +00:00
t3cdev.h MFSVN: 2008-05-05 01:41:53 +00:00