On Thu, 22 Oct 2020 15:40:18 +0530 Rohit Maheshwari wrote: > If TCP congestion caused a very small packets which only has some > part fo the TAG, and that too is not till the end. HW can't handle > such case, so falling back to sw crypto in such cases. > > Signed-off-by: Rohit Maheshwari <roh...@chelsio.com>
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c: At top level: drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:1864:5: warning: no previous prototype for ‘chcr_ktls_sw_fallback’ [-Wmissing-prototypes] 1864 | int chcr_ktls_sw_fallback(struct sk_buff *skb, struct chcr_ktls_info *tx_info, | ^~~~~~~~~~~~~~~~~~~~~ drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:1864:5: warning: symbol 'chcr_ktls_sw_fallback' was not declared. Should it be static?