DPDK patches and discussions
 help / color / mirror / Atom feed
From: Vincent JARDIN <vincent.jardin@6wind.com>
To: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] skeleton app: Very simple code for l2fwding
Date: Thu, 26 Jun 2014 22:56:59 +0200	[thread overview]
Message-ID: <53AC891B.7040609@6wind.com> (raw)
In-Reply-To: <20140626203844.GA639@localhost.localdomain>

> +#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

  reply	other threads:[~2014-06-26 20:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 20:22 Bruce Richardson
2014-06-26 20:38 ` Neil Horman
2014-06-26 20:56   ` Vincent JARDIN [this message]
2014-06-26 21:00     ` Richardson, Bruce
2014-11-13 12:20 ` Thomas Monjalon
2014-11-13 13:06   ` Bruce Richardson
2014-11-14 14:31   ` [dpdk-dev] [PATCH v2] " Bruce Richardson
2014-11-26 14:38     ` [dpdk-dev] [PATCH v3] examples/skeleton: very simple code for packet forwarding Thomas Monjalon
2014-11-26 15:42       ` Thomas Monjalon
2014-11-26 15:49         ` Bruce Richardson
2014-11-26 16:26           ` Thomas Monjalon
2014-11-26 16:29       ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53AC891B.7040609@6wind.com \
    --to=vincent.jardin@6wind.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).