Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2011 19:26:31 +0900
From:      Kazuya Goda <gockzy@gmail.com>
To:        soc-status@freebsd.org
Subject:   [status report] RPS/RFS #week6
Message-ID:  <CA%2Bz95aWUr5k01U09hcFRO-Aw16Kj6Jefe6xzm1ZOTF3VUu7uxg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

The project goal is to implement RPS/RFS on FreeBSD. RPS solves the problem of
mono-queue NIC which can't distribute packets across multiple
processors. RFS is
the extension of RPS, which deliver packets to the CPU where
application running.
This week status:

* Implements RFS
I implemented RFS, but it is only working when sysctrl parameter is
configured belows:
- net.isr.threadnum:[number of CPUs]
- net.isr.bindthreads:[1]

It is necessary to net.isr.threadnum is flexible.

next wee:
* Enable changing net.isr.threadnum


--Kazuya Goda



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bz95aWUr5k01U09hcFRO-Aw16Kj6Jefe6xzm1ZOTF3VUu7uxg>