freebsd-dev/sys/dev/netmap
Mark Johnston 5f6d37787f netmap: Handle packet batches in generic mode
ifnets are allowed to pass batches of multiple packets to if_input,
linked by the m_nextpkt pointer.  iflib_rxeof() sometimes does this, for
example.  Netmap's generic mode did not handle this and would only
deliver the first packet in the batch, leaking the rest.

PR:		270636
Reviewed by:	vmaffione
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D39426
2023-04-05 17:07:48 -04:00
..
if_ptnet.c Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
if_re_netmap.h Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
if_vtnet_netmap.h Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_bdg.c Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_bdg.h Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_freebsd.c netmap: Handle packet batches in generic mode 2023-04-05 17:07:48 -04:00
netmap_generic.c netmap: Fix queue stalls with generic interfaces 2023-04-05 12:12:30 -04:00
netmap_kern.h netmap: Fix queue stalls with generic interfaces 2023-04-05 12:12:30 -04:00
netmap_kloop.c Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_legacy.c Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_mbq.c
netmap_mbq.h
netmap_mem2.c Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_mem2.h Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_monitor.c Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_null.c netmap: add kernel support for the "offsets" feature 2021-03-29 16:29:01 +00:00
netmap_offloadings.c
netmap_pipe.c Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap_vale.c Mechanically convert netmap(4) to IfAPI 2023-02-14 10:21:19 -05:00
netmap.c netmap: fix copyin/copyout of nmreq options list 2023-03-21 23:23:18 +00:00