mbuf: rename in_port to just port
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 28 Aug 2014 15:42:38 +0000 (16:42 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 17 Sep 2014 09:27:51 +0000 (11:27 +0200)
commitca04aaea8011f983178d295cd9e73a43fc2eaf7c
tree45ea026d9759a82efbca6d2b8353bd8c3eafa5c1
parentea672a8b1655bbb44876d2550ff56f384968a43b
mbuf: rename in_port to just port

In some cases we may want to tag a packet for a particular destination
or output port, so rename the "in_port" field in the mbuf to just "port"
so that it can be re-used for this purpose if an application needs it.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
13 files changed:
examples/dpdk_qat/main.c
examples/ipv4_multicast/main.c
examples/load_balancer/runtime.c
examples/multi_process/client_server_mp/mp_client/client.c
lib/librte_mbuf/rte_mbuf.c
lib/librte_mbuf/rte_mbuf.h
lib/librte_pmd_e1000/em_rxtx.c
lib/librte_pmd_e1000/igb_rxtx.c
lib/librte_pmd_i40e/i40e_rxtx.c
lib/librte_pmd_ixgbe/ixgbe_rxtx.c
lib/librte_pmd_virtio/virtio_rxtx.c
lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c
lib/librte_pmd_xenvirt/rte_eth_xenvirt.c