[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160526.123056.1476006204775720640.davem@davemloft.net>
Date: Thu, 26 May 2016 12:30:56 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: Yuval.Mintz@...gic.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net 0/8] qed*: Bug fixes
From: Yuval Mintz <Yuval.Mintz@...gic.com>
Date: Thu, 26 May 2016 11:01:16 +0300
> This series contain several small fixes, most of which deal with
> either 100g support, sriov or bandwidth configurations.
Series applied, but in future the GFP_KERNEL fix should be done
differently.
Instead of passing a boolean sleepable state around, pass a "gfp_t"
which makes it clear at the call sites what that argument is
controlling.
That way you wouldn't have that mess of "sleepable ? GFP_X : GFP_Y"
constructs all over the place.
Powered by blists - more mailing lists