From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id D6949B0B2 for ; Thu, 26 Jun 2014 22:56:41 +0200 (CEST) Received: by mail-wi0-f177.google.com with SMTP id r20so1788362wiv.10 for ; Thu, 26 Jun 2014 13:57:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:organization:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=0Zr+gigukJGbTej2lHzJHK8Lq0wOtbXAhQTKFlg/96A=; b=c81h6W9e/PRYpbjAeeP4ZahNsXPznt8UsEBhe8FSl+TqfyRNFrN6Fso/2XadrD5JSy ITIgPpna0u+8od7xfdiLphUJkI1lNi2p2jqIiHpHhW6Mhst4pbQ7BNzW873VZK1BGIn/ XVmYAS7cf6kGuibbu7KSJ4QpdcHnVJaMbQJnvrrJXXST1EEmdE5aLzx4wUKWmHfFdqvd BCD4tQoF1atlR30YFaLrVIFYROXJjxDNvKB5xCmW652Nz7xJYryCwC9hX7Lp7uT4DXl+ P828xUZnpvLeyEX72y3Mlpa879DDGtGqNqtIwM71OcuhJ91ahJFEoVyUFYvNEs1PBWQz l6sQ== X-Gm-Message-State: ALoCoQkiPhcaGMA0dwVhrS+QppQ7Z14Z2pr4NlMxpHQlPop9SxSNJOoXv8SLtMtNcBl3jQaJN7UL X-Received: by 10.194.71.132 with SMTP id v4mr20985801wju.102.1403816220920; Thu, 26 Jun 2014 13:57:00 -0700 (PDT) Received: from saturne.dev.6wind.com ([2a01:e35:8a8e:1b70:226:b9ff:fec7:e133]) by mx.google.com with ESMTPSA id bx2sm16727651wjb.47.2014.06.26.13.56.59 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 26 Jun 2014 13:57:00 -0700 (PDT) Message-ID: <53AC891B.7040609@6wind.com> Date: Thu, 26 Jun 2014 22:56:59 +0200 From: Vincent JARDIN Organization: www.6wind.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: dev@dpdk.org References: <1403814160-19613-1-git-send-email-bruce.richardson@intel.com> <20140626203844.GA639@localhost.localdomain> In-Reply-To: <20140626203844.GA639@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] skeleton app: Very simple code for l2fwding X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 20:56:42 -0000 > +#ifdef RTE_EXEC_ENV_BAREMETAL >>+#define MAIN _main >>+#else >>+#define MAIN main >>+#endif >>+ >>+int MAIN(int argc, char *argv[]); >>+ >>+#endif /* ifndef_MAIN_H_ */ why keeping the baremetal? It was dropped for a while. Best regards, Vincent