From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH 00/22] Generic flow API (rte_flow) Date: Mon, 21 Nov 2016 10:23:12 +0100 Message-ID: <20161121092312.GO11613@autoinstall.dev.6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, Thomas Monjalon , Pablo de Lara , Olivier Matz To: Adrien Mazarguil Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id B34E82BAC for ; Mon, 21 Nov 2016 10:23:22 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id g23so135090014wme.1 for ; Mon, 21 Nov 2016 01:23:22 -0800 (PST) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, I found some small issues: - In rte_flow_error_set(), *cause argument should be const to avoid a compilation error when we implement it. - In port_flow_create(), the flow is not stored in the pf structure which ends by providing a null pointer to port_flow_destroy() function. Regards, -- Nélio Laranjeiro 6WIND