From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 01/23] net/softnic: restructuring Date: Wed, 11 Jul 2018 12:47:37 +0200 Message-ID: <1790982.6mKJ1K1CqP@xps> References: <20180705154754.147420-2-jasvinder.singh@intel.com> <20180706172116.50951-1-jasvinder.singh@intel.com> <20180706172116.50951-2-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh , cristian.dumitrescu@intel.com Return-path: Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id B85032BB1 for ; Wed, 11 Jul 2018 12:47:41 +0200 (CEST) In-Reply-To: <20180706172116.50951-2-jasvinder.singh@intel.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" 06/07/2018 19:20, Jasvinder Singh: > + dev = dev; It is an error with clang: drivers/net/softnic/rte_eth_softnic.c:206:6: fatal error: explicitly assigning value of variable of type 'struct rte_eth_dev *' to itself [-Wself-assign] dev = dev; ~~~ ^ ~~~