freebsd-src/sys/dev/netmap
Vincenzo Maffione 6c9fe35743 netmap: get rid of save_if_input for emulated adapters
The save_if_input function pointer was meant to save the previous
value of ifp->if_input before replacing it with the emulated
adapter hook.
However, the same pointer value is already stored in the if_input
field of the netmap_adapter struct, to be used for host TX ring processing.

Reuse the netmap_adapter if_input field to simplify the code
and save some space.

MFC after:	14 days
2023-03-14 22:04:23 +00: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.c 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: get rid of save_if_input for emulated adapters 2023-03-14 22:04:23 +00:00
netmap_generic.c netmap: get rid of WNA() macro 2023-03-11 17:19:40 +00:00
netmap_kern.h netmap: get rid of save_if_input for emulated adapters 2023-03-14 22:04:23 +00: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_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