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 13A6AA034C for ; Fri, 11 Mar 2022 13:19:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 08A2C40042; Fri, 11 Mar 2022 13:19:52 +0100 (CET) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by mails.dpdk.org (Postfix) with ESMTP id 9EE8A40042 for ; Fri, 11 Mar 2022 13:19:50 +0100 (CET) Received: by mail-ej1-f44.google.com with SMTP id a8so18718535ejc.8 for ; Fri, 11 Mar 2022 04:19:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=5WmgEryoxQu9VZX8f1lGxFnFdP4aBVRrGO233s+/BBo=; b=dWssGYXYu1Q3HCly+zEhJGjM5/4Sdc73YWkfO9r0HQnoCqqmUZNuhpIJuFZCljtUiX GZrPeoLZWfSu3gAg86xh8G9U+rj3HW3cpbEhYwo5pZCfCSqUJRo5nv0TewwRnxOGx0Ja ixKr5pGVzu6ULBLmtwx/t6Mg8d61nB3VzkMnEOCMKfGkGY6ekaEW0plCQeFMA8ns3DYE GtYnjTL4HV5RX99Ql+rtB/iJThElt3KdROuYXjNMM2x4JeJ7euIWJIUnbrc3DA918Y51 r0POMbDLIafjjfmBaRFQxjkx4LG54DqzMf7Foe78CHPoPxXkvy7nqxrnsG6as6Q2sJhL peJg== X-Gm-Message-State: AOAM530tOD3KK8o5j89FZXLvHg6PHYnmXYiYBTh/x+/0pGX+HuLRk+v6 MqL+GzWWB18vDyrrM9mo+6u4USbe83c= X-Google-Smtp-Source: ABdhPJzFq7yiOFatBOI0VuXBpc4WRE2wlVQng4xBIu2/bdCybUUkrBXiPCGGk6h7i5n4c2LSyUyUcA== X-Received: by 2002:a17:907:60d1:b0:6db:ab80:78f7 with SMTP id hv17-20020a17090760d100b006dbab8078f7mr1663326ejc.755.1647001190289; Fri, 11 Mar 2022 04:19:50 -0800 (PST) Received: from localhost ([2a01:4b00:f41a:3600:360b:9754:2e3a:c344]) by smtp.gmail.com with ESMTPSA id u9-20020a170906124900b006ce88a505a1sm2966777eja.179.2022.03.11.04.19.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Mar 2022 04:19:49 -0800 (PST) Message-ID: Subject: Re: [PATCH 20.11] raw/ifpga: fix interrupt handle allocation From: Luca Boccassi To: Wei Huang , stable@dpdk.org Cc: rosen.xu@intel.com, tianfei.zhang@intel.com Date: Fri, 11 Mar 2022 12:19:48 +0000 In-Reply-To: <20220311082714.1508760-1-wei.huang@intel.com> References: <20220311082714.1508760-1-wei.huang@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.38.3-1+plugin MIME-Version: 1.0 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 On Fri, 2022-03-11 at 03:27 -0500, Wei Huang wrote: > [ upstream commit 20659eb38099033b9aa4f7476a7ba7b5d3258569 ] >=20 > Allocate FPGA interrupt handle instance for each card. >=20 > Fixes: e0a1aaf ("raw/ifpga: introduce IRQ functions") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wei Huang > Acked-by: Tianfei Zhang > --- > =C2=A0drivers/raw/ifpga/ifpga_rawdev.c | 90 +++++++++++++++++++++++++++--= ----------- > =C2=A0drivers/raw/ifpga/ifpga_rawdev.h | 7 +++- > =C2=A02 files changed, 67 insertions(+), 30 deletions(-) Thanks, applied and pushed. --=20 Kind regards, Luca Boccassi