From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/mlx5: fix Direct Verbs flow matcher caching Date: Thu, 04 Oct 2018 22:39:01 +0200 Message-ID: <1894764.h71D8BIBkf@xps> References: <1538632399-13135-1-git-send-email-orika@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yongseok Koh , Shahaf Shuler To: Ori Kam Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 91B312C5E for ; Thu, 4 Oct 2018 22:39:05 +0200 (CEST) In-Reply-To: <1538632399-13135-1-git-send-email-orika@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/10/2018 07:53, Ori Kam: > The Direct Verbs are using matcher object to filter flows, This object > can be reused for all flows that are using the same flow items and > masks. > > This was implemented with an issue, that the list pointer pointed > to incorrect list type, this resulted in compilation error when using > GCC greater then 4.8.5 > > This commit fixes this issue by setting that the matcher object > will include the LIST required members directly and not as a subobject. > > Fixes: 8d21c3d7b237 ("net/mlx5: add Direct Verbs translate items") > > Signed-off-by: Ori Kam > Acked-by: Yongseok Koh applied to dpdk-next-net-mlx