From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v2 07/12] mbuf: new flag for LRO Date: Tue, 11 Oct 2016 15:48:53 +0200 Message-ID: <87da42bb-fa07-7466-8c35-19aa5d8e05a0@redhat.com> References: <1469088510-7552-1-git-send-email-olivier.matz@6wind.com> <1475485223-30566-1-git-send-email-olivier.matz@6wind.com> <1475485223-30566-8-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: konstantin.ananyev@intel.com, sugesh.chandran@intel.com, bruce.richardson@intel.com, jianfeng.tan@intel.com, helin.zhang@intel.com, adrien.mazarguil@6wind.com, stephen@networkplumber.org, dprovan@bivio.net, xiao.w.wang@intel.com To: Olivier Matz , dev@dpdk.org, yuanhan.liu@linux.intel.com Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id B33EC29D2 for ; Tue, 11 Oct 2016 15:49:00 +0200 (CEST) In-Reply-To: <1475485223-30566-8-git-send-email-olivier.matz@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/03/2016 11:00 AM, Olivier Matz wrote: > When receiving coalesced packets in virtio, the original size of the > segments is provided. This is a useful information because it allows to > resegment with the same size. > > Add a RX new flag in mbuf, that can be set when packets are coalesced by > a hardware or virtual driver when the m->tso_segsz field is valid and is > set to the segment size of original packets. > > This flag is used in next commits in the virtio pmd. > > Signed-off-by: Olivier Matz > --- > doc/guides/rel_notes/release_16_11.rst | 5 +++++ > lib/librte_mbuf/rte_mbuf.c | 2 ++ > lib/librte_mbuf/rte_mbuf.h | 7 +++++++ > 3 files changed, 14 insertions(+) Reviewed-by: Maxime Coquelin Thanks, Maxime