From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87C28C433E0 for ; Tue, 2 Feb 2021 11:36:40 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id E3C8660C3F for ; Tue, 2 Feb 2021 11:36:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E3C8660C3F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B80A240270; Tue, 2 Feb 2021 12:36:39 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 3699724026F for ; Tue, 2 Feb 2021 12:36:37 +0100 (CET) IronPort-SDR: jFIe0P29j+6I2UFVRLyieOqwODcUw4coCRpLAvSn+gmgvfbgMO1rTEWZpLOLSEu3pDQrzg2/Ii K0Sh9naYiang== X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="167945177" X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="167945177" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 03:36:35 -0800 IronPort-SDR: Ne7eIKXUx3wBUZkEn7CJlzfmTYSM4zhZ4NFSdMSc9GXEXQdivdQ7FuZ/pFtwNgZwy9boMCnzUR U5rdwe0RoDwQ== X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="391421942" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.226.112]) ([10.213.226.112]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 03:36:34 -0800 To: Hemant Agrawal , dev@dpdk.org References: <20210120142723.14090-1-hemant.agrawal@nxp.com> <20210120142723.14090-2-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <4e8066dd-9ff9-e830-4944-1b6556a17917@intel.com> Date: Tue, 2 Feb 2021 11:36:31 +0000 MIME-Version: 1.0 In-Reply-To: <20210120142723.14090-2-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 1/7] bus/fslmc: fix to use ci value for qbman 5.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On 1/20/2021 2:27 PM, Hemant Agrawal wrote: > From: Youri Querry > > since for qbman 5.0 generally, pi == ci, no need for extra checks. > They are causing issue. It would be nice to document the issues, in case users encounter them, they will know this patch is fixing it. Can you please send details? btw, is the understanding correct that this patch is fixing issues only seen with qbman 5.0? > This fixes few random packet hang issues in event mode. > > Fixes: 1b49352f41be ("bus/fslmc: rename portal pi index to consumer index") > Cc: stable@dpdk.org > > Signed-off-by: Youri Querry > Acked-by: Hemant Agrawal <...>