From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann via iovisor-dev Subject: Re: [PATCH v2 net-next 5/5] bpf/verifier: document liveness analysis Date: Wed, 23 Aug 2017 16:57:11 +0200 Message-ID: <599D97C7.8080101@iogearbox.net> References: <3d4870a2-d7ee-2ac0-aaed-a9faeae89b9e@solarflare.com> Reply-To: Daniel Borkmann Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iovisor-dev To: Edward Cree , davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org, Alexei Starovoitov , Alexei Starovoitov Return-path: In-Reply-To: <3d4870a2-d7ee-2ac0-aaed-a9faeae89b9e-s/n/eUQHGBpZroRs9YW3xA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iovisor-dev-bounces-9jONkmmOlFHEE9lA1F8Ukti2O/JbrIOy@public.gmane.org Errors-To: iovisor-dev-bounces-9jONkmmOlFHEE9lA1F8Ukti2O/JbrIOy@public.gmane.org List-Id: netdev.vger.kernel.org On 08/23/2017 04:11 PM, Edward Cree wrote: > The liveness tracking algorithm is quite subtle; add comments to explain it. > > Signed-off-by: Edward Cree Acked-by: Daniel Borkmann