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 0E534A058E; Thu, 26 Mar 2020 03:48:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DD4871C036; Thu, 26 Mar 2020 03:47:38 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CC8651C02E for ; Thu, 26 Mar 2020 03:47:37 +0100 (CET) IronPort-SDR: sW87Yf6N9wzP/pCaN3hPBDCVMIL/sZ7j+rd6CKSG8ajyraYfDsBSbEh6lnmqAWXtcsF9c5VZpY MKh4xjXb9/hA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2020 19:47:36 -0700 IronPort-SDR: idJmP3jc7U+bZUEF6J3lPU/d4sfZjLspy1YC7aUoURtKAJEbj+K4/qZ4OdvTgEKShmT8vH6uiw dYZTHi5zCUOA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,306,1580803200"; d="scan'208";a="250626600" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 25 Mar 2020 19:47:36 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 25 Mar 2020 19:47:36 -0700 Received: from FMSMSX109.amr.corp.intel.com ([169.254.15.183]) by FMSMSX113.amr.corp.intel.com ([169.254.13.150]) with mapi id 14.03.0439.000; Wed, 25 Mar 2020 19:47:36 -0700 From: "Chautru, Nicolas" To: Akhil Goyal , "thomas@monjalon.net" , "dev@dpdk.org" CC: "Yigit, Ferruh" Thread-Topic: [PATCH v3 01/14] bbdev: add capability flag for filler bits inclusion in HARQ Thread-Index: AQHV8lZ0NUAMe/UHdE+7CtKFw7gURKhZpwOAgACly2A= Date: Thu, 26 Mar 2020 02:47:35 +0000 Message-ID: <1183128033837D43A851F70F33ED5C576EFD2666@FMSMSX109.amr.corp.intel.com> References: <1582778348-113547-15-git-send-email-nicolas.chautru@intel.com> <1583348102-13253-1-git-send-email-nicolas.chautru@intel.com> <1583348102-13253-2-git-send-email-nicolas.chautru@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.1.200.106] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 01/14] bbdev: add capability flag for filler bits inclusion in HARQ 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" From: Akhil Goyal =20 >> + /** Set if a device includes LLR filler bits in the circular buffer >> + * for HARQ memory. If not set, it is assumed the filler are not in >Filler bits are not > >> + * HARQ memory and handled directory by the LDPC decoder. >Handled directly by the LDPC decoder > Thanks Akhil, resolved in new patchset.