[PATCH v2 0/2] Fix modify_qp failure

2017-07-14 Thread Mustafa Ismail
Commit 5ecce4c9b17b("Check port number supplied by user verbs cmds") causes modify_qp to fail because port_num is only valid when the mask is set. Additionally, for iWARP, the port_num is not initialized which also causes modify_qp to fail. This series fixes both issues. Changes to V2: * Add rev

Re: [PATCH v2 0/2] Fix modify_qp failure

2017-07-22 Thread Doug Ledford
On 7/14/2017 10:41 AM, Mustafa Ismail wrote: > Commit 5ecce4c9b17b("Check port number supplied by user verbs cmds") causes > modify_qp to fail because port_num is only valid when the mask is set. > > Additionally, for iWARP, the port_num is not initialized which also > causes modify_qp to fail. >