Re: [PATCH net-next 0/5] Crypto/chcr: Fix issues regarding algorithm implementation in driver

2020-05-06 Thread David Miller
From: Devulapally Shiva Krishna Date: Tue, 5 May 2020 08:42:52 +0530 > The following series of patches fixes the issues which came during > self-tests with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS enabled. > > Patch 1: Fixes gcm(aes) hang issue and rfc4106-gcm encryption issue. > Patch 2: Fixes ctr, c

Re: [PATCH 6/7] mm: parallelize deferred_init_memmap()

2020-05-06 Thread Daniel Jordan
On Wed, May 06, 2020 at 06:43:35PM -0400, Daniel Jordan wrote: > On Wed, May 06, 2020 at 03:36:54PM -0700, Alexander Duyck wrote: > > On Wed, May 6, 2020 at 3:21 PM Daniel Jordan > > wrote: > > > > > > On Tue, May 05, 2020 at 07:55:43AM -0700, Alexander Duyck wrote: > > > > One question about thi

Re: [PATCH 6/7] mm: parallelize deferred_init_memmap()

2020-05-06 Thread Daniel Jordan
On Wed, May 06, 2020 at 03:36:54PM -0700, Alexander Duyck wrote: > On Wed, May 6, 2020 at 3:21 PM Daniel Jordan > wrote: > > > > On Tue, May 05, 2020 at 07:55:43AM -0700, Alexander Duyck wrote: > > > One question about this data. What is the power management > > > configuration on the systems whe

Re: [PATCH 5/7] mm: move zone iterator outside of deferred_init_maxorder()

2020-05-06 Thread Daniel Jordan
On Tue, May 05, 2020 at 08:27:52AM -0700, Alexander Duyck wrote: > As it turns out that deferred_free_range will be setting the > migratetype for the page. In a sparse config the migratetype bits are > stored in the section bitmap. So to avoid cacheline bouncing it would > make sense to section ali

Re: [PATCH 6/7] mm: parallelize deferred_init_memmap()

2020-05-06 Thread Alexander Duyck
On Wed, May 6, 2020 at 3:21 PM Daniel Jordan wrote: > > On Tue, May 05, 2020 at 07:55:43AM -0700, Alexander Duyck wrote: > > One question about this data. What is the power management > > configuration on the systems when you are running these tests? I'm > > just curious if CPU frequency scaling,

Re: [PATCH 6/7] mm: parallelize deferred_init_memmap()

2020-05-06 Thread Daniel Jordan
On Tue, May 05, 2020 at 07:55:43AM -0700, Alexander Duyck wrote: > One question about this data. What is the power management > configuration on the systems when you are running these tests? I'm > just curious if CPU frequency scaling, C states, and turbo are > enabled? Yes, intel_pstate is loaded

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

Re: [GIT PULL] Crypto Fixes for 5.7

2020-05-06 Thread pr-tracker-bot
The pull request you sent on Wed, 6 May 2020 15:10:06 +1000: > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3c40cdb0e93ec166f1fa4fee1eb62d45b5451515 Thank you! -- Deet-doot-dot, I am a bot.

[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