On 20-Apr-21 07:54, Samudrala, Sridhar wrote:
External email: Use caution opening links or attachments
On 4/19/2021 8:20 PM, Saeed Mahameed wrote:
From: Yevgeny Kliteynik
Added the required definitions for supporting more protocols by flex
parsers
(GTP-U, Geneve TLV options), and for
On 06-Oct-20 17:47, David Miller wrote:
> From: Yevgeny Kliteynik
> Date: Tue, 6 Oct 2020 16:02:24 +0300
>
>> Buddy allocator allocates blocks of different sizes, so when it
>> scans the bits array, the allocator looks for free *area* of at
>> least the required size.
On 29-Sep-20 23:44, Yevgeny Kliteynik wrote:>
> On 29-Sep-20 00:41, David Miller wrote:
>>
>> From: Yevgeny Kliteynik
>> Date: Mon, 28 Sep 2020 19:58:59 +
>>
>>> By replacing the bits-per-long array with a single counter we loose
>>> this
On 29-Sep-20 00:41, David Miller wrote:
From: Yevgeny Kliteynik
Date: Mon, 28 Sep 2020 19:58:59 +
By replacing the bits-per-long array with a single counter we loose
this ability to jump faster to the free spot.
I don't understand why this is true, because upon the free we
> From: David Miller
> Sent: Sunday, September 27, 2020 01:16
> To: sa...@kernel.org
> Cc: k...@kernel.org; netdev@vger.kernel.org; Yevgeny Kliteynik
> ; Erez Shitrit ; Mark Bloch
> ; Saeed Mahameed
> Subject: Re: [net-next 01/15] net/mlx5: DR, Add buddy allocator utilitie