Re: [PATCH net] cxgb4i : Don't block unload/cxgb4 unload when remote closes TCP connection

2014-11-19 Thread David Miller
From: Anish Bhatt Date: Tue, 18 Nov 2014 19:09:51 -0800 > cxgb4i was returning wrong error and not releasing module reference if remote > end abruptly closed TCP connection. This prevents the cxgb4 network module > from > being unloaded, further affecting other network drivers dependent on cxgb4

[PATCH net] cxgb4i : Don't block unload/cxgb4 unload when remote closes TCP connection

2014-11-18 Thread Anish Bhatt
cxgb4i was returning wrong error and not releasing module reference if remote end abruptly closed TCP connection. This prevents the cxgb4 network module from being unloaded, further affecting other network drivers dependent on cxgb4 Sending to net as this affects all cxgb4 based network drivers.