From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 51B65A0093 for ; Fri, 11 Mar 2022 08:18:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6FF540140; Fri, 11 Mar 2022 08:18:26 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 69EE640042 for ; Fri, 11 Mar 2022 08:18:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646983105; x=1678519105; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=kRP7yBhNUtdXSRyb52iQnU5qYBSU8WeeiPmuogIgxZI=; b=LeR46ZiA8V3COPSyAXbuenPvq+NYFo2G7LqeRc0esMWPjsH7Wqo7Hhfj mT6BTpljP/Lgow4cxUSPdIrVDmbEk+hpD7x7fjcrg+HIRpEk7P9vak16F +kNlR9BlFyER8woSha01EhuMdFT1c/uOWZTCTngvwZOuhlMoMwrUQmecW YiJ+myO1EobEMafAjf4c+TpZa9r2azTDIwJt3uEPhFcbOYrRg5GTjLX4B Ty85t5PClSolNfFrDyoRGM50zQpQVFPZcXjZZADc4hJdj65OgcW1+Y5rQ BjW7iwp4oL0sVXRmm9+xqrlmxmCimwYyELy+3DGRX1TDeugXfHKTH7FH3 A==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="318741577" X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="318741577" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 23:18:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="633325960" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.238.175.107]) by FMSMGA003.fm.intel.com with ESMTP; 10 Mar 2022 23:18:21 -0800 From: Wei Huang To: stable@dpdk.org, christian.ehrhardt@canonical.com Cc: rosen.xu@intel.com, tianfei.zhang@intel.com, Wei Huang Subject: [PATCH 19.11 0/2] backport ifpga patches to stable release 19.11.12 Date: Fri, 11 Mar 2022 02:15:03 -0500 Message-Id: <20220311071505.1507945-1-wei.huang@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org The patches to be backported are 20659eb380 raw/ifpga: fix interrupt handle allocation 2479a1e9a8 raw/ifpga: fix monitor thread Wei Huang (2): raw/ifpga: fix interrupt handle allocation raw/ifpga: fix monitor thread drivers/raw/ifpga/ifpga_rawdev.c | 168 ++++++++++++++++++++++++--------------- drivers/raw/ifpga/ifpga_rawdev.h | 9 ++- 2 files changed, 113 insertions(+), 64 deletions(-) -- 1.8.3.1