Re: [dpdk-dev] [PATCH v2 01/10] ethdev: reuse header definition in flow pattern item ETH
From: Ferruh Yigit <hidden>
Date: 2021-03-16 17:38:39
From: Ferruh Yigit <hidden>
Date: 2021-03-16 17:38:39
On 3/12/2021 11:07 AM, Ivan Malov wrote:
One ought to reuse existing header structs in flow items. This particular item contains non-header fields, so it's important to keep the header fields in a separate struct.
Hi Ivan, Andrew, Thanks for following this up and updates. For record, existing deprecation note is: https://git.dpdk.org/dpdk/tree/doc/guides/rel_notes/deprecation.rst?h=v21.02#n99 Ori, Andrew, Is there any struct left not updated after this patch?
Signed-off-by: Ivan Malov <redacted> Reviewed-by: Andrew Rybchenko <redacted> Reviewed-by: Andy Moreton <redacted>
<...>