| #
2317ada5 |
| 18-Sep-2021 |
fengbojiang <[email protected]> |
Update LICENCE.
|
|
Revision tags: v1.21.1 |
|
| #
22ce4aff |
| 31-Aug-2021 |
fengbojiang <[email protected]> |
FreeBSD: Upgrade to FreeBSD-releng-13.0 compiled, to be tested.
|
|
Revision tags: v1.21 |
|
| #
aa61e4b5 |
| 22-Jan-2021 |
fengbojiang(姜凤波) <[email protected]> |
Add `ff_regist_pcblddr_fun` to regist a pcb lddr function in F-Stack.
If There are multiple ips, and F-Stack client application can choose a source ip by yourself, instead always use the first ip.
|
|
Revision tags: v1.20, v1.13, v1.12 |
|
| #
9f78ac56 |
| 19-Jan-2018 |
logwang <[email protected]> |
ff_kern_timeout: optimize the timecounter.
This timecounter implementation retrieves the current time and reports it as the equivalent number of counts from a counter incrementing at 'hz'.
|
| #
39be5a50 |
| 19-Jan-2018 |
logwang <[email protected]> |
ff_kern_timeout: optimize the timecounter.
This timecounter implementation retrieves the current time and reports it as the equivalent number of counts from a counter incrementing at 'hz'.
|
|
Revision tags: v1.11 |
|
| #
a9e7dcf4 |
| 28-Aug-2017 |
logwang <[email protected]> |
Fix ff_rss_check function bug.
1.Close #22. 2.Configure the HW indirection table when initializing port. 3.Use several LSBs of the rss hash result according to reta_size when calculating queue index.
|
| #
7e048838 |
| 04-Aug-2017 |
logwang <[email protected]> |
Add API: ff_gettimeofday.
Since f-stack run with polling mode, nginx will call gettimeofday every loop, and cost a lot. With this commit, f-stack will update current timespec periodically in ff_hard
Add API: ff_gettimeofday.
Since f-stack run with polling mode, nginx will call gettimeofday every loop, and cost a lot. With this commit, f-stack will update current timespec periodically in ff_hardclock_job. And ff_gettimeofday will get this value. In nginx, hijack gettimeofday to call ff_gettimeofday.
show more ...
|
| #
a9643ea8 |
| 21-Apr-2017 |
logwang <[email protected]> |
init
|