On 11/11/2019 5:41 PM, Ori Kam wrote:
> 
> 
>> -----Original Message-----
>> From: dev <[email protected]> On Behalf Of Matan Azrad
>> Sent: Monday, November 11, 2019 12:42 PM
>> To: [email protected]
>> Cc: Ori Kam <[email protected]>; Jack Min <[email protected]>
>> Subject: [dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow
>> expand
>>
>> There is a rte_flow API which expands a RSS flow pattern to multipile
>> patterns according to the RSS hash types in the RSS action
>> configuration.
>>
>> Aa part of the expansion, detection of the last item of the flow uses
>> the "next proto" field of the last configured item in the pattern list.
>> Wrongly, the mask of this field was not considered in order to validate
>> the field.
>>
>> Ignore "next proto" fields when their corresponded masks invalidate them.
>>
>> Fixes: ec84aa45f17b ("ethdev: fix expand RSS flows")
>> Cc: [email protected]
>>
>> Signed-off-by: Matan Azrad <[email protected]>
>> ---
> 
> Acked-by: Ori Kam <[email protected]>

Applied to dpdk-next-net/master, thanks.

Reply via email to