> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, August 28, 2014 4:43 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 5/6] 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. > > Changes in V2: > * Further updates to apply to latest HEAD on master > > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by Pablo de Lara <pablo.de.lara.guarch at intel.com>