On 2/7/2023 2:58 PM, Thomas Monjalon wrote: > 03/02/2023 17:48, Ferruh Yigit: >> There was a plan to have structures from lib/net/ at the beginning >> of corresponding flow item structures. >> Unfortunately this plan has not been followed up so far. >> This series is a step to make the most used items, >> compliant with the inheritance design explained above. >> The old API is kept in anonymous union for compatibility, >> but the code in drivers and apps is updated to use the new API. > > This series looks good, let's merge.
Moving Chengwen's ack too. > LGTM, Series-acked-by: Chengwen Feng <fengcheng...@huawei.com> > Series applied to dpdk-next-net/main, thanks. > It is only a first step. > We will need to continue using more lib/net/ structures in flow offloads. > Ack