]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Reword mp_size as n_mbufs.
authorantonio.fischetti@intel.com <antonio.fischetti@intel.com>
Thu, 19 Oct 2017 16:54:07 +0000 (17:54 +0100)
committerIan Stokes <ian.stokes@intel.com>
Thu, 26 Oct 2017 19:23:41 +0000 (20:23 +0100)
commitad9b5b9bc78eebb5b60cbe740fdf8e8645650cfb
treec0bb9f831caffc8d9aba54230bf1dc677781d411
parent65056fd796947adb91a6b614e7791ba789206cf3
netdev-dpdk: Reword mp_size as n_mbufs.

For code readability purposes mp_size is renamed as n_mbufs
in dpdk_mp structure.
This parameter is passed to rte mempool creation functions
and is meant to contain the number of elements inside
the requested mempool.

CC: Ciara Loftus <ciara.loftus@intel.com>
CC: Aaron Conole <aconole@redhat.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Mark Kavanagh <mark.b.kavanagh@intel.com>
Signed-off-by: Antonio Fischetti <antonio.fischetti@intel.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/netdev-dpdk.c