Acked-by: Ankur Sharma
From: Eitan Eliahu
Sent: Thursday, October 2, 2014 12:21 PM
To: Samuel Ghinet; dev@openvswitch.org
Cc: Alin Serdean; Nithin Raju; Ankur Sharma
Subject: RE: [PATCH 05/14] datapath-windows: Define OVS_DPPORT_NUMBER_INVALID
Acked-by: Ei
Acked-by: Eitan Eliahu
-Original Message-
From: Samuel Ghinet [mailto:sghi...@cloudbasesolutions.com]
Sent: Tuesday, September 30, 2014 7:48 AM
To: dev@openvswitch.org
Cc: Alin Serdean; Nithin Raju; Eitan Eliahu; Ankur Sharma
Subject: [PATCH 05/14] datapath-windows: Define OVS_DPPORT_NUM
This value represents the invalid number of the ovs (datapath) part of
the vport. It is currently 0, but when vport numbers will be constraint
to less than MAXUINT16, it will become MAXUINT16.
Reason for adding this symbol: a symbol is more clear of the intent than
a magic number. Also, it allows