Acked-by: Ankur Sharma <[email protected]> ________________________________________ From: Nithin Raju Sent: Friday, October 3, 2014 10:46 AM To: Samuel Ghinet Cc: [email protected]; 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 <[email protected]> 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 <[email protected]> Acked-by: Nithin Raju <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
