From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 11F5F1B3DF for ; Tue, 7 Nov 2017 12:47:53 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 18AFB20D11; Tue, 7 Nov 2017 06:47:53 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 07 Nov 2017 06:47:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=EVOSLU3rQfi/Er3s12nmGYKvQY 2adDOQfmYUFAWWIXI=; b=cOltDca1BOEZkVMZo/UqbYlycdmzxDEhAfsX03j2Aa opmO3ZyrXadjNRVDv+o/L5BxwLi7i4M2RDWJJWIYLJu4kFwd1/DtSQTTIPjyQkGJ Id9E82qsoFasCBwNXdm3qfvqsqDB2WhcOdZJi2isl8GViQMbIsIh46mqNQXmUjO+ g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=EVOSLU 3rQfi/Er3s12nmGYKvQY2adDOQfmYUFAWWIXI=; b=ezJRp91c6aYXVy3MqqKPEu PQl6ZZ06AKsFY+3h7CcpJ+AxNoFiQJ9ffyNRtOhaAboIPfL9ExE33w8g67cqLAoC 79+RYmf75kaHQm5S9w5/rVZFnPse+t5Xo0RHjCa5zHVNbeqaexyM0EY76sFBHTxA Pw5iuM5yjBpNyfqA93VRv6P8ad4SqFDzUo7dX/gtiSnWGVLZ0Vqm9RuO2AuSPSou Z/spZlK3thFkAP9WUZNnz/c5IytffRPSkilR3Vl/pojB98oDtbUuGb8qOCKCQ/UR QbrEr8J1FV55WLHF6/AtvDlQ7q+TyhWIU0LXI9qcznTBGkv5PNaSOV1XX67antJQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CA2902494B; Tue, 7 Nov 2017 06:47:52 -0500 (EST) From: Thomas Monjalon To: Moti Haimovsky Cc: dev@dpdk.org, Adrien Mazarguil Date: Tue, 07 Nov 2017 12:47:51 +0100 Message-ID: <4197338.ZDtisroOQs@xps> In-Reply-To: <20171107084327.GC24849@6wind.com> References: <1509902816-26299-1-git-send-email-motih@mellanox.com> <20171107084327.GC24849@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] net/mlx4: enhance Rx packet type offloads X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 11:47:54 -0000 07/11/2017 09:43, Adrien Mazarguil: > On Sun, Nov 05, 2017 at 07:26:56PM +0200, Moti Haimovsky wrote: > > This patch enhances the Rx packet type offload to also report the L4 > > protocol information in the hw ptype filled by the PMD for each received > > packet. > > > > Signed-off-by: Moti Haimovsky > > Patch looks fine therefore: > > Acked-by: Adrien Mazarguil Applied, thanks