[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bf3e67de-b23a-fa69-4cbc-c53e9cc5e055@intel.com>
Date: Tue, 25 Jun 2019 14:14:59 +0100
From: "Laatz, Kevin" <kevin.laatz@...el.com>
To: Jakub Kicinski <jakub.kicinski@...ronome.com>
Cc: netdev@...r.kernel.org, ast@...nel.org, daniel@...earbox.net,
bjorn.topel@...el.com, magnus.karlsson@...el.com,
bpf@...r.kernel.org, intel-wired-lan@...ts.osuosl.org,
bruce.richardson@...el.com, ciara.loftus@...el.com
Subject: Re: [PATCH 03/11] xdp: add offset param to zero_copy_allocator
On 24/06/2019 20:23, Jakub Kicinski wrote:
> On Thu, 20 Jun 2019 09:09:50 +0000, Kevin Laatz wrote:
>> diff --git a/include/net/xdp.h b/include/net/xdp.h
>> index 0f25b3675c5c..ea801fd2bf98 100644
>> --- a/include/net/xdp.h
>> +++ b/include/net/xdp.h
>> @@ -53,7 +53,8 @@ struct xdp_mem_info {
>> struct page_pool;
>>
>> struct zero_copy_allocator {
>> - void (*free)(struct zero_copy_allocator *zca, unsigned long
>> handle);
>> + void (*free)(struct zero_copy_allocator *zca, unsigned long handle,
>> + off_t off);
>> };
>
> Please run checkpatch --strict on all your changes. The code
> formatting is incorrect in many ways in this series.
>
Thanks, will fix in the v2.
> Please include performance measurements proving the slow down
> is negligible in the cover letter.
>
Good suggestion. Will add to the cover letter in the v2!
Powered by blists - more mailing lists