On 8/18/14, 11:06 PM, "Pravin Shelar" wrote:
>On Mon, Aug 18, 2014 at 1:29 PM, Daniele Di Proietto
> wrote:
>> ofpbuf_rss() is introduced to get the RSS hash from the NIC. It works
>>only for
>> packets received by DPDK (otherwise it returns 0, which tells the
>>caller to
>> compute the hash in
On Mon, Aug 18, 2014 at 1:29 PM, Daniele Di Proietto
wrote:
> ofpbuf_rss() is introduced to get the RSS hash from the NIC. It works only for
> packets received by DPDK (otherwise it returns 0, which tells the caller to
> compute the hash in another way)
>
> This commit also configure DPDK devices