From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id BE15C2C6D for ; Fri, 13 Jan 2017 10:17:17 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 13 Jan 2017 01:17:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,221,1477983600"; d="scan'208";a="1112010652" Received: from debian.sh.intel.com (HELO debian) ([10.239.67.170]) by fmsmga002.fm.intel.com with ESMTP; 13 Jan 2017 01:17:14 -0800 Date: Fri, 13 Jan 2017 17:16:11 +0800 From: Tiwei Bie To: Thomas Monjalon Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, wenzhuo.lu@intel.com, john.mcnamara@intel.com, olivier.matz@6wind.com, konstantin.ananyev@intel.com, helin.zhang@intel.com, wei.dai@intel.com, xiao.w.wang@intel.com Message-ID: <20170113091611.GA28103@debian> References: <1483514502-32841-1-git-send-email-tiwei.bie@intel.com> <1484109098-8936-1-git-send-email-tiwei.bie@intel.com> <1484109098-8936-6-git-send-email-tiwei.bie@intel.com> <2824631.8KVvSPKsdf@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2824631.8KVvSPKsdf@xps13> User-Agent: Mutt/1.7.2 (2016-11-26) Subject: Re: [dpdk-dev] [PATCH v6 5/6] app/testpmd: add MACsec offload commands X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2017 09:17:18 -0000 On Fri, Jan 13, 2017 at 10:07:34AM +0100, Thomas Monjalon wrote: > There is an error with clang: > > app/test-pmd/cmdline.c:11535:13: fatal error: > expression which evaluates to zero treated as a null pointer > constant of type 'const char *' [-Wnon-literal-null-conversion] > port_id, UINT8); > ^~~~~ > > Please, send a v7 Oops.. Really sorry about it.. Will send v7! Best regards, Tiwei Bie