I resent this patch with an addition as part of a series
On Thu, Feb 14, 2019 at 5:44 PM Darrell Ball <[email protected]> wrote: > Signed-off-by: Darrell Ball <[email protected]> > --- > lib/ipf.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/lib/ipf.c b/lib/ipf.c > index df5196f..c91afd3 100644 > --- a/lib/ipf.c > +++ b/lib/ipf.c > @@ -530,8 +530,6 @@ ipf_list_state_transition(struct ipf *ipf, struct > ipf_list *ipf_list, > case IPF_LIST_STATE_LAST_SEEN: > if (ff) { > next_state = IPF_LIST_STATE_FIRST_LAST_SEEN; > - } else if (lf) { > - next_state = IPF_LIST_STATE_LAST_SEEN; > } else { > next_state = IPF_LIST_STATE_LAST_SEEN; > } > @@ -765,7 +763,7 @@ ipf_list_key_eq(const struct ipf_list_key *key1, > static struct ipf_list * > ipf_list_key_lookup(struct ipf *ipf, const struct ipf_list_key *key, > uint32_t hash) > - /* OVS_REQUIRES(ipf->ipf_lock) */ > + OVS_REQUIRES(ipf->ipf_lock) > { > struct ipf_list *ipf_list; > HMAP_FOR_EACH_WITH_HASH (ipf_list, node, hash, &ipf->frag_lists) { > -- > 1.9.1 > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
