From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/enic: remove useless assert macro Date: Sun, 10 Jul 2016 16:21:09 +0200 Message-ID: <6336653.mfzYvR1R00@xps13> References: <1467818728-28741-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Nelson Escobar (neescoba)" , dev@dpdk.org To: "John Daley (johndale)" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 32E7428FD for ; Sun, 10 Jul 2016 16:21:11 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id f126so64312296wma.1 for ; Sun, 10 Jul 2016 07:21:11 -0700 (PDT) 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" > > The macro ENIC_ASSERT does the same thing as RTE_ASSERT, thus it can be > > removed. > > > > Signed-off-by: Thomas Monjalon > Acked-by: John Daley Applied