From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 23336A034E; Fri, 21 Jan 2022 11:24:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F01442741; Fri, 21 Jan 2022 11:24:22 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 9CCDE40042 for ; Fri, 21 Jan 2022 11:24:20 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20L05sNY029339; Fri, 21 Jan 2022 02:24:19 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=pfpt0220; bh=6xtQk5APSlTMOaNb0X/PTSave/2v+j9kveDhj6Fcxpc=; b=JIIm+ItR3h3+/m3FjnAqDNlx6uxB7j8Xb+fkvpWIJPf68s2RtsDt8NrzmkTKNZIzokAm F00o0XeUODOh/Ffyrk0bQdbR1IxHifp5BCKzTvJW6RPyYDAog2U4T/J0dYDemVC5QntO XoNpsJh+893M8UPDsItOESEvlyUORMcSVPgBhUcESpX/mpBkHxMnFjmlP9XE4nIfeI2i kQknvgMI9IcPk/lIm5JAm5UGqCi++xHjLt9XXGKKmHrGPUY1EWn+XMlyYoSXOLQCwZwQ qbTYzGo578N9MoLgEs9ipyU6D8ISpaiAIPZpMCVcImwUO7960iPp6eXBPs6mI+3/MCHZ wg== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3dqj05hk4t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 21 Jan 2022 02:24:19 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Fri, 21 Jan 2022 02:24:17 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 21 Jan 2022 02:24:17 -0800 Received: from [10.193.65.82] (unknown [10.193.65.82]) by maili.marvell.com (Postfix) with ESMTP id BF2BA3F70A0; Fri, 21 Jan 2022 02:24:15 -0800 (PST) Message-ID: Date: Fri, 21 Jan 2022 15:54:14 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH 1/8] common/cnxk: fix shift offset for tl3 length disable Content-Language: en-US To: Ferruh Yigit , Jerin Jacob CC: Jerin Jacob , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , dpdk-dev References: <20211209091342.27017-1-ndabilpuram@marvell.com> <84f6eaee-3dea-7d68-f3d5-463cffa9e845@intel.com> From: Nithin Kumar Dabilpuram In-Reply-To: <84f6eaee-3dea-7d68-f3d5-463cffa9e845@intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Proofpoint-GUID: xnn9toWrieEC5RqzLksgZfofD2UadOBD X-Proofpoint-ORIG-GUID: xnn9toWrieEC5RqzLksgZfofD2UadOBD X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-01-21_06,2022-01-21_01,2021-12-02_01 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 On 1/21/22 3:38 PM, Ferruh Yigit wrote: > On 1/19/2022 4:15 PM, Jerin Jacob wrote: >> On Thu, Dec 9, 2021 at 2:43 PM Nithin Dabilpuram >> wrote: >>> >>> Fix shift offset for length disable flag in NIXX_AF_TL3X_SHAPE >>> register to be 24 instead of zero similar to other level SHAPE >>> registers. Also mask unused bits in adjust value. >>> >>> Fixes: 0885429c3028 ("common/cnxk: add NIX TM hierarchy enable/disable") >>> >>> Signed-off-by: Nithin Dabilpuram >>> Signed-off-by: Satha Rao >> >> >> 1) FIxed following warning >> Is it candidate for Cc: stable@dpdk.org backport? >>          common/cnxk: fix shift offset for tl3 length disable >> >> 2) Change tl3 to TL3. >> >> Applied to dpdk-next-net-mrvl/for-next-net. Thanks >> >> > > I commented on a few changes mainly related to the patch splitting, > can it be possible to have a new version of the set? Ack, will send next version with comments addressed. Thanks Nithin > > Thanks, > ferruh