From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A0B24A04E0; Thu, 28 Nov 2019 16:31:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4439029CB; Thu, 28 Nov 2019 16:31:17 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id BBD3428EE for ; Thu, 28 Nov 2019 16:31:15 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 43CB4223CB; Thu, 28 Nov 2019 10:31:15 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 28 Nov 2019 10:31:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=gnGeIlQsCW8AMjCIPR1YG4+oIHTGLNlhLyr6PyDMhWs=; b=eC1BbDTTpfe3 GSA/NmD7I6K+aZWCoYjPqPdg76oxx9AS4Zg1P4dxdP9+0JZIF1MnJnqk60PV+uIN /jitucKuIuOAFfDwRw0rJMq03+AIq+6F9wHbVNLJn23kGcORHPPoGT99QiSluwaa DInNI+Wcel8TJICwEJRS6oBl5f3FqMI= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=gnGeIlQsCW8AMjCIPR1YG4+oIHTGLNlhLyr6PyDMh Ws=; b=c3ukg6qHX5/uhSsCB7VcnHGo3D0Hcs79C/9snl6ZEvYIZuJECLw/r56YR r7e+YuGKvZu1rkNi0dS4aIKJF/l3gnIWhChuqKyBBuUSnxN/YbUpv5th6GAlKl8g ZZcrkud/+zf7Nlbv0H+xXXXn83fAuR5B5MuvoXDFsB73jwmZ93I3lfJvQcnVd5n4 A3FSjPu5FGLqFfnxzqVghg3Xfn1yzPUdrj0rgRohSrmOUCzfcTACfCkYDyG9uIPO oUgZ7ZO9cyAd+vsIgM214h5ixLxDy+xZ5/20iZUdxuQHnI+sM/J01zlFRzEPN0tZ LOUWf8nldCX3VrOkJNsUdLIyR6eNg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeijedgjeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 298BA8005A; Thu, 28 Nov 2019 10:31:14 -0500 (EST) From: Thomas Monjalon To: Raslan Darawsheh Cc: dev@dpdk.org, Ori Kam Date: Thu, 28 Nov 2019 16:31:00 +0100 Message-ID: <9968861.yYDQ0PEGpE@xps> In-Reply-To: <1574941248-3017-1-git-send-email-rasland@mellanox.com> References: <1574941248-3017-1-git-send-email-rasland@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: add more details about mlx5 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/11/2019 12:40, Raslan Darawsheh: > fix ofed and rdma-core versions for current offloads > add new offloads minimum versions > > Signed-off-by: Raslan Darawsheh > Acked-by: Ori Kam Applied, thanks