From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 57533235 for ; Tue, 24 Jul 2018 10:15:46 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id b15-v6so3158990wrv.10 for ; Tue, 24 Jul 2018 01:15:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=wR5Gn2tym1Ae9naEj5po8NZWezFa3P+lPecSc4BuKIA=; b=Zvz6Fyz8Tg+84JVXo+RFKye9VAv4YgW8bcXtBRkeeajouvvtdPMyN6RfhToPZ583Vo 0TzrtUOY4IpXm/lcUhVenG6u51C1kC4xZAU0ZgDdi06Do8zyBNGjLGhtGaK2ol+cnGoM J0UQuAYr3CCZvEUveW5jv7j58tHncGabwd8FV+iHpcAT+AuOpifc1VKX9Ibql67Ukbza ec61EFyLj1LVfeQsliz03sYmWtvnm7/Mb3kuD17ZiS3tyCzbP5Q/V9D/lEz4HQBnbpJp GTrldmJvjWfdoiKDGMkhaZLSZoMs776wo0TVCEBI2BB7JzGyLA/0+z98vlRTx8ELEacp ueFQ== X-Gm-Message-State: AOUpUlG9PRlWYRUSLP6L1FtaNrZBvb1k0avrc+b9dzIjSQmVU4YMquf/ /d/Wv3swcYRUIiMlo66AUqk= X-Google-Smtp-Source: AAOMgpfKkG+PYLfuQKcxUCl9kWg9k9PiqpXIA5u5h6p0i7XnOJzcUf6Fcn8z11jrctmTlRcV+6aJnA== X-Received: by 2002:adf:f9c9:: with SMTP id w9-v6mr10755021wrr.105.1532420146054; Tue, 24 Jul 2018 01:15:46 -0700 (PDT) Received: from localhost ([2a00:23c5:be94:4600:7b12:f8a0:fd52:f87d]) by smtp.gmail.com with ESMTPSA id j8-v6sm11773667wru.41.2018.07.24.01.15.44 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 24 Jul 2018 01:15:45 -0700 (PDT) Message-ID: <1532420144.20916.4.camel@debian.org> From: Luca Boccassi To: Shahaf Shuler , "stable@dpdk.org" , "christian.ehrhardt@canonical.com" , Yongseok Koh Cc: Ori Kam Date: Tue, 24 Jul 2018 09:15:44 +0100 In-Reply-To: References: <1532331035-152775-1-git-send-email-shahafs@mellanox.com> <1532365793.7624.11.camel@debian.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix compilation for rdma-core v19 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 08:15:46 -0000 On Tue, 2018-07-24 at 04:53 +0000, Shahaf Shuler wrote: > Monday, July 23, 2018 8:10 PM, Luca Boccassi: > > Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix compilation for > > rdma-core > > v19 > >=20 > > On Mon, 2018-07-23 at 10:30 +0300, Shahaf Shuler wrote: > > > [ backported from upstream commit > > > 06b1fe3f6d2121009b3b879e92b8cca25d4c0c42 ] > > >=20 > > > The flow counter support introduced by commit 9a761de8ea14 > > > ("net/mlx5: > > > flow counter support") was intend to work only with MLNX_OFED_4.2 > > > as > > > the upstream rdma-core libraries were lack such support. > > >=20 > > > On rdma-core v19 the support for the flow counters was added but > > > with > > > different user APIs, hence causing compilation issues on the PMD. > > >=20 > > > This patch fix the compilation errors by forcing the flow > > > counters to > > > be enabled only with MLNX_OFED APIs. > > > Once MLNX_OFED and rdma-core APIs will be aligned, a proper patch > > > to > > > support the new API will be submitted. > > >=20 > > > Fixes: 9a761de8ea14 ("net/mlx5: flow counter support") > > > Cc: stable@dpdk.org > > > Cc: orika@mellanox.com > > >=20 > > > Reported-by: Stephen Hemminger > > > Reported-by: Ferruh Yigit > > > Signed-off-by: Shahaf Shuler > > > --- > > > =C2=A0drivers/net/mlx5/Makefile=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02= +- > > > =C2=A0drivers/net/mlx5/mlx5_flow.c | 13 +++++++------ > > > =C2=A02 files changed, 8 insertions(+), 7 deletions(-) > >=20 > > Hi Shahaf, > >=20 > > For which stable release branch is this patch intended? >=20 > This one for 18.05.1, I will have to make another one for 17.11.4=C2=A0 Ok, thank you. In the future, when sending patches to stable@dpdk.org only, please use the git send-email option: --subject-prefix=3D'PATCH XX.YY' so that we know immediately for which branch it is for from the email subject. --=20 Kind regards, Luca Boccassi