From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 03/11] net/failsafe: add fail-safe PMD Date: Thu, 13 Jul 2017 09:43:04 +0200 Message-ID: <3769404.j5yvGRv84V@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 084782C54 for ; Thu, 13 Jul 2017 09:43:05 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/07/2017 01:26, Gaetan Rivet: > Introduce the fail-safe poll mode driver initialization and enable its > build infrastructure. There are some assert() in this code. It does not compile: fatal error: use of GNU statement expression extension Please replace them with RTE_ASSERT (and remove assert.h includes). Thanks