Home
last modified time | relevance | path

Searched refs:PORT (Results 1 – 25 of 56) sorted by relevance

123

/f-stack/app/redis-5.0.5/utils/create-cluster/
H A Dcreate-cluster4 PORT=30000
18 ENDPORT=$((PORT+NODES))
23 PORT=$((PORT+1))
24 echo "Starting $PORT"
25PORT --cluster-enabled yes --cluster-config-file nodes-${PORT}.conf --cluster-node-timeout $TIMEOU…
34 PORT=$((PORT+1))
44 PORT=$((PORT+1))
53 PORT=$((PORT+1))
66 PORT=$((PORT+INSTANCE))
67 tail -f ${PORT}.log
[all …]
/f-stack/dpdk/lib/librte_port/
H A Drte_port_source_sink.c79 RTE_LOG(ERR, PORT, "Failed to open pcap file " in pcap_source_load()
92 RTE_LOG(ERR, PORT, "No enough memory\n"); in pcap_source_load()
99 RTE_LOG(ERR, PORT, "No enough memory\n"); in pcap_source_load()
106 RTE_LOG(ERR, PORT, "No enough memory\n"); in pcap_source_load()
113 RTE_LOG(ERR, PORT, "Failed to open pcap file " in pcap_source_load()
132 RTE_LOG(ERR, PORT, "No enough memory\n"); in pcap_source_load()
141 RTE_LOG(ERR, PORT, "Failed to open pcap file " in pcap_source_load()
159 RTE_LOG(INFO, PORT, "Successfully load pcap file " in pcap_source_load()
188 RTE_LOG(ERR, PORT, "Source port field " \
350 RTE_LOG(ERR, PORT, "Failed to open pcap file " in pcap_sink_open()
[all …]
H A Drte_port_fd.c46 RTE_LOG(ERR, PORT, "%s: params is NULL\n", __func__); in rte_port_fd_reader_create()
50 RTE_LOG(ERR, PORT, "%s: Invalid file descriptor\n", __func__); in rte_port_fd_reader_create()
54 RTE_LOG(ERR, PORT, "%s: Invalid MTU\n", __func__); in rte_port_fd_reader_create()
58 RTE_LOG(ERR, PORT, "%s: Invalid mempool\n", __func__); in rte_port_fd_reader_create()
66 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_fd_reader_create()
112 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_fd_reader_free()
174 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_fd_writer_create()
182 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_fd_writer_create()
282 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_fd_writer_free()
355 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_fd_writer_nodrop_create()
[all …]
H A Drte_port_frag.c67 RTE_LOG(ERR, PORT, "%s: Parameter conf is NULL\n", __func__); in rte_port_ring_reader_frag_create()
71 RTE_LOG(ERR, PORT, "%s: Parameter ring is NULL\n", __func__); in rte_port_ring_reader_frag_create()
75 RTE_LOG(ERR, PORT, "%s: Parameter mtu is invalid\n", __func__); in rte_port_ring_reader_frag_create()
79 RTE_LOG(ERR, PORT, "%s: Parameter pool_direct is NULL\n", in rte_port_ring_reader_frag_create()
84 RTE_LOG(ERR, PORT, "%s: Parameter pool_indirect is NULL\n", in rte_port_ring_reader_frag_create()
93 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_ring_reader_frag_create()
237 RTE_LOG(ERR, PORT, "%s: Parameter port is NULL\n", __func__); in rte_port_ring_reader_frag_free()
H A Drte_port_kni.c45 RTE_LOG(ERR, PORT, "%s: params is NULL\n", __func__); in rte_port_kni_reader_create()
53 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_kni_reader_create()
79 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_kni_reader_free()
142 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_kni_writer_create()
150 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_kni_writer_create()
254 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_kni_writer_free()
319 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_kni_writer_nodrop_create()
327 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_kni_writer_nodrop_create()
464 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_kni_writer_nodrop_free()
H A Drte_port_sched.c44 RTE_LOG(ERR, PORT, "%s: Invalid params\n", __func__); in rte_port_sched_reader_create()
52 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_sched_reader_create()
78 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_sched_reader_free()
143 RTE_LOG(ERR, PORT, "%s: Invalid params\n", __func__); in rte_port_sched_writer_create()
151 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_sched_writer_create()
251 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_sched_writer_free()
H A Drte_port_ethdev.c46 RTE_LOG(ERR, PORT, "%s: params is NULL\n", __func__); in rte_port_ethdev_reader_create()
54 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_ethdev_reader_create()
81 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_ethdev_reader_free()
145 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_ethdev_writer_create()
153 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_ethdev_writer_create()
260 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_ethdev_writer_free()
326 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_ethdev_writer_nodrop_create()
334 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_ethdev_writer_nodrop_create()
473 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_ethdev_writer_nodrop_free()
H A Drte_port_sym_crypto.c47 RTE_LOG(ERR, PORT, "%s: params is NULL\n", __func__); in rte_port_sym_crypto_reader_create()
55 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_sym_crypto_reader_create()
103 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_sym_crypto_reader_free()
170 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_sym_crypto_writer_create()
178 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_sym_crypto_writer_create()
288 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_sym_crypto_writer_free()
356 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_sym_crypto_writer_nodrop_create()
364 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_sym_crypto_writer_nodrop_create()
500 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_sym_crypto_writer_nodrop_free()
H A Drte_port_ras.c73 RTE_LOG(ERR, PORT, "%s: Parameter conf is NULL\n", __func__); in rte_port_ring_writer_ras_create()
77 RTE_LOG(ERR, PORT, "%s: Parameter ring is NULL\n", __func__); in rte_port_ring_writer_ras_create()
82 RTE_LOG(ERR, PORT, "%s: Parameter tx_burst_sz is invalid\n", in rte_port_ring_writer_ras_create()
91 RTE_LOG(ERR, PORT, "%s: Failed to allocate socket\n", __func__); in rte_port_ring_writer_ras_create()
107 RTE_LOG(ERR, PORT, "%s: rte_ip_frag_table_create failed\n", in rte_port_ring_writer_ras_create()
286 RTE_LOG(ERR, PORT, "%s: Parameter port is NULL\n", __func__); in rte_port_ring_writer_ras_free()
H A Drte_port_eventdev.c48 RTE_LOG(ERR, PORT, "%s: params is NULL\n", __func__); in rte_port_eventdev_reader_create()
56 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_eventdev_reader_create()
88 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_eventdev_reader_free()
158 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_eventdev_writer_create()
166 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_eventdev_writer_create()
293 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_eventdev_writer_free()
365 RTE_LOG(ERR, PORT, "%s: Invalid input parameters\n", __func__); in rte_port_eventdev_writer_nodrop_create()
373 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_eventdev_writer_nodrop_create()
533 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_eventdev_writer_nodrop_free()
H A Drte_port_ring.c49 RTE_LOG(ERR, PORT, "%s: Invalid Parameters\n", __func__); in rte_port_ring_reader_create_internal()
57 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_ring_reader_create_internal()
110 RTE_LOG(ERR, PORT, "%s: port is NULL\n", __func__); in rte_port_ring_reader_free()
177 RTE_LOG(ERR, PORT, "%s: Invalid Parameters\n", __func__); in rte_port_ring_writer_create_internal()
185 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_ring_writer_create_internal()
373 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_ring_writer_free()
446 RTE_LOG(ERR, PORT, "%s: Invalid Parameters\n", __func__); in rte_port_ring_writer_nodrop_create_internal()
454 RTE_LOG(ERR, PORT, "%s: Failed to allocate port\n", __func__); in rte_port_ring_writer_nodrop_create_internal()
706 RTE_LOG(ERR, PORT, "%s: Port is NULL\n", __func__); in rte_port_ring_writer_nodrop_free()
/f-stack/dpdk/drivers/net/tap/
H A Dtap_bpf_program.c27 #define PORT(a, b) ((__u16)(((a) & 0xff) << 8) | \ macro
168 .sport = PORT(*(src_dst_port + 0), in rss_l3_l4()
170 .dport = PORT(*(src_dst_port + 2), in rss_l3_l4()
194 v6_tuple.sport = PORT(*(src_dst_port + 0), in rss_l3_l4()
196 v6_tuple.dport = PORT(*(src_dst_port + 2), in rss_l3_l4()
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-vf610.txt1 * Freescale VF610 PORT/GPIO module
3 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
5 each, and each PORT module has its own interrupt.
11 - reg : The first reg tuple represents the PORT module, the second tuple
H A Dsocionext,uniphier-gpio.yaml89 // numbering. (That is, PORT 8, 9, 18, 19, 28, 29, ... do not exist.)
/f-stack/freebsd/contrib/openzfs/cmd/vdev_id/
H A Dvdev_id242 PORT=$(( $PHY / $PHYS_PER_PORT ))
301 CHAN=`map_channel $PCI_ID $PORT`
405 PORT=$1
412 CHAN=`map_channel $PCI_ID $PORT`
/f-stack/freebsd/contrib/openzfs/etc/zfs/
H A Dvdev_id.conf.sas_switch.example3 # SWITCH PORT CHANNEL NAME
H A Dvdev_id.conf.multipath.example3 # PCI_ID HBA PORT CHANNEL NAME
H A Dvdev_id.conf.scsi.example8 # PCI_ID HBA PORT CHANNEL NAME
H A Dvdev_id.conf.sas_direct.example8 # PCI_ID HBA PORT CHANNEL NAME
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dxilinx.txt67 PORT OPB_Clk = CLK_50MHz
68 PORT Interrupt = opb_uartlite_0_Interrupt
69 PORT RX = opb_uartlite_0_RX
70 PORT TX = opb_uartlite_0_TX
71 PORT OPB_Rst = sys_bus_reset_0
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c224 #define PORT(t, n, p, i) { \ macro
232 PORT(PADCTL_PORT_USB2, "usb2", 0, NULL),
233 PORT(PADCTL_PORT_USB2, "usb2", 1, NULL),
234 PORT(PADCTL_PORT_USB2, "usb2", 2, NULL),
235 PORT(PADCTL_PORT_ULPI, "ulpi", 0, NULL),
236 PORT(PADCTL_PORT_HSIC, "hsic", 0, NULL),
237 PORT(PADCTL_PORT_HSIC, "hsic", 1, NULL),
238 PORT(PADCTL_PORT_USB3, "usb3", 0, usb3_port_init),
239 PORT(PADCTL_PORT_USB3, "usb3", 1, usb3_port_init),
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst24 dpdk-pipeline [EAL_ARGS] -- [-s SCRIPT_FILE] [-h HOST] [-p PORT]
46 ``-p PORT``
H A Dvdpa.rst109 B: <qemu-command-line> -incoming tcp:0:4444 (or other PORT))
115 A: (qemu) migrate -d tcp:<B ip>:4444 (or other PORT)
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c386 #define PORT(t, n, p, i) { \ macro
394 PORT(PADCTL_PORT_USB2, "usb2", 0, NULL),
395 PORT(PADCTL_PORT_USB2, "usb2", 1, NULL),
396 PORT(PADCTL_PORT_USB2, "usb2", 2, NULL),
397 PORT(PADCTL_PORT_USB2, "usb2", 3, NULL),
398 PORT(PADCTL_PORT_HSIC, "hsic", 0, NULL),
399 PORT(PADCTL_PORT_HSIC, "hsic", 1, NULL),
400 PORT(PADCTL_PORT_USB3, "usb3", 0, usb3_port_init),
401 PORT(PADCTL_PORT_USB3, "usb3", 1, usb3_port_init),
/f-stack/dpdk/app/test/
H A Dtest_event_eth_tx_adapter.c29 #define PORT(p) default_params.port[(p)] macro
30 #define TEST_ETHDEV_ID PORT(0)
31 #define TEST_ETHDEV_PAIR_ID PORT(PAIR_PORT_INDEX(0))

123