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: freebsd-bugs@FreeBSD.org
          Reporter: s...@zxy.spb.ru

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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to