Re: [dpdk-dev] [PATCH 1/2] ethdev: enable support for GTPU eth flow type

2019-10-09 Thread Ferruh Yigit
On 9/3/2019 7:43 AM, kirankum...@marvell.com wrote: > From: Kiran Kumar K > > Adding support to enable GTPU eth flow type for RSS hash > index calculation. > > Signed-off-by: Kiran Kumar K For series, Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH 1/2] ethdev: enable support for GTPU eth flow type

2019-09-02 Thread kirankumark
From: Kiran Kumar K Adding support to enable GTPU eth flow type for RSS hash index calculation. Signed-off-by: Kiran Kumar K --- lib/librte_ethdev/rte_ethdev.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h