On 17.03.2016 02:39, Daniele Di Proietto wrote: > In different functions we use different variable names ('netdev_', 'netdev', > 'dev', 'vhost_dev', ...) for the same objects. > > This commit changes the code to comply with the following convention: > > 'struct netdev':'netdev' > 'struct netdev_dpdk':'dev' > 'struct virtio_net':'virtio_dev' > 'struct netdev_rxq':'rxq' > 'struct netdev_rxq_dpdk':'rx' > > Also, 'dev->up.' is replaced by 'netdev->', where 'netdev' was already > defined. > > Suggested-by: Ilya Maximets <i.maxim...@samsung.com> > Signed-off-by: Daniele Di Proietto <diproiet...@vmware.com>
Thanks for this. Best regards, Ilya Maximets. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev