DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Crash when 'ifconfig vEth0 X.X.X.X'
@ 2015-08-09 21:50 Hyun Yoo
  0 siblings, 0 replies; only message in thread
From: Hyun Yoo @ 2015-08-09 21:50 UTC (permalink / raw)
  To: dev

After kni, I want to wake vEth0 up automatically.
so, I executed 'ifconfig vEth0 X.X.X.X' programatically with various ways.

A) put system('ifconfig...)' right after check_all_ports_link_status() in
main()  examples/kni/main.c
B) put system('ifconfig...)' in callback using
rte_eth_dev_callback_register().
C) in shell script,
    examples/kni/build/kni &
    for loop
          ifconfig ...

In either ways, linux crashes sometimes.
No keyboard, mouse works. I have to reboot.
There was usually no error message but once time I saw something about irq
balance...
It seems ifconfig shouldn't be run right after(or before) link is up, maybe.

Has anyone experienced the same?

I'm using DPDK 2.0.0 on RHEL 6.5 (kernel 2.6.32).

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-09 21:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-09 21:50 [dpdk-dev] Crash when 'ifconfig vEth0 X.X.X.X' Hyun Yoo

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