On 9/20/2023 1:52 PM, Tomer Shmilovich wrote: > Introduce new group set miss actions API: > rte_flow_group_set_miss_actions(). > > A group's miss actions are a set of actions to be performed > in case of a miss on a group, i.e. when a packet didn't hit any flow > rules in the group. > > Currently, the expected behavior in this case is undefined. > In order to achieve such functionality, a user can add a flow rule > that matches on all traffic with the lowest priority in the group - > this is not explicit however, and can be overridden by another flow rule > with a lower priority. > > This new API function allows a user to set a group's miss actions in an > explicit way. > > RFC discussion: > http://patches.dpdk.org/project/dpdk/patch/20230807133601.164018-1-tshmilov...@nvidia.com/ > > Tomer Shmilovich (2): > ethdev: add group set miss actions API > app/testpmd: add group set miss actions CLI commands >
Series applied to dpdk-next-net/main, thanks.