Re: [PATCH v2] bpf: Add Python 3 support to selftests scripts for bpf

From: Daniel Borkmann
Date: Wed Jul 25 2018 - 01:53:52 EST


On 07/24/2018 09:53 PM, Jeremy Cline wrote:
> Adjust tcp_client.py and tcp_server.py to work with Python 3 by using
> the print function, marking string literals as bytes, and using the
> newer exception syntax. This should be functionally equivalent and
> supports Python 3+.
>
> Signed-off-by: Jeremy Cline <jcline@xxxxxxxxxx>

Applied to bpf-next, thanks Jeremy!