Re: [dpdk-dev] [PATCH 7/7] examples/eventdev_pipeline: add new Rx RSS hash offload

2019-08-15 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Friday, August 16, 2019 11:25 AM > To: Jerin Jacob Kollanukkaran ; ferruh.yi...@intel.com; > Harry van Haaren > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula > > Subject: [dpdk-dev] [PATCH 7/7] example

[dpdk-dev] [PATCH 7/7] examples/eventdev_pipeline: add new Rx RSS hash offload

2019-08-15 Thread pbhagavatula
From: Pavan Nikhilesh 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 --- examples/eventdev_pipeline/main.c | 4 1 file changed, 4 insertions(+)