Skip to content

Tags: Firefly8/f-stack

Tags

v1.20

Toggle v1.20's commit message
DPDK: update to 18.11.5.

v1.13

Toggle v1.13's commit message
Update release note or 1.13.

v1.12

Toggle v1.12's commit message
travis-ci:fix the permission of dpdk's shell files.

v1.11

Toggle v1.11's commit message
Fix F-Stack#107: some invalid usages of kqueue in `ff_epoll`.

1.Both EVFILT_READ and EVFILT_WRITE are values but not flags. It needs to check whether it is equal but not to do logic and.

2.If the read direction of the socket has shutdown, then the filter also sets EV_EOF in `flags`, and returns the socket error (if any) in `fflags`.