Re: [ovs-dev] [PATCH v3 1/3] ofpbuf: Add ofpbuf_rss()

2014-08-19 Thread Daniele Di Proietto
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

Re: [ovs-dev] [PATCH v3 1/3] ofpbuf: Add ofpbuf_rss()

2014-08-18 Thread Pravin Shelar
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