Dmytro Podgornyi
Dmytro Podgornyi
## Description Please provide a summary of the change. ##### What _Subject: what this PR is doing in one line._ ##### Why ? _Justification for the PR. If there is...
## Description In free_libxlio_resources(), we try to print report for g_p_net_device_table_mgr, however, it can be NULL if XLIO initialization fails. Check the pointer to avoid NULL pointer dereference. ##### What...
## Description TLS RX offload depends on openssl library for SW encryption in case of a resync flow. Unless application is linked against openssl, XLIO cannot provide TLS RX offload...
## Description Improve KTLS compliancy with kernel. setsockopt(TCP_ULP) has different behavior than kernel if an application calls it multiple times by mistake. Skip calling to kernel, because kernel will always...