Re: [ovs-dev] [PATCH 2/4] datapath-windows: fixes in Flow.c in key parsing

2014-10-18 Thread Nithin Raju
> -Original Message- > From: Ankur Sharma > Sent: Friday, October 17, 2014 10:05 AM > To: Nithin Raju; dev@openvswitch.org > Subject: RE: [ovs-dev] [PATCH 2/4] datapath-windows: fixes in Flow.c in key > parsing > > Hi Nithin, > > While reading the ETHERTYPE

Re: [ovs-dev] [PATCH 2/4] datapath-windows: fixes in Flow.c in key parsing

2014-10-17 Thread Ankur Sharma
Hi Nithin, While reading the ETHERTYPE attribute we already use ntohs. Regards, Ankur From: dev on behalf of Nithin Raju Sent: Thursday, October 16, 2014 10:52 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 2/4] datapath-windows: fixes in Flow.c i