Re: [dpdk-dev] [PATCH v2] igb_uio: add config option to control reset

2017-11-06 Thread Ferruh Yigit
works.com>>; Gregory Etelson > mailto:greg...@weka.io>>; Harish Patil > >> mailto:harish.pa...@cavium.com>>; George > Prekas > mailto:george.pre...@epfl.ch>>; Sergio Gonzalez > Monroy > >> <mailto:sergio.gonzalez.mon...@in

Re: [dpdk-dev] [PATCH v2] igb_uio: add config option to control reset

2017-11-04 Thread Stephen Hemminger
To: Ferruh Yigit ; Thomas Monjalon < tho...@monjalon.net> >> Cc: dev@dpdk.org; sta...@dpdk.org; Jingjing Wu ; Shijith Thotton >> ; Gregory Etelson ; Harish Patil >> ; George Prekas ; Sergio Gonzalez Monroy >> ; Rasesh Mody >> Subject: Re: [dpdk-dev] [PATCH v2] igb_uio: add c

Re: [dpdk-dev] [PATCH v2] igb_uio: add config option to control reset

2017-11-03 Thread Ferruh Yigit
dev@dpdk.org; sta...@dpdk.org; Jingjing Wu ; >> Shijith Thotton >> ; Gregory Etelson ; >> Harish Patil >> ; George Prekas ; Sergio >> Gonzalez Monroy >> ; Rasesh Mody >> Subject: Re: [dpdk-dev] [PATCH v2] igb_uio: add config option to control >> reset >

Re: [dpdk-dev] [PATCH v2] igb_uio: add config option to control reset

2017-11-03 Thread Roberts, Lee A.
telson ; > Harish Patil > ; George Prekas ; Sergio > Gonzalez Monroy > ; Rasesh Mody > Subject: Re: [dpdk-dev] [PATCH v2] igb_uio: add config option to control reset > > > > On 11/3/2017 8:51 AM, Ferruh Yigit wrote: > > Adding a compile time configuration option to c

Re: [dpdk-dev] [PATCH v2] igb_uio: add config option to control reset

2017-11-02 Thread Tan, Jianfeng
On 11/3/2017 8:51 AM, Ferruh Yigit wrote: Adding a compile time configuration option to control device reset done during DPDK application exit. Config option is CONFIG_RTE_EAL_IGB_UIO_RESET and enabled by default, so by default reset will happen. Having this reset is safer to be sure device le

[dpdk-dev] [PATCH v2] igb_uio: add config option to control reset

2017-11-02 Thread Ferruh Yigit
Adding a compile time configuration option to control device reset done during DPDK application exit. Config option is CONFIG_RTE_EAL_IGB_UIO_RESET and enabled by default, so by default reset will happen. Having this reset is safer to be sure device left in a proper case. But for special cases [1