Re: [ovs-dev] [PATCH v2 ovn] Encode the virtual port key in vport_bind action in network byte order

2019-08-05 Thread Mark Michelson
I applied the change to master. On 8/5/19 10:49 AM, Dumitru Ceara wrote: On Mon, Aug 5, 2019 at 3:50 PM wrote: From: Numan Siddique The commit [1] encoded the vport key using uint32_t and the test case "action parsing" is failing for s380 arch. This patch fixes this issue by encoding the v

Re: [ovs-dev] [PATCH v2 ovn] Encode the virtual port key in vport_bind action in network byte order

2019-08-05 Thread Dumitru Ceara
On Mon, Aug 5, 2019 at 3:50 PM wrote: > > From: Numan Siddique > > The commit [1] encoded the vport key using uint32_t and the test case > "action parsing" is failing for s380 arch. > > This patch fixes this issue by encoding the vport key in the network byte > order. > > [1] - 054f4c85c413("Add

[ovs-dev] [PATCH v2 ovn] Encode the virtual port key in vport_bind action in network byte order

2019-08-05 Thread nusiddiq
From: Numan Siddique The commit [1] encoded the vport key using uint32_t and the test case "action parsing" is failing for s380 arch. This patch fixes this issue by encoding the vport key in the network byte order. [1] - 054f4c85c413("Add a new logical switch port type - 'virtual'") Fixes: 054f