From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: TSO with chained imbues Date: Mon, 29 Dec 2014 09:49:28 +0100 Message-ID: <54A11598.5010709@6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Gal Sagie , "" 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" Hi Gal, On 12/25/2014 04:55 PM, Gal Sagie wrote: > Does the TSO offload option works for chained mbufs? > What i mean is, if i have a chain representing a big TCP buffer, and i only > set the first mbuf with > TSO flags and tso_segsz (mss) and L4 size, will that work ? (or only > applied on the first mbuf) This should work indeed. In a mbuf chain, only the first mbuf carries the flags for the whole chain. Regards, Olivier