Date: Mon, 30 May 2011 21:34:44 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/cxgbe adapter.h t4_main.c t4_sge.c Message-ID: <201105302135.p4ULZ46S059942@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
np 2011-05-30 21:34:44 UTC FreeBSD src repository Modified files: sys/dev/cxgbe adapter.h t4_main.c t4_sge.c Log: SVN rev 222510 on 2011-05-30 21:34:44Z by np - 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. MFC after: 1 week Revision Changes Path 1.13 +12 -9 src/sys/dev/cxgbe/adapter.h 1.21 +72 -58 src/sys/dev/cxgbe/t4_main.c 1.21 +218 -151 src/sys/dev/cxgbe/t4_sge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105302135.p4ULZ46S059942>