From: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
To: "Bruce Richardson" <bruce.richardson@intel.com>,
"Morten Brørup" <mb@smartsharesystems.com>
Cc: dev@dpdk.org, Thomas Monjalon <thomas@monjalon.net>,
Ivan Malov <ivan.malov@arknetworks.am>,
Konstantin Ananyev <konstantin.ananyev@huawei.com>
Subject: Re: [PATCH] ethdev: Reject conflicting TX offloads configuration
Date: Thu, 31 Jul 2025 13:07:56 +0300 [thread overview]
Message-ID: <e18b32c7-2aef-47ce-b9d4-e971d61b03bf@oktetlabs.ru> (raw)
In-Reply-To: <aIs2O169emw39bQZ@bricha3-mobl1.ger.corp.intel.com>
On 7/31/25 12:24, Bruce Richardson wrote:
> On Thu, Jul 31, 2025 at 09:07:31AM +0000, Morten Brørup wrote:
>> When an ethdev port is configured for fast mbuf release, the driver can
>> use a TX burst function relying on the fast mbuf release preconditions.
>> Thus, also configuring this port or a queue on the port for transmitting
>> segmented packets is prohibited.
>> Checks for these conflicting configurations have been added to the ethdev
>> library, so the drivers don't have to implement them.
>>
>> Also, the descriptions of the RX and TX offloads have been improved, to
>> reflect that they are not only for device capability reporting, but also
>> for device and queue configuration purposes.
>>
>> Signed-off-by: Morten Brørup <mb@smartsharesystems.com>
>> ---
>
> Maybe split into two patches, so the offload descriptions are separate from
> the conflict checks.
+1
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
next prev parent reply other threads:[~2025-07-31 10:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-31 9:07 Morten Brørup
2025-07-31 9:24 ` Bruce Richardson
2025-07-31 10:07 ` Andrew Rybchenko [this message]
2025-07-31 9:27 ` Ivan Malov
2025-07-31 9:34 ` Morten Brørup
2025-07-31 11:32 ` Konstantin Ananyev
2025-07-31 12:56 ` [PATCH v2 1/3] testpmd: Do not enable mbuf fast release TX offload by default Morten Brørup
2025-07-31 12:56 ` [PATCH v2 2/3] ethdev: Improve descriptions of RX and TX offloads Morten Brørup
2025-07-31 12:56 ` [PATCH v2 3/3] ethdev: Reject conflicting TX offloads configuration Morten Brørup
2025-08-01 1:09 ` zhoumin
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=e18b32c7-2aef-47ce-b9d4-e971d61b03bf@oktetlabs.ru \
--to=andrew.rybchenko@oktetlabs.ru \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=ivan.malov@arknetworks.am \
--cc=konstantin.ananyev@huawei.com \
--cc=mb@smartsharesystems.com \
--cc=thomas@monjalon.net \
/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).