Home
last modified time | relevance | path

Searched refs:netmap (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian.docker153 # netmap/cscope/global
159 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap
160 RUN cd /usr/src/netmap && git checkout v11.3
161 RUN cd /usr/src/netmap/LINUX && \
165 ENV QEMU_CONFIGURE_OPTS --enable-netmap
/openbmc/linux/fs/ocfs2/
H A Dstack_o2cb.c258 unsigned long netmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2cb_cluster_check() local
283 o2net_fill_node_map(netmap, O2NM_MAX_NODES); in o2cb_cluster_check()
285 set_bit(node_num, netmap); in o2cb_cluster_check()
286 if (bitmap_equal(hbmap, netmap, O2NM_MAX_NODES)) in o2cb_cluster_check()
296 if (!test_bit(i, netmap)) in o2cb_cluster_check()
/openbmc/qemu/net/
H A Dmeson.build39 system_ss.add(files('netmap.c'))
H A Dnetmap.c403 const NetdevNetmapOptions *netmap_opts = &netdev->u.netmap; in net_init_netmap()
/openbmc/qemu/qapi/
H A Dnet.json403 # Connect a client to a netmap-enabled NIC or to a VALE switch port
406 # by netmap, or the name of a VALE port (created on the fly). A
412 # @devname: path of the netmap device (default: '/dev/netmap').
736 'dgram', 'vde', 'bridge', 'hubport', 'netmap', 'vhost-user',
768 'netmap': 'NetdevNetmapOptions',
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh413 --enable-netmap) printf "%s" -Dnetmap=enabled ;;
414 --disable-netmap) printf "%s" -Dnetmap=disabled ;;
/openbmc/qemu/
H A Dmeson_options.txt231 option('netmap', type : 'feature', value : 'auto', feature
232 description: 'netmap network backend support')
H A Dmeson.build2867 if get_option('netmap').allowed() and have_system
2871 #include <net/netmap.h>
2877 if not have_netmap and get_option('netmap').enabled()
4765 summary_info += {'netmap support': have_netmap}
H A Dqemu-options.hx2858 "-netdev netmap,id=str,ifname=name[,devname=nmname]\n"
2859 " attach to the existing netmap-enabled network interface 'name', or to a\n"
2861 " netmap device, defaults to '/dev/netmap')\n"
2919 "netmap|"
2950 "netmap|"
2962 ``-nic [tap|bridge|user|l2tpv3|vde|netmap|af-xdp|vhost-user|socket][,...][,mac=macaddr][,model=mn]``
H A Dhmp-commands.hx1289 .params = "[user|tap|socket|stream|dgram|vde|bridge|hubport|netmap|vhost-user"
H A DMAINTAINERS3136 W: http://info.iet.unipi.it/~luigi/netmap/
3138 F: net/netmap.c