From patchwork Fri Nov 3 18:29:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sevincer, Abdullah" X-Patchwork-Id: 360 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 C93004327C; Fri, 3 Nov 2023 19:29:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 560C1402D1; Fri, 3 Nov 2023 19:29:39 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id BE14D4029E for ; Fri, 3 Nov 2023 19:29:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699036178; x=1730572178; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HberRs5bdfNGlGE4IQriVmNF/k+EAj3zwceu/wd7jno=; b=mRXxR60WeG76HgiWyssP3jevqZgwTp2hFpt/eZB5JebznfOaAbE91N+d U6k9/TreSEpOy7ktb0FWM2Pk2PTrSPku5dX+WVI5DypwBusxRLC+/wiXr EytYONltBy9V0jMsJ0978QNZbmnIKz/pf6MvjYyjptoV/x18MSFJESz+h Ll0Z/65xN899j92G/3i7XOcFn70TIotpHQYzTwfQ/7NRVdI9msFUUK6x0 HwLPRbWQx5dt7c4sK4deVw4cYRPKHCOWxaVphFTGMom/N6LHBJuvXTA4k k0eaig1Alvw3ERnxpZb2QeadUuxw/Vhw6y+xS0UMHMEn+m9yyRTwb4Q8J Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10883"; a="391867077" X-IronPort-AV: E=Sophos;i="6.03,273,1694761200"; d="scan'208";a="391867077" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2023 11:29:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,273,1694761200"; d="scan'208";a="9465871" Received: from txanpdk02.an.intel.com ([10.123.117.76]) by orviesa001.jf.intel.com with ESMTP; 03 Nov 2023 11:29:36 -0700 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 v6 0/2] *** Disable PASID for DLB Device *** Date: Fri, 3 Nov 2023 13:29:31 -0500 Message-Id: <20231103182933.2831662-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 *** BLURB HERE *** Abdullah Sevincer (2): bus/pci: add function to enable/disable PASID 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(+)