| /dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 166 if (!iface) { in vdev_netvsc_foreach_iface() 176 for (i = 0; iface[i].if_name; ++i) { in vdev_netvsc_foreach_iface() 197 ret = func(&iface[i], ð_addr, ap); in vdev_netvsc_foreach_iface() 205 if (iface) in vdev_netvsc_foreach_iface() 206 if_freenameindex(iface); in vdev_netvsc_foreach_iface() 295 iface->if_name); in vdev_netvsc_has_route() 379 if (ctx->if_index == iface->if_index) { in vdev_netvsc_device_probe() 547 if (ctx->if_index == iface->if_index) in vdev_netvsc_netvsc_probe() 555 iface->if_name, iface->if_index); in vdev_netvsc_netvsc_probe() 564 " (index %u)", iface->if_name, iface->if_index); in vdev_netvsc_netvsc_probe() [all …]
|
| /dpdk/doc/guides/howto/ |
| H A D | rte_flow.rst | 81 iface='some interface', count=1) 83 iface='some interface', count=1) 100 iface='some interface', count=1) 102 iface='some interface', count=1) 179 iface='some interface', count=1) 181 iface='some interface', count=1) 183 iface='some interface', count=1) 201 iface='some interface', count=1) 203 iface='some interface', count=1) 205 iface='some interface', count=1) [all …]
|
| H A D | pvp_reference_benchmark.rst | 126 --vdev 'net_vhost0,iface=/tmp/vhost-user1' \ 127 --vdev 'net_vhost1,iface=/tmp/vhost-user2' -- \
|
| H A D | virtio_user_for_container_networking.rst | 81 --vdev 'eth_vhost0,iface=/tmp/sock0' \
|
| /dpdk/doc/guides/nics/ |
| H A D | mvneta.rst | 85 - ``iface`` (mandatory, with no default value) 93 ./dpdk-testpmd --vdev=net_mvneta,iface=eth0,iface=eth1 \ 147 ./dpdk-testpmd --vdev=net_mvneta,iface=eth0,iface=eth1 -c 3 -- \ 155 ./dpdk-l2fwd --vdev=net_mvneta,iface=eth0,iface=eth1 -c 3 -- -T 1 -p 3
|
| H A D | af_xdp.rst | 32 * ``iface`` - name of the Kernel interface to attach to (required); 65 --vdev net_af_xdp,iface=ens786f1 111 --vdev net_af_xdp0,iface=ens786f1,shared_umem=1 \ 112 --vdev net_af_xdp1,iface=ens786f1,shared_umem=1 \ 119 --vdev net_af_xdp0,iface=ens786f1,shared_umem=1 \ 120 --vdev net_af_xdp1,iface=ens786f1,start_queue=1,shared_umem=1 \ 124 --vdev net_af_xdp0,iface=ens786f1,shared_umem=1 \ 125 --vdev net_af_xdp1,iface=ens786f2,shared_umem=1 \ 138 --vdev net_af_xdp0,iface=ens786f1,busy_budget=0 146 --vdev net_af_xdp0,iface=ens786f1,busy_budget=256
|
| H A D | vdev_netvsc.rst | 73 - ``iface`` [string] 80 Same as ``iface`` except a suitable NetVSC interface is located using its 95 Not specifying either ``iface`` or ``mac`` makes this driver attach itself to
|
| H A D | mvpp2.rst | 165 ./dpdk-testpmd --vdev=eth_mvpp2,iface=eth0,iface=eth2 -c 7 -- \ 393 ./dpdk-testpmd --vdev=eth_mvpp2,iface=eth0,iface=eth2,cfg=/home/user/mrvl.conf \ 507 ./dpdk-testpmd --vdev=eth_mvpp2,iface=eth0,iface=eth2 -c 3 -- -i --p 3 -a --disable-hw-vlan-strip 599 ./dpdk-testpmd --vdev=eth_mvpp2,iface=eth0,iface=eth2 -c 6 -- -i -p 3 -a --txd 1024 --rxd 1024 678 ./dpdk-testpmd --vdev=net_mrvl,iface=eth0,iface=eth2,cfg=./qos_config -c 7 -- \
|
| H A D | pcap_ring.rst | 91 * iface: Defines a device mapping a network interface. 95 iface=eth0 102 In case ``iface=`` configuration is set, user may want to use the selected interface's physical MAC 105 --vdev 'net_pcap0,iface=eth0,phy_mac=1' 167 --vdev 'net_pcap0,iface=eth0' --vdev='net_pcap1,iface=eth1'
|
| H A D | af_packet.rst | 24 * ``iface`` - name of the Kernel interface to attach to (required); 67 --vdev=eth_af_packet0,iface=tap0,blocksz=4096,framesz=2048,framecnt=512,qpairs=1,qdisc_bypass=0
|
| H A D | vhost.rst | 33 #. ``iface``: 93 ./dpdk-testpmd -l 0-3 -n 4 --vdev 'net_vhost0,iface=/tmp/sock0,queues=1' -- -i
|
| H A D | liquidio.rst | 79 ip link set <PF iface> vf <VF id> mac <macaddr> 144 ip link set dev <PF iface> vf <VF id> trust on
|
| H A D | tap.rst | 25 The interface name can be changed by adding the ``iface=foo0``, for example:: 27 --vdev=net_tap0,iface=foo0 --vdev=net_tap1,iface=foo1, ... 49 --vdev=net_tap,iface=tap0,remote=foo1 92 --vdev=net_tun0 --vdev=net_tun1,iface=foo1, ...
|
| H A D | fail_safe.rst | 47 - **dev(<iface>)** parameter 49 This parameter allows the user to define a sub-device. The ``<iface>`` part of 84 number in ``<iface>`` format as described above.
|
| H A D | bnx2x.rst | 177 ip link set <PF iface> vf <VF id> mac <macaddr>
|
| H A D | qede.rst | 248 ip link set <PF iface> vf <VF id> mac <macaddr>
|
| H A D | ice.rst | 330 iface="enp24s0f0", count=10)
|
| H A D | virtio.rst | 399 #. ``iface``:
|
| /dpdk/doc/guides/tools/ |
| H A D | pdump.rst | 41 (rx-dev=<iface or pcap file> | 42 tx-dev=<iface or pcap file>), 84 Can be either a pcap file name or any Linux iface. 87 Can be either a pcap file name or any Linux iface. 96 should both be passed with the different file names or the Linux iface names. 99 should both be passed with the same file name or the same Linux iface name.
|
| /dpdk/drivers/net/pcap/ |
| H A D | pcap_ethdev.c | 515 open_iface_live(const char *iface, pcap_t **pcap) { in open_iface_live() argument 528 open_single_iface(const char *iface, pcap_t **pcap) in open_single_iface() argument 530 if (open_iface_live(iface, pcap) < 0) { in open_single_iface() 1075 const char *iface = value; in open_rx_tx_iface() local 1079 if (open_single_iface(iface, &pcap) < 0) in open_rx_tx_iface() 1083 tx->queue[0].name = iface; in open_rx_tx_iface() 1096 iface, direction_str, pcap_geterr(pcap)); in set_iface_direction() 1100 iface, direction_str); in set_iface_direction() 1107 const char *iface = value; in open_iface() local 1111 if (open_single_iface(iface, &pcap) < 0) in open_iface() [all …]
|
| /dpdk/examples/vdpa/ |
| H A D | main.c | 40 static char iface[MAX_PATH_LEN]; variable 80 rte_strscpy(iface, optarg, MAX_PATH_LEN); in parse_args() 81 printf("iface %s\n", iface); in parse_args() 95 if (iface[0] == '\0' && interactive == 0) { in parse_args() 560 iface, devcnt); in main()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 32 ./dpdk-vdpa [EAL options] -- [--client] [--interactive|-i] or [--iface SOCKET_PATH] 38 * --iface specifies the path prefix of the UNIX domain socket file, e.g.
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mvsam.rst | 100 ./dpdk-l2fwd-crypto --vdev=eth_mvpp2,iface=eth0 --vdev=crypto_mvsam -- \
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 448 ./<build_dir>/app/dpdk-testpmd -l 0-2 -n3 --vdev=net_pcap0,iface=eth0 \ 449 --vdev=net_pcap1,iface=eth1 \
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 266 by writing ``1`` to ``/sys/devices/virtual/net/<iface>/carrier``. 388 ``ethtool <iface>`` output will have less information.
|