[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191003.113136.126771249367519292.davem@davemloft.net>
Date: Thu, 03 Oct 2019 11:31:36 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: yihung.wei@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] openvswitch: Allow attaching helper in later commit
From: Yi-Hung Wei <yihung.wei@...il.com>
Date: Mon, 30 Sep 2019 12:39:04 -0700
> - if ((nf_ct_is_confirmed(ct) ? !cached : info->commit) &&
> + if ((nf_ct_is_confirmed(ct) ? !cached | add_helper :
I would suggest using "||" instea of "|" here since you are computing
a boolean.
Powered by blists - more mailing lists