On 7/10/2023 8:39 AM, Ori Kam wrote: > Hi Bing > >> -----Original Message----- >> From: Bing Zhao <bi...@nvidia.com> >> Sent: Friday, June 30, 2023 4:30 PM >> >> When creating a template table, the object pointer of the >> command line "struct context" was set with an offset from the >> original out buffer if there is a template ID. >> >> If the "rules_number" is specified after the template IDs, it >> couldn't be set and passed to the API correctly. With this commit, >> the pointer is reset before pasring the "rules_number" field. >> >> Fixes: c4b38873346b ("app/testpmd: add flow table management") >> Cc: akozy...@nvidia.com >> Cc: sta...@dpdk.org >> >> Signed-off-by: Bing Zhao <bi...@nvidia.com> >> --- > > Acked-by: Ori Kam <or...@nvidia.com> >
Applied to dpdk-next-net/main, thanks.