aboutsummaryrefslogtreecommitdiff
path: root/lib/librss
Commit message (Collapse)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
| | | | | | | | | | | | | Update a bunch of Makefile.depend files as a result of adding Makefile.depend.options files Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22494 Notes: svn path=/head/; revision=355617
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* DIRDEPS_BUILD: Connect more libraries.Bryan Drewery2017-07-111-0/+18
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=320884
* librss: simplify some NULL checks.Pedro F. Giffuni2017-02-271-2/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=314322
* [rss] manpage improvements.Adrian Chadd2016-10-231-1/+5
| | | | | | | Submitted by: gallatin Notes: svn path=/head/; revision=307832
* [rss] install the header file.Adrian Chadd2016-10-231-0/+1
| | | | | | | Submitted by: gallatin Notes: svn path=/head/; revision=307831
* Add librss, a simple wrapper around RSS APIs so applications can begin ↵Adrian Chadd2016-09-304-0/+578
auto-tuning. I've used this in a handful of RSS test applications. It is just some very simple functions to fetch the RSS configuration, query the per-bucket CPU set, and mark sockets as local to an RSS bucket. It should be sufficient for both thread-based and process-based workloads. (Yes, I wrote a manpage.) This is based on some early RSS API and wrapper API work I did whilst I was at Netflix. Thanks to Netflix for the very original work that spawned this; thanks to Peter Grehan for his feedback about RSS APIs and thanks to Jack Vogel and Navdeep Parhar for the NIC-facing side of the APIs. These fed into the simple userland API I wrote up here. Reviewed by: gallatin Notes: svn path=/head/; revision=306525