From: Rao Shoaib
Date: Wed, 21 Mar 2018 09:16:48 -0700
> I agree, in fact I was using function pointers for the exact reason,
> to change the functionality of a function. I asked Dave about the
> use and he said No (Also note that the relevant CPU optimizations
> have been turned off on selected
On 03/21/2018 04:21 AM, Boris Pismenny wrote:
On 3/20/2018 10:36 PM, Rao Shoaib wrote:
On 03/19/2018 07:44 PM, Saeed Mahameed wrote:
From: Ilya Lesokhin
Called when a TCP segment is acknowledged.
Could be used by application protocols who hold additional
metadata associated with the str
On 3/20/2018 10:36 PM, Rao Shoaib wrote:
On 03/19/2018 07:44 PM, Saeed Mahameed wrote:
From: Ilya Lesokhin
Called when a TCP segment is acknowledged.
Could be used by application protocols who hold additional
metadata associated with the stream data.
This is required by TLS device offload
On 03/19/2018 07:44 PM, Saeed Mahameed wrote:
From: Ilya Lesokhin
Called when a TCP segment is acknowledged.
Could be used by application protocols who hold additional
metadata associated with the stream data.
This is required by TLS device offload to release
metadata associated with acknowl
From: Ilya Lesokhin
Called when a TCP segment is acknowledged.
Could be used by application protocols who hold additional
metadata associated with the stream data.
This is required by TLS device offload to release
metadata associated with acknowledged TLS records.
Signed-off-by: Ilya Lesokhin