You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "acassis (via GitHub)" <gi...@apache.org> on 2023/01/27 20:51:55 UTC

[GitHub] [nuttx] acassis commented on a diff in pull request #8317: net_lock: fix deadlock issue when running iperf tx test on usrsock

acassis commented on code in PR #8317:
URL: https://github.com/apache/nuttx/pull/8317#discussion_r1089418410


##########
net/usrsock/usrsock_devif.c:
##########
@@ -665,6 +665,10 @@ int usrsock_do_request(FAR struct usrsock_conn_s *conn,
       net_sem_wait_uninterruptible(&req->acksem);
       --req->nbusy; /* net_lock held. */
     }
+  else
+    {
+      nerr("error, usrsock request failed with %d\n", ret);

Review Comment:
   ```suggestion
         nerr("Error: usrsock request failed with %d\n", ret);



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org