[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Y3Vz6BIlgE92hsA4@x130.lan>
Date: Wed, 16 Nov 2022 15:36:08 -0800
From: Saeed Mahameed <saeed@...nel.org>
To: Jeroen de Borst <jeroendb@...gle.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
jesse.brandeburg@...el.com
Subject: Re: [PATCH net-next v3 2/2] gve: Handle alternate miss completions
On 16 Nov 08:23, Jeroen de Borst wrote:
>Saeed,
>
>Thanks for your review. I like the suggestion, but
>__test_and_clear_bit is for unsigned longs, comptag is a short.
>
gcc will up-cast it for you with no problem.
Assuming it's unsigned short.. if not then consider changing it to unsigned
short, or do the casting yourself.
anyway this was just a minor suggestion.
Powered by blists - more mailing lists