Re: [ovs-dev] [PATCH v11 0/7] OVS-DPDK flow offload with rte_flow

2018-10-27 Thread Flavio Leitner
On Fri, Oct 19, 2018 at 01:01:00PM +0300, Ilya Maximets wrote: > > On Thu, Jun 28, 2018 at 02:39:32PM -0300, Flavio Leitner wrote: > >> Ian, I am afraid that the issue might be local and we most probably can > >> fix with a follow up patch later, so if others are happy with the patchset, > >> pleas

Re: [ovs-dev] [PATCH v2] odp-util: Properly handle the return values of scan_XXX functions

2018-10-27 Thread Ben Pfaff
On Thu, Oct 25, 2018 at 02:49:14PM -0700, Yifeng Sun wrote: > Functions like scan_u8, return 0 when they failed to scan the expected > values. Function scan_geneve failed to check this situation. This leads > to using of uninitialized value of opt_len_mask. This patch fixes it > and further inspect