From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 272CC8D89 for ; Tue, 8 May 2018 14:34:32 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A95E121498; Tue, 8 May 2018 08:34:31 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 08 May 2018 08:34:31 -0400 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=/bjVQVMt+nXvCEFuml0V6Yyum0 p19qJXoh/+zAcPZjs=; b=maecSt2lGpXewmBv5vQElVjhyc0BYFoaFWpZdtJH/s E2TiClvgBX7U5gXMfCR4nBYpj1q4EzFrHzop+Tj3zxcxjIMhGqZ9W8VEOXe1aWpx 3Dq4jUhKzvyUQMFwiVctKPDr2bEczjVikpqVR+1U6HMAQIaCvMbbMDTiERMQJIyI s= 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=fm2; bh=/bjVQV Mt+nXvCEFuml0V6Yyum0p19qJXoh/+zAcPZjs=; b=ku1sdw2gfL3g7jyclNkYbT VAP7hIFtLm/KWLI4+JLvrU/4R2cryIw8Q8fyUh23HgRiZEzGJtIiZbG362Qz6ik8 1LZULNjdTKmEqE3vHb6gmnR/UpGJjRxMNnzrD98wL4RZqS56OuNyTCx4FjgoESn6 c5ua8cweGfbdPzHNiVZA2xIQPUIIAwSraD5/IZnemrNXq/cHaIpja8foKK2ClsAu 7+cI/Kastif6GDwRy0qd4G43aOkqcamZ7pikPuo11jOQypyIADEntc2TnIxwWjVa Gmf2orB9PMrt9xbE98pwByG43PI77cWKZTdVNVg1XoVUkyon9JdgAO0v/go/JYZg == 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 CA023E50BA; Tue, 8 May 2018 08:34:30 -0400 (EDT) From: Thomas Monjalon To: Ophir Munk Cc: dev@dpdk.org, Adrien Mazarguil , Olga Shern , Shahaf Shuler Date: Tue, 08 May 2018 14:34:29 +0200 Message-ID: <1663463.84SeaxCa5g@xps> In-Reply-To: <1525782629-897-1-git-send-email-ophirmu@mellanox.com> References: <1525782629-897-1-git-send-email-ophirmu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: add mlx4 CRC stripping toggling limitation 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, 08 May 2018 12:34:32 -0000 08/05/2018 14:30, Ophir Munk: > +Limitations > +----------- > + > +- CRC stripping is supported by default and this capability is always reported > + as "true". The ability to enable/disable CRC stripping requires OFED version > + 4.3-1.5.0.0 or rdma-core version v18. I think it is better to merge this patch with the one fixing the capability. So we will be able to refer to one atomic commit in the history.