DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] rte_eal_init independent from main(int argc, char** argv)
@ 2014-02-18 12:54 Hamid Ramazani
  2014-02-18 12:57 ` Hamid Ramazani
  0 siblings, 1 reply; 3+ messages in thread
From: Hamid Ramazani @ 2014-02-18 12:54 UTC (permalink / raw)
  To: dev

Hi,
I'm in need of running an open() function, that is part another program.
open() does many things, the very first of them is rte_eal_init(argv, argc)
I should not receive argc, and argv from main function of the program,
but rather I should produce it myself.

What I've done inside open() function is:
int argc = 5;
char* argv[] = {"./build/l2fwd","-c","ff","-n","4"};
ret = rte_eal_init(argc,argv);

But I receive: invalid EAL arguments.

I'm thinking about writing another rte_eal_init function for myself.
What do you think?

Thanks in advance.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-18 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18 12:54 [dpdk-dev] rte_eal_init independent from main(int argc, char** argv) Hamid Ramazani
2014-02-18 12:57 ` Hamid Ramazani
2014-02-18 13:52   ` Periklis Akritidis

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).