From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 43C4AB3BC for ; Tue, 12 Aug 2014 16:40:59 +0200 (CEST) Received: by mail-wi0-f181.google.com with SMTP id bs8so5894801wib.14 for ; Tue, 12 Aug 2014 07:43:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=CBH2/MMbtkM5T9s8fcfbwq9BuxDkRYsy32yWKE5Me88=; b=MbUMY28u4g3TJwY/xmTYM8GC+BqAX+2+Zsex0HkztKbwY3EpBe1K0r/pGZgsgkCvYt XgjF3xIwilMz1G4O/kcV4CzpRRLqe4sDr3yGXsIBTWy8sO7wd9fnliX3N2xuJXB9C1O/ htDGC0Pjt9tQCw4uLozGlEi+OF7yaRIKuDingdd29deEZcL+zNPgEAz4SloAgQs3m/cT X/qrOARUheT5lDDzuUCY84eXfpmWrb7uzy10W4IcN8yAJmsJ1QEEp/vlev3akpA/+5WG jW4K04o1U++M6lK+83JV8kje9o6HSVYS0qk1oUxZ+6nIzZWNuwHcRfmW1YZMIIQVxfY8 37OQ== X-Gm-Message-State: ALoCoQl+uM1OKyuwJP01xR9NzrVuJDD4vvirN0rJQe9TjYVGlpnD2nW7I7n9X0moa4ZtWUBEPAF9 X-Received: by 10.180.107.170 with SMTP id hd10mr28962735wib.77.1407854634969; Tue, 12 Aug 2014 07:43:54 -0700 (PDT) Received: from [10.16.0.195] (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id wi9sm9727101wjc.23.2014.08.12.07.43.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Aug 2014 07:43:53 -0700 (PDT) Message-ID: <53EA2828.7080005@6wind.com> Date: Tue, 12 Aug 2014 16:43:52 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Bruce Richardson , dev@dpdk.org References: <1407789890-17355-1-git-send-email-bruce.richardson@intel.com> In-Reply-To: <1407789890-17355-1-git-send-email-bruce.richardson@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [RFC PATCH 00/14] Extend the mbuf structure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 14:40:59 -0000 Hi Bruce, On 08/11/2014 10:44 PM, Bruce Richardson wrote: > This patch set expands and enhances the mbuf data structure. This set includes patches previously > submitted by Olivier to rework the mbuf, but takes the rework further than proposed there. > > NOTE: This is still a work in progress! Feedback at this stage is still welcome though. From the original series, I think the following ones could be added in a second patchset, do you agree? dpdk igb/ixgbe: fix IP checksum calculation dpdk mbuf: add functions to get the name of an ol_flag dpdk testpmd: modify source address to validate checksum dpdk mbuf: generic support of TCP segmentation offload dpdk ixgbe: support TCP segmentation offload virtio-net-pmd pmd: adapt to new rte_mbuf structure vmxnet3-usermap pmd: remove support of old dpdk versions vmxnet3-usermap pmd: adapt to new rte_mbuf structure memnic pmd: adapt to new rte_mbuf structure Regards, Olivier