[Bug 236219] netmap bug pf set prio

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 7 09:51:50 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236219

--- Comment #3 from Vincenzo Maffione <vmaffione at FreeBSD.org> ---
I see. The behaviour you are observing is expected, because netmap is a kernel
bypass solution. This means that packets are transmitted from user-space to the
NIC without going through the normal kernel stack datapath, including pf/ipfw
and similar.
The reason for bypassing everything is efficiency (at least assuming that your
IPS interface has native netmap support).
In other words it is not doable to get the behaviour that you are looking for.

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


More information about the freebsd-net mailing list