lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 19 Feb 2024 14:41:52 +0000
From: "Ramaiah, DharmaBhushan" <Dharma.Ramaiah@...l.com>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        Jeremy Kerr
	<jk@...econstruct.com.au>,
        "matt@...econstruct.com.au"
	<matt@...econstruct.com.au>
Subject: MCTP - Socket Queue Behavior

Hello,

Linux implementation of MCTP uses socket for communication with MCTP capable EP's. Socket calls can be made ASYNC by using fcntl. I have a query based on ASYNC properties of the MCTP socket.

1. Does kernel internally maintain queue, for the ASYNC requests?
        a. If so, what is the queue depth (can one send multiple requests without waiting for the response and expect reply in order of requests)?
               b. Does the Kernel maintain queue per socket connection?

2. Is FASYNC a mechanism for handling asynchronous events associated with a file descriptor and it doesn't provide parallelism for multiple send operation?

Thanks in advance for response.

Regards,
Dharma

Internal Use - Confidential

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ