Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 32) sorted by relevance

12

/dpdk/devtools/
H A Dcheckpatches.sh286 report=$($DPDK_CHECKPATCH_PATH $options "$tmpinput" 2>/dev/null)
294 report=$($VALIDATE_NEW_API "$tmpinput")
297 printf '%s\n' "$report"
302 report=$(check_forbidden_additions "$tmpinput")
305 printf '%s\n' "$report"
310 report=$(check_experimental_tags "$tmpinput")
313 printf '%s\n' "$report"
318 report=$(check_internal_tags "$tmpinput")
321 printf '%s\n' "$report"
326 report=$(check_release_notes "$tmpinput")
[all …]
H A Dcheck-doc-vs-code.sh62 report=$($selfdir/parse-flow-support.sh $code $doc)
63 if [ -n "$report" ]; then
65 echo "$report" | sed 's,^,\t,'
/dpdk/usertools/
H A Ddpdk-pmdinfo.py58 def report(self): member in Vendor
61 dev.report()
84 def report(self): member in Device
87 subdev.report()
129 def report(self): member in SubDevice
160 def report(self, vendor=None): member in PCIIds
167 self.vendors[vendor].report()
170 v.report()
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst87 - 1, Latency is counted from the first packet completion report.
93 - 1 - 4095, The maximum time in microseconds that packet completion report
111 and count report.
H A Difc.rst11 report/restore, this driver enables its vDPA functionality.
/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst95 to do other work without having to block until the readers report their
110 use the data structure to report their quiescent state. To provide the required
135 to report its quiescent state. This can be called from a reader thread.
147 The writer thread can trigger the reader threads to report their quiescent
171 API. This API triggers the reader threads to report their quiescent state and
182 thread to report the quiescent state status anymore.
222 * the application has to create the RCU variable and register the reader threads to report their qu…
224report the quiescent state. This allows for the application to control the length of the critical …
H A Dmetrics_lib.rst195 to report the calculated statistics, the bit-rate library then needs to
H A Denv_abstraction_layer.rst523 - if all buses report RTE_IOVA_PA, then the preferred IOVA mode is RTE_IOVA_PA,
524 - if all buses report RTE_IOVA_VA, then the preferred IOVA mode is RTE_IOVA_VA,
525 - if all buses report RTE_IOVA_DC, no bus expressed a preference, then the
573 Auto detection of the IOVA mode, based on probing the bus and IOMMU configuration, may not report
H A Dmember_lib.rst230 set. For subsequent inquiries the set-summary will falsely report the element
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst23 At worst, the response will be to report the bug through the usual channels.
31 Please report any security issue you find in DPDK as described below.
50 If you already have a fix, please include it with your report,
53 In the report, please note how you would like to be credited
66 Upon reception of the report, a security team member should reply
67 to the reporter acknowledging that the report has been received.
72 the security team will request the submitter to report it
H A Dunit_test.rst376 The Meson build system supports generating a code coverage report
379 to generate an HTML code coverage report.
386 The above will generate an HTML report
/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst369 ``int`` to provide a way to report various error conditions.
373 provide a way to report various error conditions.
377 provide a way to report various error conditions.
380 ``int`` to provide a way to report various error conditions.
383 return value from ``void`` to ``int`` to provide a way to report various
387 ``int`` to provide a way to report various error conditions.
390 ``int`` to provide a way to report various error conditions.
446 PMD should use the new field in struct ``rte_eth_dev_info`` to report the
H A Drelease_20_05.rst47 Added flow aging support to detect and report aged-out flows, including:
51 * Added new event: ``RTE_ETH_EVENT_FLOW_AGED`` for the driver to report
H A Drelease_2_2.rst479 * 100G link report support is missing.
494 * PMDs report "bad" L4 checksum when IP packet is received.
H A Drelease_16_04.rst361 to report an error.
369 Fixed report of bad checksum for packets of unknown type.
H A Drelease_19_08.rst184 Added a telemetry mode to the ``l3fwd-power`` application to report
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst133 configures the hardware to report inner classes, and outer classes are
135 However, for VXLAN and GENEVE tunnels the PMD does report UDP as the
138 SFN8xxx and X2xxx family adapters report GENEVE packets as VXLAN.
H A Daf_xdp.rst85 per page. In the PMD we report the maximum MTU for zero copy to be equal
H A Dhns3.rst234 HNS3 supports various methods to report statistics:
H A Dice.rst281 report a MDD event and drop the packets.
H A Dixgbe.rst263 be handled correctly and cannot report the event fd to DPDK apps. Then apps
/dpdk/doc/guides/tools/
H A Dflow-perf.rst80 (i.e., once every 100000 flow rules) and then report an average
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst167 * ``--pkt-filter-report-hash=mode``
H A Dtestpmd_funcs.rst3541 It does not report anything for pattern template IDs that do not exist.
3582 It does not report anything for actions template IDs that do not exist.
3622 It does not report anything for table IDs that do not exist.
4465 It does not report anything for rule IDs that do not exist. The usual error
4529 It does not report anything for rule IDs that do not exist. The usual error
4882 It does not report anything for indirect action IDs that do not exist.
/dpdk/doc/guides/eventdevs/
H A Ddlb2.rst95 and max_event_queues report the number of available load-balanced ports and

12