Re: [dpdk-dev] [PATCH] app/testpmd: fix missing GENEVE item in helper func

2020-01-09 Thread Andrew Rybchenko
On 1/8/20 6:07 PM, Dekel Peled wrote: > Previous patch added support of GENEVE pattern item in flow rule. > Function flow_item_default_mask() was not updated, so using it with > GENEVE item returns null. > Using testpmd command "set raw_decap" or "set raw_encap" with > GENEVE item, without specifyi

Re: [dpdk-dev] [PATCH] app/testpmd: fix missing GENEVE item in helper func

2020-01-08 Thread Ori Kam
> -Original Message- > From: Dekel Peled > Sent: Wednesday, January 8, 2020 5:07 PM > To: Adrien Mazarguil ; > wenzhuo...@intel.com; jingjing...@intel.com; > bernard.iremon...@intel.com > Cc: Ori Kam ; dev@dpdk.org; Roman Zhukov > ; Andrew Rybchenko > ; sta...@dpdk.org > Subject: [PATCH

[dpdk-dev] [PATCH] app/testpmd: fix missing GENEVE item in helper func

2020-01-08 Thread Dekel Peled
Previous patch added support of GENEVE pattern item in flow rule. Function flow_item_default_mask() was not updated, so using it with GENEVE item returns null. Using testpmd command "set raw_decap" or "set raw_encap" with GENEVE item, without specifying any parameters, results in segmentation fault