On Wed, Aug 13, 2014 at 4:42 PM, Daniele Di Proietto
wrote:
> On 8/13/14, 3:28 PM, "Pravin Shelar" wrote:
>
>>On Wed, Aug 13, 2014 at 8:49 AM, Daniele Di Proietto
>> wrote:
>>>
>>>
>>> On 8/12/14, 5:42 PM, "Pravin Shelar" wrote:
>>>
On Tue, Jul 22, 2014 at 5:06 PM, Daniele Di Proietto
w
On 8/13/14, 3:28 PM, "Pravin Shelar" wrote:
>On Wed, Aug 13, 2014 at 8:49 AM, Daniele Di Proietto
> wrote:
>>
>>
>> On 8/12/14, 5:42 PM, "Pravin Shelar" wrote:
>>
>>>On Tue, Jul 22, 2014 at 5:06 PM, Daniele Di Proietto
>>> wrote:
ofpbuf_rss() is introduced to get the RSS hash from the NIC.
On Wed, Aug 13, 2014 at 8:49 AM, Daniele Di Proietto
wrote:
>
>
> On 8/12/14, 5:42 PM, "Pravin Shelar" wrote:
>
>>On Tue, Jul 22, 2014 at 5:06 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 (othe
On 8/12/14, 5:42 PM, "Pravin Shelar" wrote:
>On Tue, Jul 22, 2014 at 5:06 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 Tue, Jul 22, 2014 at 5:06 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
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 to compute RSS hash for UDP packets
Signed-off-by: Daniele Di Proiett