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 D633CA0093 for ; Wed, 9 Mar 2022 15:14:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5C4040395; Wed, 9 Mar 2022 15:14:05 +0100 (CET) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mails.dpdk.org (Postfix) with ESMTP id 1BFD640395 for ; Wed, 9 Mar 2022 15:14:04 +0100 (CET) Received: by mail-wr1-f48.google.com with SMTP id u10so3247759wra.9 for ; Wed, 09 Mar 2022 06:14:04 -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=7H5OvGHtok+4tpQcG8ENVXRmGbl3gok7iCbeqthwaqU=; b=1WSKb8C/8NuIqz/hksQ0NehpDvLRA3c8QmqdyUma2nOiZqk5ZJDnutwDPEInEgv71B h81AXrVO+U5Bt4fcQgQuu+OOPgv02Lt215+N2/pi0EnrSewEg0ol0KFNISk8MjrLNgdc BvFxSaGLJN77kkt1LyeFc7s9Fc2BGoYIhpEJOuSOvGGq2YHlQGsWsCZ3pDkvF7p9lVo+ h+2DiVuWVpAmueYj+O8xInPkRtosMTEtV0wxTGK/TEx4bw/kKKN2lWJ7em7L4trge0xY FsgqreiKF5khfcgZlHLgm0NbLvZIlEOM95uPM5W2CH4smu3qeOaKiM7j25+Cqy2m5fDe 1yXw== X-Gm-Message-State: AOAM530oyLwradGH/EIGFqe2k4M7tu+JMGyemS7v/nEF4Vthyt0Km0fB /hGimS2y/y59SrqJE8SsjMM= X-Google-Smtp-Source: ABdhPJzfO8S6xoB0abY/ymxiRCuOGMTLx9pd/LORbU7KRPH5wtlhKu7Ay34m6pQrO8L09y7O3Mqvlg== X-Received: by 2002:adf:cd8a:0:b0:1f0:9cf:d8be with SMTP id q10-20020adfcd8a000000b001f009cfd8bemr16793447wrj.153.1646835243687; Wed, 09 Mar 2022 06:14:03 -0800 (PST) Received: from localhost ([137.220.125.106]) by smtp.gmail.com with ESMTPSA id h17-20020a05600c351100b00381807bd920sm2108398wmq.28.2022.03.09.06.14.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Mar 2022 06:14:02 -0800 (PST) Message-ID: Subject: Re: [PATCH 20.11] net/mlx5: workaround ASO memory region creation From: Luca Boccassi To: Michael Baum , stable@dpdk.org Cc: Matan Azrad , Viacheslav Ovsiienko , Xueming Li Date: Wed, 09 Mar 2022 14:14:01 +0000 In-Reply-To: <20220309115224.820658-1-michaelba@nvidia.com> References: <20220309115224.820658-1-michaelba@nvidia.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 Wed, 2022-03-09 at 13:52 +0200, Michael Baum wrote: > [ upstream commit cd414f81d1afdabf5cf13a1d9e859877af176ab9 ] >=20 > Due to kernel issue in direct MKEY creation using the DevX API for > physical memory, this patch replaces the ASO MR creation to use Verbs > API. >=20 > Fixes: f935ed4b645a ("net/mlx5: support flow hit action for aging") >=20 > Signed-off-by: Michael Baum > Acked-by: Matan Azrad > --- > =C2=A0drivers/common/mlx5/linux/mlx5_common_verbs.c | 1 - > =C2=A0drivers/net/mlx5/mlx5.h | 10 +- > =C2=A0drivers/net/mlx5/mlx5_flow_age.c | 97 ++++++++--------= --- > =C2=A03 files changed, 41 insertions(+), 67 deletions(-) Thanks, applied and pushed. --=20 Kind regards, Luca Boccassi