On 11/7/22 16:16, Alexander Kozyrev wrote:
Flows created with the new asynchronous Flow API lack attributes (direction, priority, group number). These attributes are part of a template table for flows created via rte_flow_async_create().When testpmd tries to list all the flows it accesses flow attributes via pointer and crashes. Save flow attributes during the template table creation and use them in the "flow list" output. Fixes: ecdc927b99 ("app/testpmd: add async flow create/destroy operations") Signed-off-by: Alexander Kozyrev <[email protected]>
Reviewed-by: Andrew Rybchenko <[email protected]> Applied to dpdk-next-net/main, thanks.

