[dpdk-dev] [RFC PATCH 05/14] mbuf: rename in_port to just port

2014-08-12 Thread Olivier MATZ
On 08/11/2014 10:44 PM, Bruce Richardson wrote: > 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 Richa

[dpdk-dev] [RFC PATCH 05/14] mbuf: rename in_port to just port

2014-08-11 Thread Bruce Richardson
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 --- examples/dpdk_qat/main.c