Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2019 13:20:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 207261] NETMAP don't do TX sync with kqueue
Message-ID:  <bug-207261-7501-MVIHlwiGSe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207261-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207261-7501@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #2 from slw@zxy.spb.ru ---
(In reply to Vincenzo Maffione from comment #1)

10.2-STABLE, netmap port ixgbe.

I am don't retest after discovery in 2016.

Code snippet need to re-implement. About example:

EV_SET(kp, fd, EVFILT_WRITE, EV_ADD | EV_ENABLE, 0, 0, &event_info[kidx]);
...
while(1) {
...
  int nevent =3D kevent();
...
}

In this example kevent() call don't sync TX ring pointers.

--=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-207261-7501-MVIHlwiGSe>