Re: [E1000-devel] Possible bug in the i40evf driver

2017-08-01 Thread Fujinaka, Todd
Thanks! We're having the developers look into this issue. Todd Fujinaka Software Application Engineer Datacenter Engineering Group Intel Corporation todd.fujin...@intel.com (503) 712-4565 -Original Message- From: Codrut Grosu [mailto:cogr...@ixiacom.com] Sent: Tuesday, August 1, 2017

[E1000-devel] Possible bug in the i40evf driver

2017-08-01 Thread Codrut Grosu
Hi, We believe there might be a bug in the i40evf driver. We think that there is race issue between i40evf_reset_task and i40evf_down / i40evf_open. The reason is that the functions napi_enable / napi_disable must be called in pairs in order not to loop indefinitely (or crash).