29/10/2019 16:37, [email protected]: > From: Pavan Nikhilesh <[email protected]> > > 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 <[email protected]> > --- > examples/eventdev_pipeline/main.c | 128 ----------------- > .../pipeline_worker_generic.c | 132 ++++++++++++++++++ > .../eventdev_pipeline/pipeline_worker_tx.c | 128 +++++++++++++++++ > 3 files changed, 260 insertions(+), 128 deletions(-)
Please split the patch. Moving code should be always separate.

