On Oct 8, 2014, at 5:21 PM, Alin Serdean <[email protected]> wrote:
> OvsGetVportNo computes a new port number. Therefore, OvsComputeVportNo > is a more clear name for what the function does. Reading OvsGetVportNo > may give the false impression that it returns the port number of an > existing vport. > > Also, since the responsibility of assigning dp port numbers no longer > falls on the hyper-v switch port handlers side, but on the netlink vport > commands side (vport add), we will need to use this compute port number > function from outside Vport.c. Therefore, this function declaration is > moved from Vport.c to Vport.h, and becomes public. > > > Signed-off-by: Samuel Ghinet <[email protected]> > Co-authored-by: Alin Gabriel Serdean <[email protected]> Acked-by: Nithin Raju <[email protected]> Tested-by: Nithin Raju <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
