Re: [ovs-dev] [PATCH 1/2] python: fix python3 encode/decode on Windows

2017-08-16 Thread Lance Richardson
> From: "Alin Balutoiu" <abalut...@cloudbasesolutions.com> > To: d...@openvswitch.org > Sent: Monday, August 14, 2017 9:47:06 PM > Subject: [ovs-dev] [PATCH 1/2] python: fix python3 encode/decode on Windows > > Fix double encoding/decoding on dat

[ovs-dev] [PATCH 1/2] python: fix python3 encode/decode on Windows

2017-08-14 Thread Alin Balutoiu
Fix double encoding/decoding on data, caused by 'get_decoded_buffer' and 'get_encoded_buffer'. The functions 'get_decoded_buffer' and 'get_encoded_buffer' from winutils have been removed. They are no longer necessary since the buffers received/returned are already in the right form. The