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 8945CA0A0C for ; Thu, 8 Apr 2021 15:22:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73A6B140FE0; Thu, 8 Apr 2021 15:22:43 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 5F4D640138; Thu, 8 Apr 2021 15:22:40 +0200 (CEST) IronPort-SDR: Yrd6jNz4sWAxPMEiMvsNO3nn2V2kX/wJPasfKBHpLK+EPmSqQvXXtWMjdjbF2UGWVAuivyX6zS vOV70VhCbJIQ== X-IronPort-AV: E=McAfee;i="6000,8403,9948"; a="193079160" X-IronPort-AV: E=Sophos;i="5.82,206,1613462400"; d="scan'208";a="193079160" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 06:22:39 -0700 IronPort-SDR: XmfFbHdOUHQMeLl6CP7HqFgzAu55WuR0mh62bjZuWkVY4q7IgmKfZx5J+tSsNFDXst6NZFY73Z JAAlzKOzDGNw== X-IronPort-AV: E=Sophos;i="5.82,206,1613462400"; d="scan'208";a="380249320" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.203.5]) ([10.213.203.5]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 06:22:37 -0700 To: Alexander Kozyrev , dev@dpdk.org Cc: stable@dpdk.org, rasland@nvidia.com, viacheslavo@nvidia.com References: <20210331160028.21811-1-akozyrev@nvidia.com> <20210408123258.10452-1-akozyrev@nvidia.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Thu, 8 Apr 2021 14:22:34 +0100 MIME-Version: 1.0 In-Reply-To: <20210408123258.10452-1-akozyrev@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] doc: refer to the supported Field IDs for modify field API X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 4/8/2021 1:32 PM, Alexander Kozyrev wrote: > Fix the documentation about the MODIFY_FIELD RTE Flow action. > 1. Include the rte_flow_field_id enumeration reference to point > to the full list of all supported Field IDs available. > 2. Correct the formatting of the MODIFY_FIELD action and the > destination/source field definition tables. > > Fixes: 73b68f4c54 ("ethdev: introduce generic modify flow action") > Cc: stable@dpdk.org > > Signed-off-by: Alexander Kozyrev > Acked-by: Viacheslav Ovsiienko Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.