Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 21:36:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207262] NETMAP with kevent don't process incoming packets in different thread
Message-ID:  <bug-207262-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207262

            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: slw@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_C=
LEAR
in other thread

got EVFILT_READ but all head,tail,cur still 0

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207262-8>