From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Nandini Persad <nandinipersad361@gmail.com>, zhoumin@loongson.cn
Subject: |WARNING| pw152698 [PATCH] doc: reword flow offload and api docs
Date: Tue, 1 Apr 2025 05:06:20 +0800 [thread overview]
Message-ID: <202503312106.52VL6K181003766@localhost.localdomain> (raw)
In-Reply-To: <20250331214036.17295-1-nandinipersad361@gmail.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/152698
_apply patch failure_
Submitter: Nandini Persad <nandinipersad361@gmail.com>
Date: Mon, 31 Mar 2025 14:40:36 -0700
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: f3cb237103aada7bc83fd3f40929fb6fb3e58c3b
Apply patch set 152698 failed:
Checking patch doc/guides/prog_guide/ethdev/flow_offload.rst...
error: while searching for:
(Ethernet) and L4 (UDP). Doing so is only allowed at the bottom and at the
top of the stack.
Meta item types
~~~~~~~~~~~~~~~
They match meta-data or affect pattern processing instead of matching packet
data directly, most of them do not need a specification structure. This
particularity allows them to be specified anywhere in the stack without
causing any side effect.
Item: ``END``
^^^^^^^^^^^^^
End marker for item lists. Prevents further processing of items, thereby
ending the pattern.
- Its numeric value is 0 for convenience.
- PMD support is mandatory.
- ``spec``, ``last`` and ``mask`` are ignored.
. _table_rte_flow_item_end:
. table:: END
+----------+---------+
| Field | Value |
+==========+=========+
| ``spec`` | ignored |
+----------+---------+
| ``last`` | ignored |
+----------+---------+
| ``mask`` | ignored |
+----------+---------+
Item: ``VOID``
^^^^^^^^^^^^^^
Used as a placeholder for convenience. It is ignored and simply discarded by
PMDs.
- PMD support is mandatory.
- ``spec``, ``last`` and ``mask`` are ignored.
. _table_rte_flow_item_void:
. table:: VOID
+----------+---------+
| Field | Value |
+==========+=========+
| ``spec`` | ignored |
+----------+---------+
| ``last`` | ignored |
+----------+---------+
| ``mask`` | ignored |
+----------+---------+
One usage example for this type is generating rules that share a common
prefix quickly without reallocating memory, only by updating item types:
. _table_rte_flow_item_void_example:
. table:: TCP, UDP or ICMP as L4
+-------+--------------------+
| Index | Item |
+=======+====================+
| 0 | Ethernet |
+-------+--------------------+
| 1 | IPv4 |
+-------+------+------+------+
| 2 | UDP | VOID | VOID |
+-------+------+------+------+
| 3 | VOID | TCP | VOID |
+-------+------+------+------+
| 4 | VOID | VOID | ICMP |
+-------+------+------+------+
| 5 | END |
+-------+--------------------+
Item: ``INVERT``
^^^^^^^^^^^^^^^^
Inverted matching, i.e. process packets that do not match the pattern.
- ``spec``, ``last`` and ``mask`` are ignored.
. _table_rte_flow_item_invert:
. table:: INVERT
+----------+---------+
| Field | Value |
+==========+=========+
| ``spec`` | ignored |
+----------+---------+
| ``last`` | ignored |
+----------+---------+
| ``mask`` | ignored |
+----------+---------+
Usage example, matching non-TCPv4 packets only:
. _table_rte_flow_item_invert_example:
. table:: Anything but TCPv4
+-------+----------+
| Index | Item |
+=======+==========+
| 0 | INVERT |
+-------+----------+
| 1 | Ethernet |
+-------+----------+
| 2 | IPv4 |
+-------+----------+
| 3 | TCP |
+-------+----------+
| 4 | END |
+-------+----------+
Item: ``PORT_ID``
^^^^^^^^^^^^^^^^^
This item is deprecated. Consider:
- `Item: PORT_REPRESENTOR`_
- `Item: REPRESENTED_PORT`_
Matches traffic originating from (ingress) or going to (egress) a given DPDK
port ID.
Normally only supported if the port ID in question is known by the
underlying PMD and related to the device the flow rule is created against.
- Default ``mask`` matches the specified DPDK port ID.
. _table_rte_flow_item_port_id:
. table:: PORT_ID
+----------+----------+-----------------------------+
| Field | Subfield | Value |
+==========+==========+=============================+
| ``spec`` | ``id`` | DPDK port ID |
+----------+----------+-----------------------------+
| ``last`` | ``id`` | upper range value |
+----------+----------+-----------------------------+
| ``mask`` | ``id`` | zeroed to match any port ID |
+----------+----------+-----------------------------+
Item: ``MARK``
^^^^^^^^^^^^^^
Matches an arbitrary integer value which was set using the ``MARK`` action
error: patch failed: doc/guides/prog_guide/ethdev/flow_offload.rst:412
error: doc/guides/prog_guide/ethdev/flow_offload.rst: patch does not apply
Checking patch lib/ethdev/rte_flow.h...
next parent reply other threads:[~2025-03-31 21:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250331214036.17295-1-nandinipersad361@gmail.com>
2025-03-31 21:06 ` qemudev [this message]
2025-03-31 21:42 ` checkpatch
2025-03-31 21:52 ` dpdklab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202503312106.52VL6K181003766@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=nandinipersad361@gmail.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).