On Mon, Nov 25, 2019 at 03:08:44PM +0100, Ilya Maximets wrote: > On 25.11.2019 13:51, Flavio Leitner wrote: > > On Mon, 25 Nov 2019 11:11:44 +0100 > > Ilya Maximets <[email protected]> wrote: > > > >> This fixes OSX build on Travis: > >> > >> ovs-vswitchd.conf.db.5:4061: warning: invalid input character code 128 > >> ovs-vswitchd.conf.db.5:4061: warning: invalid input character code 156 > >> > >> Fixes: aa453e319961 ("ofproto-dpif: Expose datapath ND Extensions > >> capability to ovsdb") Signed-off-by: Ilya Maximets > >> <[email protected]> --- > >> vswitchd/vswitch.xml | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > Do you think it would be useful if checkpatch.py catch that? > > Yes, I thought about this. This is task that hard for humans, > but very simple for a script. One thing is that I don't know to > which files we should apply this 'ASCII-only' policy. For now > it could be just for vswitch.xml as it's known to produce build > issues.
I think it would be reasonable to apply it to all *.xml files with the possible exception of ofproto/ipfix.xml. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
