Home
last modified time | relevance | path

Searched refs:netdev (Results 1 – 20 of 20) sorted by relevance

/dpdk/kernel/linux/kni/
H A Dkni_net.c690 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 Daf_xdp.rst16 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 Dvhost.rst104 -netdev vhost-user,id=net0,chardev=chr0,vhostforce,queues=1 \
105 -device virtio-net-pci,netdev=net0
H A Dnfp.rst33 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 Dvirtio.rst144 -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 Dthunderx.rst135 -netdev tap,id=net0,ifname=tap0,script=/etc/qemu-ifup_thunder \
136 -device virtio-net-device,netdev=net0 \
H A Dmlx4.rst323 ethtool -A <netdev> rx off tx off
H A Dmlx5.rst617 - 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 Di40e.rst292 ip link set <PF netdev id> vf <VF id> mac <macaddr>
/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst315 -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 Dpvp_reference_benchmark.rst160 -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 Dlm_bond_virtio_sriov.rst428 -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 Dvdpa.rst89 -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 Dvhost.rst60 -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 Dcnxk.rst95 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 Dswitch_representation.rst39 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 Drelease_19_05.rst56 and bind it to a specific netdev queue. It allows a DPDK application to send
H A Drelease_19_08.rst104 * Added multi-queue support to allow one af_xdp vdev with multiple netdev
H A Drelease_17_11.rst99 independently work from kernel netdev NFP drivers.
H A Drelease_2_1.rst146 through existing ``netdev`` APIs. More operations will be supported in later