]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Add comment about variables naming convention.
authorIlya Maximets <i.maximets@samsung.com>
Thu, 23 Nov 2017 13:48:26 +0000 (16:48 +0300)
committerIan Stokes <ian.stokes@intel.com>
Fri, 8 Dec 2017 21:42:54 +0000 (21:42 +0000)
commitb2e72a9c9d64b975c4049a9b1a391588668f2d36
treeb7d7c0724a1f664e751d579bb1956123182c946c
parent3d0d5ab1532f147e829983fa1f3bb427ce64cf64
netdev-dpdk: Add comment about variables naming convention.

It'll be nice to document current naming convention for variables of
the following types used in netdev-dpdk:

* netdev
* netdev_dpdk
* netdev_rxq
* netdev_rxq_dpdk

to be sure that we will not return to chaos which was before
commit d46285a2206f ("netdev-dpdk: Consistent variable naming.").

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/netdev-dpdk.c