/freebsd/sys/dev/netmap/ |
H A D | netmap.c | 799 nm_prerr("WARNING: configuration changed for %s while active: " in netmap_update_config() 855 nm_prerr("warning: krings were already created"); in netmap_krings_create() 869 nm_prerr("Cannot allocate krings"); in netmap_krings_create() 949 nm_prerr("warning: krings were already deleted"); in netmap_krings_delete() 1083 nm_prerr("BUG: netmap on while going to delete the krings"); in netmap_do_unregif() 1575 nm_prerr("Deprecated pipe nr_mode, use xx{yy or xx}yy syntax"); in netmap_get_na() 1914 nm_prerr("host rings not supported"); in netmap_interp_ringid() 1927 nm_prerr("invalid ring id %d", nr_ringid); in netmap_interp_ringid() 1941 nm_prerr("host rings not supported"); in netmap_interp_ringid() 1946 nm_prerr("invalid ring id %d", nr_ringid); in netmap_interp_ringid() [all …]
|
H A D | netmap_mem2.c | 406 nm_prerr("Unable to create bitmap (%d entries) for allocator '%s'", (int)n, in netmap_init_obj_allocator_bitmap() 435 nm_prerr("%s: no objects available", p->name); in netmap_init_obj_allocator_bitmap() 459 nm_prerr("%s: not enough buffers", nmd->pools[NETMAP_BUF_POOL].name); in netmap_mem_init_bitmaps() 756 nm_prerr("iommu group mismatch: %d vs %d", in nm_mem_check_group() 835 nm_prerr("invalid ofs 0x%x out of 0x%zx 0x%zx 0x%zx", (u_int)o, in netmap_mem2_ofstophys() 884 nm_prerr("memory not finalised yet"); in win32_build_user_vm_map() 890 nm_prerr("failed to allocate mdl"); in win32_build_user_vm_map() 906 nm_prerr("fail to allocate tempMdl"); in win32_build_user_vm_map() 1001 nm_prerr("address %p is not contained inside any cluster (%s)", in netmap_obj_offset() 1032 nm_prerr("%s request size %d too large", p->name, len); in netmap_obj_malloc() [all …]
|
H A D | netmap_generic.c | 179 nm_prerr("mod_timer() failed"); in rate_callback() 328 nm_prerr("mitigation allocation failed"); in generic_netmap_register() 355 nm_prerr("tx_pool allocation failed"); in generic_netmap_register() 382 nm_prerr("nm_os_catch_rx(1) failed (%d)", error); in generic_netmap_register() 389 nm_prerr("nm_os_catch_tx(1) failed (%d)", error); in generic_netmap_register() 401 nm_prerr("Error: mod_timer()"); in generic_netmap_register() 445 nm_prerr("Error: no netmap adapter on device %p", in generic_mbuf_dtor() 593 nm_prerr("This cannot happen"); in ring_middle() 1117 nm_prerr("if_loop is not supported by %s", __func__); in generic_netmap_attach() 1127 nm_prerr("Error: netmap adapter hook is busy"); in generic_netmap_attach() [all …]
|
H A D | netmap_bdg.c | 190 nm_prerr("invalid bridge name %s", name ? name : NULL); in nm_find_bridge() 215 nm_prerr("failed to allocate hash table"); in nm_find_bridge() 329 nm_prerr("delete failed hw %d sw %d, should panic...", hw, sw); in netmap_bdg_detach_common() 440 nm_prerr("bridge full %d, cannot create new port", b->bdg_active_ports); in netmap_get_bdg_na() 469 nm_prerr("error %d", error); in netmap_get_bdg_na() 789 nm_prerr("polling is not configured"); in nm_bdg_polling_start_kthreads() 798 nm_prerr("error in nm_kthread_start(): %d", error); in nm_bdg_polling_start_kthreads() 841 nm_prerr("req_cpus must be > 0"); in get_polling_cfg() 844 nm_prerr("Cannot use all the CPUs in the system"); in get_polling_cfg() 854 nm_prerr("Rings %u-%u not in range (have %d rings)", in get_polling_cfg() [all …]
|
H A D | netmap_freebsd.c | 273 nm_prerr("inet4 segmentation not supported"); in nm_os_csum_tcpudp_ipv4() 289 nm_prerr("inet6 segmentation not supported"); in nm_os_csum_tcpudp_ipv6() 424 nm_prerr("invalid refcnt %d for %p", MBUF_REFCNT(m), m); in nm_os_generic_xmit_frame() 578 nm_prerr("Index %u not found", val); in nm_vi_free_index() 703 nm_prerr("address %lx not found", p); in nm_os_extmem_create() 723 nm_prerr("vm_map_find(%zx) failed", (size_t)e->size); in nm_os_extmem_create() 730 nm_prerr("vm_map_wire failed"); in nm_os_extmem_create() 1071 nm_prerr("cdev_pager_allocate failed"); in netmap_mmap_single() 1260 nm_prerr("nm_kthread start failed err %d", error); in nm_os_kctx_worker_start() 1428 nm_prerr("bad filter request %d", ev); in netmap_kqfilter() [all …]
|
H A D | if_vtnet_netmap.h | 108 nm_prerr("virtqueue_enqueue(%s) failed: %d", in vtnet_netmap_txsync() 129 nm_prerr("BUG: TX token mismatch"); in vtnet_netmap_txsync() 195 nm_prerr("virtqueue_enqueue(%s) failed: %d", in vtnet_netmap_kring_refill() 296 nm_prerr("BUG: RX token mismatch"); in vtnet_netmap_rxsync() 332 nm_prerr("Failed to replenish RX VQ with %u sgs", in vtnet_netmap_rxsync()
|
H A D | netmap_null.c | 125 nm_prerr("null ports cannot be re-opened"); in netmap_get_null_na() 130 nm_prerr("null ports must use an existing allocator"); in netmap_get_null_na()
|
H A D | netmap_monitor.c | 234 nm_prerr("freeing not empty monitor array for %s (%d dangling monitors)!", in nm_monitor_dealloc() 523 nm_prerr("%s: parent left netmap mode", na->name); in netmap_monitor_reg_common() 935 nm_prerr("parent lookup failed: %d", error); in netmap_get_monitor_na() 945 nm_prerr("%s not in netmap mode", pna->name); in netmap_get_monitor_na() 960 nm_prerr("ringid error"); in netmap_get_monitor_na() 1021 nm_prerr("netmap_attach_common failed"); in netmap_get_monitor_na()
|
H A D | netmap_legacy.c | 227 nm_prerr("Netmap passthrough not supported yet"); in nmreq_from_legacy() 269 nm_prerr("Failed to allocate memory for nmreq_xyz struct"); in nmreq_from_legacy() 374 nm_prerr("Minimum supported API is 14 (requested %u)", in netmap_ioctl_legacy()
|
H A D | netmap_offloadings.c | 425 nm_prerr("invalid checksum request"); in bdg_mismatch_datapath() 487 nm_prerr("bug: slot allocation error"); in bdg_mismatch_datapath()
|
H A D | netmap_vale.c | 348 nm_prerr("This should not happen"); in netmap_vale_list() 686 nm_prerr("invalid kring, cur %d tail %d lease %d lease_idx %d lim %d", in nm_kr_space() 712 nm_prerr("invalid request for %d slots", n); in nm_kr_lease() 726 nm_prerr("invalid kring %s, cur %d tail %d lease %d lease_idx %d lim %d", in nm_kr_lease() 1124 nm_prerr("early break at %d/ %d, tail %d", done, head, kring->nr_hwtail); in netmap_vale_vp_txsync() 1464 nm_prerr("error %d", error); in netmap_vi_create()
|
H A D | netmap_kloop.c | 228 nm_prerr("txsync() failed"); in netmap_sync_kloop_tx_ring() 366 nm_prerr("rxsync() failed"); in netmap_sync_kloop_rx_ring() 608 nm_prerr("sync-kloop on %s requires " in netmap_sync_kloop()
|
H A D | netmap_pipe.c | 120 nm_prerr("freeing not empty pipe array for %s (%d dangling pipes)!", in netmap_pipe_dealloc() 716 nm_prerr("failed to create a persistent vale port: %d", in netmap_get_pipe_na()
|
H A D | netmap_kern.h | 255 #define nm_prerr(format, ...) \ macro 1823 nm_prerr("dma mapping error");
|