Acked-by: Ankur Sharma <ankursha...@vmware.com> ________________________________________ From: Nithin Raju Sent: Friday, October 3, 2014 10:46 AM To: Samuel Ghinet Cc: dev@openvswitch.org; Alin Serdean; Eitan Eliahu; Ankur Sharma Subject: Re: [PATCH 04/14] datapath-windows: Update OVS_SWITCH_CONTEXT: external and internal port
On Sep 30, 2014, at 7:47 AM, Samuel Ghinet <sghi...@cloudbasesolutions.com> wrote: > The fields externalVport and internalVport of the OVS_SWITCH_CONTEXT > struct are currently defined as PVOID. However, all over the code they > are used as POVS_VPORT_ENTRY. In order to improve clarity and reduce the > need for useless casts to POVS_VPORT_ENTRY, this patch changes the type > from PVOID to POVS_VPORT_ENTRY. > > This patch does not cleanup the code that already uses casts to > POVS_VPORT_ENTRY. This cleanup can be done later on as well. > > Signed-off-by: Samuel Ghinet <sghi...@cloudbasesolutions.com> Acked-by: Nithin Raju <nit...@vmware.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev