From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Zolotarov Subject: Re: [PATCH v1 5/5] ixgbe: Add LRO support Date: Wed, 04 Mar 2015 09:57:53 +0200 Message-ID: <54F6BB01.3030106@cloudius-systems.com> References: <1425412123-5227-1-git-send-email-vladz@cloudius-systems.com> <1425412123-5227-6-git-send-email-vladz@cloudius-systems.com> <20150303163429.7f81f381@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Stephen Hemminger Return-path: In-Reply-To: <20150303163429.7f81f381@urahara> 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 03/04/15 02:34, Stephen Hemminger wrote: > On Tue, 3 Mar 2015 21:48:43 +0200 > Vlad Zolotarov wrote: > >> + >> + if (!bulk_alloc) { >> + __le64 dma = >> + rte_cpu_to_le_64(RTE_MBUF_DATA_DMA_ADDR_DEFAULT(nmb)); >> + /* >> + * Update RX descriptor with the physical address of the >> + * new data buffer of the new allocated mbuf. >> + */ >> + rxe->mbuf = nmb; >> + >> + rxm->data_off = RTE_PKTMBUF_HEADROOM; > Incorrect indentation. Oops... ;)