Home
last modified time | relevance | path

Searched refs:etc (Results 1 – 25 of 77) sorted by relevance

1234

/dpdk/drivers/common/sfc_efx/base/
H A Drhead_tunnel.c240 efx_tunnel_cfg_t etc; in rhead_tunnel_reconfigure() local
252 memcpy(&etc, etcp, sizeof (etc)); in rhead_tunnel_reconfigure()
255 for (i = 0; i < etc.etc_udp_entries_num; i++) { in rhead_tunnel_reconfigure()
256 efx_tunnel_udp_entry_t *etc_entry = &etc.etc_udp_entries[i]; in rhead_tunnel_reconfigure()
312 if (etc.etc_udp_entries[i].etue_busy == B_FALSE) in rhead_tunnel_reconfigure()
315 switch (etc.etc_udp_entries[i].etue_state) { in rhead_tunnel_reconfigure()
320 &etc.etc_udp_entries[i]); in rhead_tunnel_reconfigure()
324 &etc.etc_udp_entries[i]); in rhead_tunnel_reconfigure()
H A Defx_tunnel.c663 efx_tunnel_cfg_t etc; in ef10_tunnel_reconfigure() local
666 memcpy(&etc, etcp, sizeof (etc)); in ef10_tunnel_reconfigure()
675 if (etc.etc_udp_entries_num == 0) in ef10_tunnel_reconfigure()
684 rc = efx_mcdi_set_tunnel_encap_udp_ports(enp, &etc, B_FALSE, in ef10_tunnel_reconfigure()
691 if (rc != EACCES || etc.etc_udp_entries_num != 0) in ef10_tunnel_reconfigure()
/dpdk/devtools/
H A Dload-devel-config7 test ! -r /etc/dpdk/devel.config ||
8 . /etc/dpdk/devel.config
/dpdk/doc/guides/contributing/
H A Ddesign.rst116 allocated/freed, number of occurrences for specific events, etc.
130 accounting, logging, application-level statistics, etc. In this case,
142 requests, number of active users, etc). It might also be that the application
143 uses multiple libraries (Library X, Library Y, etc) and it is interested in the
149 cache bandwidth, memory bandwidth, etc) that depends on:
155 instance (e.g. per port, table, pipeline, thread, etc).
/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst44 remote TCP based client (telnet, netcat, etc.) for connection.
53 …This port number should be used by remote TCP client (such as telnet, netcat, etc.) to connect to …
118 …om given table of a specific pipeline owned by the current data plane thread, read statistics, etc.
H A Dip_pipeline.rst24 …* Any standard TCP client (e.g. telnet, netcat, custom script, etc) is typically able to connect t…
28 …te pipeline ports: memory pools, links (i.e. network interfaces), SW queues, traffic managers, etc.
57 remote TCP based client (telnet, netcat, etc.) for connection.
66 …This port number should be used by remote TCP client (such as telnet, netcat, etc.) to connect to …
134 …om given table of a specific pipeline owned by the current data plane thread, read statistics, etc.
H A Dl3_forward_graph.rst122 a minimal config of port id, num_rx_queues, num_tx_queues, mempools etc will
172 lock-less mechanisms(RCU, etc) to add run-time forwarding data like route and
/dpdk/drivers/regex/
H A Dmeson.build8 std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst43 scheduling algorithm (Strict Priority, Weighted Fair Queuing , etc.), etc.,
50 the level if node is non-leaf type etc., are exposed as a result of
56 shaper rate, etc. is exposed by node level capability API.
70 (DWRR), etc are considered approximations of the ideal WFQ and are therefore
221 available in the system, etc.), even though the specified hierarchy is
230 update, etc., can be invoked after the Ethernet port has been started, subject
H A Dgpudev.rst9 in order to manage the memory, synchronize operations, exchange info, etc..
146 /* Initialize CUDA objects (cstream, context, etc..). */
H A Drte_security.rst137 E.g. in case of IPsec the device may internally manage anti-replay etc.
185 | HW ACCELERATED | <------ Add tunnel, ESP header etc header to
210 In case of IPsec the device may internally manage anti-replay etc.
248 | | | \---/ | | <--- Add tunnel, ESP header etc
/dpdk/drivers/net/
H A Dmeson.build63 std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
/dpdk/doc/guides/howto/
H A Dvirtio_user_as_exceptional_path.rst25 related features, like multi queue, tso, multi-seg mbuf, etc.
110 The tap device will be named tap0, tap1, etc, by kernel.
H A Dpvp_reference_benchmark.rst193 cat /etc/selinux/config
211 ``/etc/libvirt/qemu.conf``:
H A Dvirtio_user_for_container_networking.rst10 boot-up time, and easy to deploy, etc. How to use DPDK to accelerate container
/dpdk/kernel/freebsd/
H A Dmeson.build16 # to avoid warnings due to race conditions with creating the dev_if.h, etc.
/dpdk/devtools/cocci/
H A Dmtod-offset.cocci58 // Cleanup rules. Fold in double casts, remove unnecessary parenthesis, etc.
/dpdk/doc/guides/nics/
H A Dena.rst20 etc.), and it negotiates and supports an extendable feature set.
216 ``/etc/default/grub`` with the below extra boot arguments::
231 ``GRUB_CMDLINE_LINUX`` in file ``/etc/default/grub`` with the extra boot
H A Davp.rst13 etc.). The platform offers the virtio device type as the default device when
H A Dsoftnic.rst32 etc.
68 (for examples- telnet, netcat, etc.) to connect and configure Soft NIC device in run-time.
310 ``JMP, QUEUE, RSS, DROP, COUNT, METER, VXLAN`` etc.
H A Dmlx4.rst280 by adding the following line to ``/etc/modprobe.d/mlx4_core.conf``::
291 /etc/init.d/openibd restart
365 /etc/init.d/openibd restart
/dpdk/doc/guides/mempool/
H A Dstack.rst10 the mempool type (ring, stack, etc.) will have a negligible impact on
/dpdk/
H A Dmeson.build32 # set up some global vars for compiler, platform, configuration, etc.
/dpdk/examples/pipeline/examples/
H A Dselector.spec17 ; recomputing the IPv4 checksum, etc. The selector allows for multiple next hops to be specified
/dpdk/doc/guides/linux_gsg/
H A Dbuild_dpdk.rst83 to a file in `/etc/ld.so.conf.d/` before running `ldconfig`.
125 parameter to the instruction set of your choice (such as ``corei7``, ``power8``, etc.).

1234