From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6765D201 for ; Mon, 24 Sep 2018 00:40:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 020D420D87; Sun, 23 Sep 2018 18:40:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 23 Sep 2018 18:40:36 -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=PrnI+FxOtduo4udLzPFHYVo1En 6bQ35azmuoJ8LhMLs=; b=EnEkqtxpyNo/KmqtFe64UHmCUKO/yhcaPm+iZkhD43 Ys40vvTbQu4ZWnOxDytI4pKgGJ5HOGXwWQ8uaeoH7S6R8MAAbvClWv4iaUfqOzG0 yAG4ezjiNl4dyrv6S7yDdO52V8ZGzK270KaTdYqD5EvsSb5p7D3gvx6LGrPSQWBD o= 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=fm3; bh=PrnI+F xOtduo4udLzPFHYVo1En6bQ35azmuoJ8LhMLs=; b=YpuslK87yrnVCjg3eLH5Dg eZFhtsmtXK57wKVK9PyKQ3cVo8rHKM/lHpWg4YBCFFg4sx3m9Xon0r32KsyQR3oC w+AbG7jwhmDVhJ85zqMZzST4pZnVuYKTWGrLoZxGRFnr8dwQRQdBg1BS57eWe7cs BTm+iLc2OjTKWLP2ZOinPvB0wu6mMqktPwwUD0UtnZoh/+VJzzorx3/g42quPO// l1vUoNaybumPKaL8KjEpneee4k0YXaQEHX2CyO+prkbeg0sJHx9pp1MtNUtni8/Z mKvodvmSQZndYskzVXJGGKv/Lv3mQXmBiNnrsksn6qg3m7JQIhlqFb8IU7C7GNOg == X-ME-Proxy: 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 86CF7102A0; Sun, 23 Sep 2018 18:40:34 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit , Tomasz Duszynski , nsamsono@marvell.com Cc: dev@dpdk.org, mw@semihalf.com Date: Mon, 24 Sep 2018 00:40:33 +0200 Message-ID: <10679582.IxOl8a41ax@xps> In-Reply-To: References: <1536045016-32008-1-git-send-email-tdu@semihalf.com> <1536068953-9352-11-git-send-email-tdu@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 10/12] net/mvpp2: align documentation with MUSDK 18.09 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: Sun, 23 Sep 2018 22:40:36 -0000 19/09/2018 19:15, Ferruh Yigit: > On 9/4/2018 2:49 PM, Tomasz Duszynski wrote: > > From: Natalie Samsonov > > --- a/doc/guides/nics/mvpp2.rst > > +++ b/doc/guides/nics/mvpp2.rst > > - git clone https://github.com/MarvellEmbeddedProcessors/linux-marvell.git -b linux-4.4.52-armada-17.10 > > + git clone https://github.com/MarvellEmbeddedProcessors/linux-marvell.git -b linux-4.4.120-armada-18.09 > > There is a strict dependency to MUSDK 18.09, dpdk18.11 won't compile with older > versions. It is hard to trace this dependency, what do you think having a matrix > in DPDK documentation showing which DPDK version supports which MUSDK? It does not compile even with MUSDK 18.09. With MUSDK 18.09, the error is: drivers/crypto/mvsam/rte_mrvl_pmd.c:867:26: error: 'SAM_HW_RING_NUM' undeclared The explanation is in MUSDK: commit 9bf8b3ca4ddfa00619c0023dfb08ae1601054fce Author: Dmitri Epshtein Date: Mon Nov 20 10:38:31 2017 +0200 sam: remove SAM_HW_RING_NUM from APIs Use function: u32 sam_get_num_cios(u32 inst); As a consequence, next-net cannot be pulled!