examples/eventdev: add new Rx RSS hash offload
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Mon, 11 Nov 2019 13:19:10 +0000 (18:49 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 11 Nov 2019 15:15:37 +0000 (16:15 +0100)
commit4c634d7392fa7f330896544e2ca88a93b0d06d80
treeeb974165c92111c052be4a00af7dea4d06be6a8a
parent5392ebc0e164a139ab9ff93d0c8c1a437a56c90a
examples/eventdev: add new Rx RSS hash offload

Since pipeline_generic uses `rte_mbuf::hash::rss` add the new Rx offload
flag `DEV_RX_OFFLOAD_RSS_HASH` to inform PMD to copy the RSS hash result
into the mbuf.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
examples/eventdev_pipeline/pipeline_worker_generic.c