Message ID | 20231106170521.3064038-1-abdullah.sevincer@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> 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 <dev@dpdk.org>; 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 <abdullah.sevincer@intel.com> To: dev@dpdk.org Cc: jerinj@marvell.com, mike.ximing.chen@intel.com, bruce.richardson@intel.com, thomas@monjalon.net, Abdullah Sevincer <abdullah.sevincer@intel.com> 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 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Series |
*** Disable PASID for DLB Device ***
|
|
Message
Abdullah Sevincer
Nov. 6, 2023, 5:05 p.m. UTC
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(+)
Comments
06/11/2023 18:05, Abdullah Sevincer: > 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 Moved things in the right place/order and added PASID definition in Doxygen. Applied, thanks. PS: please keep all versions in the same mail thread.