All of lore.kernel.org
 help / color / mirror / Atom feed
* ucma question - backlog limit
@ 2010-08-09 14:34 Steve Wise
       [not found] ` <4C6011F7.3060209-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Wise @ 2010-08-09 14:34 UTC (permalink / raw)
  To: Sean Hefty; +Cc: linux-rdma

Hey Sean,

What is the logic behind limiting the listen backlog to 128?

------

snipit from ucma.c:

enum {
         UCMA_MAX_BACKLOG        = 128
};


snipit from ucma_listen():

         ctx->backlog = cmd.backlog > 0 && cmd.backlog < UCMA_MAX_BACKLOG ?
                        cmd.backlog : UCMA_MAX_BACKLOG;
------



Thanks,

Steve.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-08-09 20:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09 14:34 ucma question - backlog limit Steve Wise
     [not found] ` <4C6011F7.3060209-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2010-08-09 17:06   ` Bernard Metzler
     [not found]     ` <OFD9132F2D.FEEEA35D-ONC125777A.005D920E-C125777A.005DF132-Xeyd2O9EBijQT0dZR+AlfA@public.gmane.org>
2010-08-09 17:28       ` Steve Wise
     [not found]         ` <4C603AA6.6030409-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2010-08-09 17:51           ` Hefty, Sean
     [not found]             ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25A954B79E-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2010-08-09 18:33               ` Steve Wise
     [not found]                 ` <4C6049EE.1020907-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2010-08-09 18:45                   ` Hefty, Sean
2010-08-09 20:05                   ` Bernard Metzler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.