Re: [PATCH v4 0/2] ethdev: add random item support

2023-12-15 Thread Ferruh Yigit
On 12/14/2023 10:58 AM, Michael Baum wrote: > Add support for matching random value using new "rte_flow_item_random" > structure. > This random value is not based on the packet data/headers. > Application shouldn't assume that this value is kept during the lifetime > of the packet. > > v2: > - Ra

[PATCH v4 0/2] ethdev: add random item support

2023-12-14 Thread Michael Baum
Add support for matching random value using new "rte_flow_item_random" structure. This random value is not based on the packet data/headers. Application shouldn't assume that this value is kept during the lifetime of the packet. v2: - Rabase. - Fix copy-paste mistake in release notes. v3: - Ra