Re: [PATCH net-next] Revert "crypto: chelsio - Inline single pdu only"

2020-05-06 Thread David Miller
From: Ayush Sawal Date: Wed, 6 May 2020 20:17:19 +0530 > This reverts commit 27c6feb0fb33a665a746346e76714826a5be5d10. > > For ipsec offload the chelsio's ethernet driver expects a single mtu > sized packet. > > But when ipsec traffic is running using iperf, most of the packets in > that traff

[PATCH net-next] Revert "crypto: chelsio - Inline single pdu only"

2020-05-06 Thread Ayush Sawal
This reverts commit 27c6feb0fb33a665a746346e76714826a5be5d10. For ipsec offload the chelsio's ethernet driver expects a single mtu sized packet. But when ipsec traffic is running using iperf, most of the packets in that traffic are gso packets(large sized skbs) because GSO is enabled by default i