| /dpdk/kernel/linux/kni/ |
| H A D | kni_net.c | 690 kni_net_change_rx_flags(struct net_device *netdev, int flags) in kni_net_change_rx_flags() argument 699 if (netdev->flags & IFF_ALLMULTI) in kni_net_change_rx_flags() 708 if (netdev->flags & IFF_PROMISC) in kni_net_change_rx_flags() 714 kni_net_process_request(netdev, &req); in kni_net_change_rx_flags() 769 kni_net_set_mac(struct net_device *netdev, void *p) in kni_net_set_mac() argument 781 memcpy(req.mac_addr, addr->sa_data, netdev->addr_len); in kni_net_set_mac() 782 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len); in kni_net_set_mac() 784 ret = kni_net_process_request(netdev, &req); in kni_net_set_mac()
|
| /dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 16 specific netdev queue, it allows a DPDK application to send and receive raw 33 * ``start_queue`` - starting netdev queue id (optional, default 0); 34 * ``queue_count`` - total netdev queue number (optional, default 1); 89 the supported RX buffer sizes of the underlying kernel netdev driver. 105 The context refers to the netdev,qid tuple. 114 Either of the following however is permitted since either the netdev or qid differs 141 kernel will attempt to process in the netdev's NAPI context. You can change
|
| H A D | vhost.rst | 104 -netdev vhost-user,id=net0,chardev=chr0,vhostforce,queues=1 \ 105 -device virtio-net-pci,netdev=net0
|
| H A D | nfp.rst | 33 The NFP Linux netdev kernel driver for VFs has been a part of the 153 netdev driver. Make sure you are working with a kernel with NFP PF support or
|
| H A D | virtio.rst | 144 -netdev tap, fd=$fd,id=mynet_kni, script=no,vhost=on \ 145 -device virtio-net-pci,netdev=mynet_kni,bus=pci.0,addr=0x3,ioeventfd=on \ 192 -netdev tap,id=vm1_p1,ifname=tap0,script=no,vhost=on 193 -device virtio-net-pci,netdev=vm1_p1,bus=pci.0,addr=0x3,ioeventfd=on
|
| H A D | thunderx.rst | 135 -netdev tap,id=net0,ifname=tap0,script=/etc/qemu-ifup_thunder \ 136 -device virtio-net-device,netdev=net0 \
|
| H A D | mlx4.rst | 323 ethtool -A <netdev> rx off tx off
|
| H A D | mlx5.rst | 617 - ethtool --set-priv-flags <netdev> dropless_rq on (/ off) 618 - ethtool --show-priv-flags <netdev> 1151 A SF netdev supports E-Switch representation offload 1193 ethtool -A <netdev> rx off tx off
|
| H A D | i40e.rst | 292 ip link set <PF netdev id> vf <VF id> mac <macaddr>
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_virtio_vhost_user.rst | 315 -netdev type=vhost-user,id=net1,chardev=chr0,vhostforce \ 316 -device virtio-net-pci,netdev=net1,mac=CC:BB:BB:BB:BB:BB,$VIRTIO_OPTIONS \ 318 -netdev type=vhost-user,id=net2,chardev=chr1,vhostforce \ 319 -device virtio-net-pci,netdev=net2,mac=DD:BB:BB:BB:BB:BB,$VIRTIO_OPTIONS \ 391 -netdev type=vhost-user,id=net1,chardev=chr0,vhostforce \ 392 -device virtio-net-pci,netdev=net1,mac=CC:BB:BB:BB:BB:BB,$VIRTIO_OPTIONS \ 394 -netdev type=vhost-user,id=net2,chardev=chr1,vhostforce \ 395 -device virtio-net-pci,netdev=net2,mac=DD:BB:BB:BB:BB:BB,$VIRTIO_OPTIONS \
|
| H A D | pvp_reference_benchmark.rst | 160 -netdev type=vhost-user,id=mynet1,chardev=char0,vhostforce \ 161 -device virtio-net-pci,netdev=mynet1,mac=52:54:00:02:d9:01,addr=0x10 \ 163 -netdev type=vhost-user,id=mynet2,chardev=char1,vhostforce \ 164 -device virtio-net-pci,netdev=mynet2,mac=52:54:00:02:d9:02,addr=0x11 \
|
| H A D | lm_bond_virtio_sriov.rst | 428 -netdev type=tap,id=net1,script=no,downscript=no,ifname=tap1 \ 429 -device virtio-net-pci,netdev=net1,mac=CC:BB:BB:BB:BB:BB \ 531 -netdev type=tap,id=net1,script=no,downscript=no,ifname=tap1 \ 532 -device virtio-net-pci,netdev=net1,mac=CC:BB:BB:BB:BB:BB \
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 89 -netdev type=vhost-user,id=vdpa,chardev=char0 \ 90 -device virtio-net-pci,netdev=vdpa,mac=00:aa:bb:cc:dd:ee,page-per-vq=on \
|
| H A D | vhost.rst | 60 -netdev type=vhost-user,id=hostnet1,chardev=char1 \ 61 -device virtio-net-pci,netdev=hostnet1,id=net1,mac=52:54:00:00:00:14 \
|
| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 95 1. PFx and PFx-VF0 bound to Linux netdev driver. 204 # Enable if netdev PF driver required 206 # Enable if netdev VF driver required
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 39 Besides SR-IOV, Sub function is a portion of the PCI device, a SF netdev 40 has its own dedicated queues(txq, rxq). A SF netdev supports E-Switch
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_05.rst | 56 and bind it to a specific netdev queue. It allows a DPDK application to send
|
| H A D | release_19_08.rst | 104 * Added multi-queue support to allow one af_xdp vdev with multiple netdev
|
| H A D | release_17_11.rst | 99 independently work from kernel netdev NFP drivers.
|
| H A D | release_2_1.rst | 146 through existing ``netdev`` APIs. More operations will be supported in later
|