[dpdk-dev] About 'CONFIG_RTE_EAL_UNBIND_PORTS'

2013-09-03 Thread Tetsuya Mukawa
2013/9/3 Thomas Monjalon : > 29/08/2013 09:54, Tetsuya Mukawa : >> Someone, could you please let me know what is a case that I need to >> enable 'CONFIG_RTE_EAL_UNBIND_PORTS'? > > In DPDK 1.3, the UNBIND option is intended to restore the previous state > when exiting a DPDK application. > In case o

[dpdk-dev] About 'CONFIG_RTE_EAL_UNBIND_PORTS'

2013-09-02 Thread Thomas Monjalon
29/08/2013 09:54, Tetsuya Mukawa : > Someone, could you please let me know what is a case that I need to > enable 'CONFIG_RTE_EAL_UNBIND_PORTS'? In DPDK 1.3, the UNBIND option is intended to restore the previous state when exiting a DPDK application. In case of devices bound to igb_uio, it will re

[dpdk-dev] About 'CONFIG_RTE_EAL_UNBIND_PORTS'

2013-08-29 Thread Tetsuya Mukawa
Hi folks, Someone, could you please let me know what is a case that I need to enable 'CONFIG_RTE_EAL_UNBIND_PORTS'? Also, if 'CONFIG_RTE_EAL_UNBIND_PORTS' is enabled, it seems an application dumps error when it exits This error is displayed by following code.