From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/6] rte_mbuf: copy offload flags when doing attach/clone of mbuf Date: Mon, 24 Mar 2014 19:21:38 +0100 Message-ID: <34052311.KOL2W6rqxV@xps13> References: <20140307181335.024904493@vyatta.com> <20140307181421.045171437@vyatta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org, Stephen Hemminger To: Stephen Hemminger Return-path: In-Reply-To: <20140307181421.045171437-ZtmgI6mnKB3QT0dZR+AlfA@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" 07/03/2014 10:13, Stephen Hemminger: > rte_pktmbuf_attach copies the packet meta data but does not > copy the offload flags. This means that cloned packets lose > their offload settings such as vlan tag. > > Signed-off-by: Stephen Hemminger Acked and applied for version 1.6.0r2. Thank you -- Thomas