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

Thomas Monjalon thomas at monjalon.net
Thu Oct 31 15:05:10 CET 2019


29/10/2019 16:37, pbhagavatula at marvell.com:
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
> 
> 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 at marvell.com>
> ---
>  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.





More information about the dev mailing list