From patchwork Mon Nov 6 17:05:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sevincer, Abdullah" X-Patchwork-Id: 366 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 DD908432BB; Mon, 6 Nov 2023 18:05:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6416B40A80; Mon, 6 Nov 2023 18:05:31 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 543644025D for ; Mon, 6 Nov 2023 18:05:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699290329; x=1730826329; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=L+ATN3SHu+dO4pLt1r1VFh706uiV4iGX6YtRQLs8Bio=; b=LvR7QNk38wGacvLQS4cghutHaeSMeUFgkjto7g5eXypJ+E4lO6lQTcRC qys+mDl+zL+VxU9aF2XFeLGQ32dMvX5RjOfDELQ76g8r/OuRZ0wiwVoZN 5kMF9J6gVgCWjiOw9Cchm2Y/EQXTgniLxcBwIMkEG/0yIWf0GkVkI1Xgs Q7fq/GlIVH9574RoGBs1ilqeuPeHJ11kvFCu128wXNTPOft/RMHjM7Cml Bk13yPFagpWyQ2Z1j9FTUXpOclyXDUyiUnqUhlZBFXw5kGFXXAxrfbxM1 aPjy9fStixWq5xEamai36WyZ3kd52ngnUrU5U7Pn3c9IuMqvSrT4U4XPn w==; X-IronPort-AV: E=McAfee;i="6600,9927,10886"; a="475553779" X-IronPort-AV: E=Sophos;i="6.03,282,1694761200"; d="scan'208";a="475553779" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2023 09:05:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,282,1694761200"; d="scan'208";a="10511961" Received: from txanpdk02.an.intel.com ([10.123.117.76]) by fmviesa001.fm.intel.com with ESMTP; 06 Nov 2023 09:05:23 -0800 From: Abdullah Sevincer To: dev@dpdk.org Cc: jerinj@marvell.com, mike.ximing.chen@intel.com, bruce.richardson@intel.com, thomas@monjalon.net, Abdullah Sevincer Subject: [PATCH v7 0/2] *** Disable PASID for DLB Device *** Date: Mon, 6 Nov 2023 11:05:19 -0600 Message-Id: <20231106170521.3064038-1-abdullah.sevincer@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 This series implement an internal API to disable PASID and calls the api to disable PASID in event/dlb2 device. Abdullah Sevincer (2): bus/pci: support PASID control event/dlb2: fix disable PASID drivers/bus/pci/pci_common.c | 7 +++++++ drivers/bus/pci/rte_bus_pci.h | 13 +++++++++++++ drivers/bus/pci/version.map | 1 + drivers/event/dlb2/pf/dlb2_main.c | 11 +++++++++++ lib/pci/rte_pci.h | 4 ++++ 5 files changed, 36 insertions(+)