From patchwork Tue Nov 23 08:47:19 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: 104595 X-Patchwork-Delegate: thomas@monjalon.net 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 6DBB0A0C4B; Tue, 23 Nov 2021 09:56:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3ACA240040; Tue, 23 Nov 2021 09:56:13 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 60C8A4003C for ; Tue, 23 Nov 2021 09:56:11 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10176"; a="234932144" X-IronPort-AV: E=Sophos;i="5.87,257,1631602800"; d="scan'208,217";a="234932144" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Nov 2021 00:56:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,257,1631602800"; d="scan'208,217";a="552898061" Received: from unknown (HELO localhost.localdomain) ([10.190.212.175]) by fmsmga008.fm.intel.com with ESMTP; 23 Nov 2021 00:56:09 -0800 From: Aman Singh To: dev@dpdk.org Cc: ferruh.yigit@intel.com Subject: [PATCH] devtools/cocci: add script for ethdev namespace Date: Tue, 23 Nov 2021 14:17:19 +0530 Message-Id: <20211123084719.1313-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