[ovs-dev] [PATCH v3] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

Daniele Di Proietto diproiettod at vmware.com
Fri Sep 11 16:46:07 UTC 2015



On 10/09/2015 20:16, "Pravin Shelar" <pshelar at nicira.com> wrote:

>On Thu, Sep 10, 2015 at 10:02 AM, Daniele Di Proietto
><diproiettod at vmware.com> wrote:
>> DPDK mbufs contain a valid RSS hash only if PKT_RX_RSS_HASH is
>> set in 'ol_flags'.  Otherwise the hash is garbage and doesn't
>> relate to the packet.
>>
>> This fixes an issue with vhost, which, being a virtual NIC, doesn't
>> compute the hash.
>>
>> Reported-by: Dongjun <dongj at dtdream.com>
>> Suggested-by: Flavio Leitner <fbl at sysclose.org>
>> Acked-by: Kevin Traynor <kevin.traynor at intel.com>
>> Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>
>
>Patch looks good
>Acked-by: Pravin B Shelar <pshelar at nicira.com>

Thanks for the review, pushed to master.




More information about the dev mailing list