opnsense-src/sys/dev/netmap
Vincenzo Maffione 0aa6142cfa 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

(cherry picked from commit 6c9fe35743)
2023-05-09 10:44:22 +02:00
..
if_ptnet.c netmap: drop compatibility FreeBSD code 2022-12-31 12:06:22 +00:00
if_re_netmap.h Fix unused variable warning in if_re_netmap.h 2022-07-24 13:00:10 +02:00
if_vtnet_netmap.h netmap: several typo fixes 2022-12-31 14:46:29 +00:00
netmap.c netmap: Tell the compiler to avoid reloading ring indices 2023-02-01 12:22:31 -05:00
netmap_bdg.c netmap: several typo fixes 2022-12-31 14:46:29 +00:00
netmap_bdg.h netmap_update_config: update na->name to cope with reconfigurations 2022-12-24 11:46:02 +00:00
netmap_freebsd.c netmap: get rid of save_if_input for emulated adapters 2023-05-09 10:44:22 +02:00
netmap_generic.c netmap: Fix a queue length check in the generic port rx path 2023-02-01 12:22:31 -05:00
netmap_kern.h netmap: get rid of save_if_input for emulated adapters 2023-05-09 10:44:22 +02:00
netmap_kloop.c netmap: several typo fixes 2022-12-31 14:46:29 +00:00
netmap_legacy.c netmap: fix parsing of legacy nmr->nr_ringid 2020-08-18 08:03:28 +00:00
netmap_mbq.c
netmap_mbq.h
netmap_mem2.c netmap: several typo fixes 2022-12-31 14:46:29 +00:00
netmap_mem2.h netmap: several typo fixes 2022-12-31 14:46:29 +00:00
netmap_monitor.c netmap: several typo fixes 2022-12-31 14:46:29 +00:00
netmap_null.c
netmap_offloadings.c
netmap_pipe.c
netmap_vale.c netmap: several typo fixes 2022-12-31 14:46:29 +00:00