Date: Sat, 13 Aug 2011 02:31:00 +0900 From: Takuya ASADA <syuu@dokukino.com> To: soc-status@freebsd.org, Kazuya Goda <gockzy@gmail.com>, "Robert N. M. Watson" <rwatson@freebsd.org>, George Neville-Neil <gnn@freebsd.org> Subject: [mq_bpf] status report #11 Message-ID: <CALG4x-XaHUKFStbw686n9TGBxkfabK3-h6M5defToFXB58gf6w@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
*Project summary The project goal is to support multiqueue network interface on BPF, and provide interfaces for multithreaded packet processing using BPF. Modern high performance NICs have multiple receive/send queues and RSS feature, this allows to process packet concurrently on multiple processors. Main purpose of the project is to support these hardware and get benefit of parallelism. Here's status update from last week: *mq_bpf support for mxge mxge driver support added. http://p4web.freebsd.org/@@197505?ac=10 *write man pages description about new APIs for mq_bpf added on bpf(4), netintro(4), ifnet(9): http://p4web.freebsd.org/@@197533?ac=10 http://p4web.freebsd.org/@@197535?ac=10 http://p4web.freebsd.org/@@197556?ac=10 *diff for -CURRENT made diff for -CURRENT to prepare submitting this on mailing list: http://www.dokukino.com/mq_bpf_20110813.diff Tested with test_mqbpf and ixgbe(Intel 10G).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALG4x-XaHUKFStbw686n9TGBxkfabK3-h6M5defToFXB58gf6w>