Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 22 of 22) sorted by relevance

/dpdk/lib/distributor/
H A Drte_distributor.c267 if (bl->tags[w] == data_ptr[j]) { in find_match_scalar()
325 d->backlog[wkr].tags[i] = 0; in handle_worker_shutdown()
419 d->in_flight_tags[wkr][i] = d->backlog[wkr].tags[i]; in release()
557 bl->tags[idx] = new_tag; in rte_distributor_process()
581 bl->tags[idx] = new_tag; in rte_distributor_process()
773 d->backlog[i].tags = &d->in_flight_tags[i][RTE_DIST_BURST_SIZE]; in rte_distributor_create()
H A Drte_distributor_match_sse.c46 _mm_load_si128((__m128i *)(bl->tags)); in find_match_vec()
H A Ddistributor_private.h69 uint16_t *tags; /* will point to second cacheline of inflights */ member
/dpdk/devtools/
H A Dcheck-git-log.sh55 tags=$(git log --format='%b' --reverse $range | grep -i -e 'by *:' -e 'fix.*:')
152 bad=$(echo "$tags" |
186 fixtags=$(echo "$tags" | grep '^Fixes: ')
H A Dbuild-tags.sh176 rm -f tags
/dpdk/
H A D.gitignore33 tags
/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst36 and records what tags are being processed by each worker.
H A Dpoll_mode_drv.rst350 …orresponding to offload hardware features, such as checksum computation of IP headers or VLAN tags.
H A Drte_flow.rst709 Matches tag item set by other flows. Multiple tags are supported by specifying
2865 application. Multiple tags are supported by specifying index.
3107 For the tag array (in case of multiple tags are supported and present)
/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst400 …10 Gigabit Ethernet devices from Intel do not take VLAN tags into account when calculating packet …
404 …When receiving packets with VLAN tags, the actual maximum size of useful payload that Intel Gigabi…
405 …re able to receive is 4 bytes (or 8 bytes in the case of packets with extended VLAN tags) less than
463 …could be received on the assigned queue, such as ARP packets without 802.1q tags or with the user …
H A Drelease_2_1.rst229 Added support to the i40e driver for offloading double VLAN (QinQ) tags to
230 the mbuf header, and inserting double vlan tags by hardware to the packets
H A Drelease_16_07.rst217 tags of the inner header will be stripped without putting vlan
H A Drelease_2_2.rst77 * Removed all NAHUM6LP_HW tags
H A Drelease_17_05.rst111 using both VLAN tags. Note, this feature is not supported in Vector Mode.
H A Drelease_21_11.rst397 * Fixes packet capture with stripped VLAN tags.
/dpdk/doc/guides/contributing/
H A Dpatches.rst281 tags for who reported, suggested, tested and reviewed the patch being
578 should respond to the patch in an email with one of the following tags:
590 Each of these tags has a specific meaning. In general, the DPDK community
591 follows the kernel usage of the tags. A short summary of the meanings of each
H A Dabi_versioning.rst380 public symbol ``rte_acl_create`` with different version tags. This only applies
H A Ddocumentation.rst410 explicit tags in your code to denote these locations for documentation purposes.
/dpdk/doc/guides/nics/
H A Dnetvsc.rst29 * VLAN tags are always stripped and presented in mbuf tci field.
H A Denic.rst341 - ``trunk``: Default trunk mode. The NIC tags untagged ingress packets
427 as l3fwd may not account for VLAN tags in packets and may misbehave. One
H A Dfeatures.rst13 Following tags used for feature details, these are from driver point of view:
/dpdk/doc/guides/sample_app_ug/
H A Dqos_scheduler.rst214 This application classifies based on the QinQ double VLAN tags and the IP destination address as in…