From patchwork Mon Nov 22 17:53:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Singh, Aman Deep" X-Patchwork-Id: 104581 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5FE0DA0C4B; Mon, 22 Nov 2021 18:59:51 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 260744014E; Mon, 22 Nov 2021 18:59:51 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 6417C4003C for ; Mon, 22 Nov 2021 18:59:49 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10176"; a="235074320" X-IronPort-AV: E=Sophos;i="5.87,255,1631602800"; d="scan'208,217";a="235074320" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 09:59:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,255,1631602800"; d="scan'208,217";a="739335796" Received: from npg-npf-wlpr-srv02.iind.intel.com ([10.190.213.104]) by fmsmga005.fm.intel.com with ESMTP; 22 Nov 2021 09:59:47 -0800 From: Aman Singh To: dev@dpdk.org Cc: ferruh.yigit@intel.com Subject: [PATCH v2] devtools/cocci: added script for ethdev namespace Date: Mon, 22 Nov 2021 23:23:22 +0530 Message-Id: <20211122175322.88911-1-aman.deep.singh@intel.com> X-Mailer: git-send-email 2.17.1 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 The cocci script is to help add prefix 'RTE_ETH' namespace to enum & macro of ethdev library. It helps in automating these changes for applications. The script won't make changes in the code comment part. Usage: spatch