https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207262
Bug ID: 207262
Summary: NETMAP with kevent don't process incoming packets in
different thread
Product: Base System
Version: 10.2-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
NETMAP don't process incoming packets with next conditions:
1. open /dev/netmap and do NIOCREGIF (NR_REG_ONE_NIC for concrete) in one
thread
2. kevent this fd and register event EVFILT_READ with EV_ADD|EV_ENABLE|EV_CLEAR
in other thread
got EVFILT_READ but all head,tail,cur still 0
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"