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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 1B50FC433ED for ; Wed, 14 Apr 2021 12:40:48 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 7E1AD613B1 for ; Wed, 14 Apr 2021 12:40:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7E1AD613B1 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 7EF9A161A62; Wed, 14 Apr 2021 14:40:46 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 09EB44013F; Wed, 14 Apr 2021 14:40:44 +0200 (CEST) IronPort-SDR: Vds9ZqpjvPuY7H1ccEQZEEis+xB/QQf3RYJLlQD6duEXyRrYu24qBi2P7PUh9W6oIbHpzd+kP4 q54IavK2TWRQ== X-IronPort-AV: E=McAfee;i="6200,9189,9953"; a="279940898" X-IronPort-AV: E=Sophos;i="5.82,222,1613462400"; d="scan'208";a="279940898" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2021 05:40:41 -0700 IronPort-SDR: cfj6rvOouQFRsoCwsNF9YIbb4MxA6DONZ8MD557ZXQ6URQPDaSO8+0OOsvEhU2dh2r0NN4sY8a /OgwWd8HASnQ== X-IronPort-AV: E=Sophos;i="5.82,222,1613462400"; d="scan'208";a="461198696" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.205.34]) ([10.213.205.34]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2021 05:40:39 -0700 To: Raslan Darawsheh , dev@dpdk.org Cc: viacheslavo@nvidia.com, shirik@nvidia.com, ying.a.wang@intel.com, stable@dpdk.org References: <20210323121134.19113-1-rasland@nvidia.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <0767564a-0c36-8ba1-3037-f1aabe512810@intel.com> Date: Wed, 14 Apr 2021 13:40:35 +0100 MIME-Version: 1.0 In-Reply-To: <20210323121134.19113-1-rasland@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] ethdev: update qfi definition 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 3/23/2021 12:11 PM, Raslan Darawsheh wrote: > qfi field is 8 bits which represent single bit for > PPP (paging Policy Presence) single bit for RQI > (Reflective QoS Indicator) and 6 bits for qfi > (QoS Flow Identifier) > > This update the doxygen format and the mask for qfi > to properly identify the full 8 bits of the field. > > note: changing the default mask would cause different > patterns generated by testpmd. > > Fixes: 346553db5bd1 ("ethdev: add GTP extension header to flow API") > Cc: ying.a.wang@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Raslan Darawsheh Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks. Sorry for going through multiple versions, hopefully proper solution can be merged after deprecation notice on v21.11.