Searched hist:a92f7a6feeb3884c69c1c7c1f13bccecb2228ad0 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_rx_dqo.c | diff a92f7a6feeb3884c69c1c7c1f13bccecb2228ad0 Tue Jan 25 18:38:43 CST 2022 Catherine Sullivan <csully@google.com> gve: Fix GFP flags when allocing pages
Use GFP_ATOMIC when allocating pages out of the hotpath, continue to use GFP_KERNEL when allocating pages during setup.
GFP_KERNEL will allow blocking which allows it to succeed more often in a low memory enviornment but in the hotpath we do not want to allow the allocation to block.
Fixes: f5cedc84a30d2 ("gve: Add transmit and receive support") Signed-off-by: Catherine Sullivan <csully@google.com> Signed-off-by: David Awogbemila <awogbemila@google.com> Link: https://lore.kernel.org/r/20220126003843.3584521-1-awogbemila@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | gve.h | diff a92f7a6feeb3884c69c1c7c1f13bccecb2228ad0 Tue Jan 25 18:38:43 CST 2022 Catherine Sullivan <csully@google.com> gve: Fix GFP flags when allocing pages
Use GFP_ATOMIC when allocating pages out of the hotpath, continue to use GFP_KERNEL when allocating pages during setup.
GFP_KERNEL will allow blocking which allows it to succeed more often in a low memory enviornment but in the hotpath we do not want to allow the allocation to block.
Fixes: f5cedc84a30d2 ("gve: Add transmit and receive support") Signed-off-by: Catherine Sullivan <csully@google.com> Signed-off-by: David Awogbemila <awogbemila@google.com> Link: https://lore.kernel.org/r/20220126003843.3584521-1-awogbemila@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | gve_rx.c | diff a92f7a6feeb3884c69c1c7c1f13bccecb2228ad0 Tue Jan 25 18:38:43 CST 2022 Catherine Sullivan <csully@google.com> gve: Fix GFP flags when allocing pages
Use GFP_ATOMIC when allocating pages out of the hotpath, continue to use GFP_KERNEL when allocating pages during setup.
GFP_KERNEL will allow blocking which allows it to succeed more often in a low memory enviornment but in the hotpath we do not want to allow the allocation to block.
Fixes: f5cedc84a30d2 ("gve: Add transmit and receive support") Signed-off-by: Catherine Sullivan <csully@google.com> Signed-off-by: David Awogbemila <awogbemila@google.com> Link: https://lore.kernel.org/r/20220126003843.3584521-1-awogbemila@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | gve_main.c | diff a92f7a6feeb3884c69c1c7c1f13bccecb2228ad0 Tue Jan 25 18:38:43 CST 2022 Catherine Sullivan <csully@google.com> gve: Fix GFP flags when allocing pages
Use GFP_ATOMIC when allocating pages out of the hotpath, continue to use GFP_KERNEL when allocating pages during setup.
GFP_KERNEL will allow blocking which allows it to succeed more often in a low memory enviornment but in the hotpath we do not want to allow the allocation to block.
Fixes: f5cedc84a30d2 ("gve: Add transmit and receive support") Signed-off-by: Catherine Sullivan <csully@google.com> Signed-off-by: David Awogbemila <awogbemila@google.com> Link: https://lore.kernel.org/r/20220126003843.3584521-1-awogbemila@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|