From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH v2 5/6] mbuf: rename in_port to just port Date: Mon, 08 Sep 2014 10:45:07 +0200 Message-ID: <540D6C93.3080206@6wind.com> References: <1409154628-30825-1-git-send-email-bruce.richardson@intel.com> <1409240559-14447-6-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: Bruce Richardson , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1409240559-14447-6-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 08/28/2014 05:42 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. > > Changes in V2: > * Further updates to apply to latest HEAD on master > > Signed-off-by: Bruce Richardson Acked-by: Olivier Matz