]> git.proxmox.com Git - ovs.git/commit - lib/netdev-dpdk.c
netdev-dpdk: consistent naming for mbuf variables
authorMark Kavanagh <mark.b.kavanagh@intel.com>
Thu, 29 Sep 2016 10:27:02 +0000 (11:27 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Thu, 29 Sep 2016 18:41:07 +0000 (11:41 -0700)
commit2391135ca774d5c26b74ac20b3540cc024f05134
treeee0a81ce9ca33fd1353f7abd8bf4eb41a1d36b32
parentc2adb102e2a80e0f45df58201612dd20ba9e2e5c
netdev-dpdk: consistent naming for mbuf variables

Pointers to struct rte_mbuf are typically denoted within functions as
'pkt'; similarly, arrays of, and pointer-to-pointer to, struct rte_mbuf
are denoted by 'pkts'.

Update discrepancies to the above convention for consistency.

Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
lib/netdev-dpdk.c