Lines Matching full:for
10 For now there are 2 RSS implementations in qemu:
17 If steering BPF is not set for kernel's TUN module, the TUN uses automatic selection
20 If steering BPF is set for TUN the BPF code calculates the hash of packet header and
30 Not for all packets, the hash can/should be calculated.
82 …scriptor of the 'Toeplitz key' map. One element of the 40byte key prepared for the hashing algorit…
88 - populate_hash - for now, not used. eBPF RSS doesn't support hash reporting.
89 …sk of different hash types. See ``VIRTIO_NET_RSS_HASH_TYPE_*`` defines. If for packet hash should …
91 - default_queue - the queue index that used for packet that shouldn't be hashed. For some packets, …
96 ….skeleton.h. Returns 'true' on success. After that, program_fd can be used to set steering for TAP.
97 - ``ebpf_rss_set_all()`` - sets values for eBPF maps. ``indirections_table`` length is in EBPFRSSCo…
127 For now, ``set_steering_ebpf()`` method supported by Linux TAP NetClientState. The method requires …