patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] app/testpmd: fix missing geneve flow item in raw encap
@ 2019-10-17  8:13 Wisam Monther
  2019-10-23 13:46 ` [dpdk-stable] [dpdk-dev] " Ori Kam
  0 siblings, 1 reply; 3+ messages in thread
From: Wisam Monther @ 2019-10-17  8:13 UTC (permalink / raw)
  To: wenzhuo.lu, dev; +Cc: Wisam Monther, roman.zhukov, stable

Fixes: 0f4203fe9d18 ("app/testpmd: support GENEVE pattern item in flow rules")
Cc: roman.zhukov@oktetlabs.ru
Cc: stable@dpdk.org

Signed-off-by: Wisam Jaddo <wisamm@mellanox.com>
---
 app/test-pmd/cmdline_flow.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index b26b8bf..84d4ae2 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -5944,6 +5944,9 @@ cmd_set_raw_parsed(const struct buffer *in)
 			size = sizeof(struct rte_flow_item_nvgre);
 			proto = 0x2F;
 			break;
+		case RTE_FLOW_ITEM_TYPE_GENEVE:
+			size = sizeof(struct rte_flow_item_geneve);
+			break;
 		default:
 			printf("Error - Not supported item\n");
 			*total_size = 0;
-- 
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix missing geneve flow item in raw encap
  2019-10-17  8:13 [dpdk-stable] [PATCH] app/testpmd: fix missing geneve flow item in raw encap Wisam Monther
@ 2019-10-23 13:46 ` Ori Kam
  2019-10-23 17:56   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Ori Kam @ 2019-10-23 13:46 UTC (permalink / raw)
  To: Wisam Monther, wenzhuo.lu, dev; +Cc: Wisam Monther, roman.zhukov, stable



> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Wisam Monther
> Sent: Thursday, October 17, 2019 11:14 AM
> To: wenzhuo.lu@intel.com; dev@dpdk.org
> Cc: Wisam Monther <wisamm@mellanox.com>; roman.zhukov@oktetlabs.ru;
> stable@dpdk.org
> Subject: [dpdk-dev] [PATCH] app/testpmd: fix missing geneve flow item in raw
> encap
> 
> Fixes: 0f4203fe9d18 ("app/testpmd: support GENEVE pattern item in flow
> rules")
> Cc: roman.zhukov@oktetlabs.ru
> Cc: stable@dpdk.org
> 
> Signed-off-by: Wisam Jaddo <wisamm@mellanox.com>
> ---

Acked-by: Ori Kam <orika@mellanox.com>
Thanks,
Ori

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix missing geneve flow item in raw encap
  2019-10-23 13:46 ` [dpdk-stable] [dpdk-dev] " Ori Kam
@ 2019-10-23 17:56   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2019-10-23 17:56 UTC (permalink / raw)
  To: Ori Kam, Wisam Monther, wenzhuo.lu, dev; +Cc: roman.zhukov, stable

On 10/23/2019 2:46 PM, Ori Kam wrote:
> 
> 
>> -----Original Message-----
>> From: dev <dev-bounces@dpdk.org> On Behalf Of Wisam Monther
>> Sent: Thursday, October 17, 2019 11:14 AM
>> To: wenzhuo.lu@intel.com; dev@dpdk.org
>> Cc: Wisam Monther <wisamm@mellanox.com>; roman.zhukov@oktetlabs.ru;
>> stable@dpdk.org
>> Subject: [dpdk-dev] [PATCH] app/testpmd: fix missing geneve flow item in raw
>> encap
>>
>> Fixes: 0f4203fe9d18 ("app/testpmd: support GENEVE pattern item in flow
>> rules")
>> Cc: roman.zhukov@oktetlabs.ru
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Wisam Jaddo <wisamm@mellanox.com>
>> ---
> 
> Acked-by: Ori Kam <orika@mellanox.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-23 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17  8:13 [dpdk-stable] [PATCH] app/testpmd: fix missing geneve flow item in raw encap Wisam Monther
2019-10-23 13:46 ` [dpdk-stable] [dpdk-dev] " Ori Kam
2019-10-23 17:56   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).