Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Fix using uninitialized fitness.

2018-02-26 Thread Ilya Maximets
On 24.02.2018 01:13, Ben Pfaff wrote: > On Wed, Feb 21, 2018 at 03:09:00PM +0300, Ilya Maximets wrote: >> 'upcall_xlate()' makes a decision to compose slow path actions >> by checking the 'upcall->fitness', which is not initialized in >> case of calling from the 'upcall_cb()'. >> >> 'upcall_cb()'

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Fix using uninitialized fitness.

2018-02-23 Thread Ben Pfaff
On Wed, Feb 21, 2018 at 03:09:00PM +0300, Ilya Maximets wrote: > 'upcall_xlate()' makes a decision to compose slow path actions > by checking the 'upcall->fitness', which is not initialized in > case of calling from the 'upcall_cb()'. > > 'upcall_cb()' receives the real flow, so the fitness