Re: [PATCH 08/15] perf script python: add Python3 support to net_dropmonitor.py

2019-02-25 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 25, 2019 at 07:37:55AM -0500, Neil Horman escreveu: > On Fri, Feb 22, 2019 at 03:06:12PM -0800, Tony Jones wrote: > > Support both Python2 and Python3 in the net_dropmonitor.py script > Acked-by: Neil Horman Applied.

Re: [PATCH 08/15] perf script python: add Python3 support to net_dropmonitor.py

2019-02-25 Thread Neil Horman
On Fri, Feb 22, 2019 at 03:06:12PM -0800, Tony Jones wrote: > Support both Python2 and Python3 in the net_dropmonitor.py script > > There may be differences in the ordering of output lines due to > differences in dictionary ordering etc. However the format within lines > should be unchanged. > >