Date: Thu, 07 Mar 2019 09:51:48 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 236219] netmap bug pf set prio Message-ID: <bug-236219-7501-BNhCw4VoHy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236219-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-236219-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=3D236219 --- Comment #3 from Vincenzo Maffione <vmaffione@FreeBSD.org> --- I see. The behaviour you are observing is expected, because netmap is a ker= nel bypass solution. This means that packets are transmitted from user-space to= the NIC without going through the normal kernel stack datapath, including pf/ip= fw and similar. The reason for bypassing everything is efficiency (at least assuming that y= our IPS interface has native netmap support). In other words it is not doable to get the behaviour that you are looking f= or. --=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-236219-7501-BNhCw4VoHy>