From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: rte_mbuf - contiguous ? Date: Thu, 24 Oct 2013 10:03:20 +0200 Message-ID: <201310241003.20425.thomas.monjalon@6wind.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Jose Gavine Cueto Return-path: In-Reply-To: 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" Hello, 24/10/2013 09:49, Jose Gavine Cueto : > Is the rte_mbuf/packet data always map to a contiguous area in memory, and > so if I can do a linear copy of it ? No, in scatter/gather case, mbuf can be splitted in non contiguous areas. -- Thomas