Date: Mon, 6 Jun 2011 22:26:02 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/dev/cxgbe adapter.h offload.h osdep.h t4_ioctl.h t4_l2t.c t4_l2t.h t4_main.c t4_sge.c src/sys/dev/cxgbe/common common.h jhash.h t4fw_interface.h src/sys/modules/cxgbe/if_cxgbe Makefile Message-ID: <201106062226.p56MQUNE042302@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
np 2011-06-06 22:26:02 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/conf files
sys/dev/cxgbe adapter.h offload.h osdep.h t4_ioctl.h
t4_main.c t4_sge.c
sys/dev/cxgbe/common common.h t4fw_interface.h
sys/modules/cxgbe/if_cxgbe Makefile
Added files: (Branch: RELENG_8)
sys/dev/cxgbe t4_l2t.c t4_l2t.h
sys/dev/cxgbe/common jhash.h
Log:
SVN rev 222794 on 2011-06-06 22:26:02Z by np
MFC r222509, r222510, r222513, r222551, r222552, r222701, r222703,
and some direct modifications to minimize diffs with head.
r222509:
L2 table code. This is enough to get the T4's switch + L2 rewrite
filters working. (All other filters - switch without L2 info rewrite,
steer, and drop - were already fully-functional).
r222510:
- Specialized ingress queues that take interrupts for other ingress
queues. Try to have a set of these per port when possible, fall back
to sharing a common pool between all ports otherwise.
- One control queue per port (used to be one per hardware channel).
- t4_eth_rx now handles Ethernet rx only.
- sysctls to display pidx/cidx for some queues.
r222513:
Update to firmware interface 1.3.10
r222551:
Firmware device log.
r222552:
Provide hit-count with rest of the information about a filter.
r222701:
Allow lazy fill up of freelists.
r222703:
Cause backpressure (instead of dropping frames) on congestion.
Revision Changes Path
1.1459.2.62 +2 -0 src/sys/conf/files
1.7.2.7 +24 -9 src/sys/dev/cxgbe/adapter.h
1.2.2.4 +1 -1 src/sys/dev/cxgbe/common/common.h
1.1.2.2 +140 -0 src/sys/dev/cxgbe/common/jhash.h (new)
1.1.2.4 +233 -4 src/sys/dev/cxgbe/common/t4fw_interface.h
1.1.2.4 +18 -0 src/sys/dev/cxgbe/offload.h
1.1.2.4 +1 -0 src/sys/dev/cxgbe/osdep.h
1.1.2.5 +2 -0 src/sys/dev/cxgbe/t4_ioctl.h
1.1.2.2 +361 -0 src/sys/dev/cxgbe/t4_l2t.c (new)
1.1.2.2 +71 -0 src/sys/dev/cxgbe/t4_l2t.h (new)
1.7.2.12 +284 -73 src/sys/dev/cxgbe/t4_main.c
1.8.2.11 +248 -160 src/sys/dev/cxgbe/t4_sge.c
1.1.2.4 +1 -1 src/sys/modules/cxgbe/if_cxgbe/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106062226.p56MQUNE042302>
