Re: [PATCH net-next] cxgb4: reduce resource allocation in kdump kernel

2017-05-17 Thread David Miller
From: Ganesh Goudar Date: Tue, 16 May 2017 21:17:42 +0530 > When is_kdump_kernel() is true, reduce memory footprint of > cxgb4 by using a single "Queue Set". > > Signed-off-by: Ganesh Goudar Applied.

Re: [PATCH net-next] cxgb4: Reduce resource allocation in kdump kernel

2016-06-06 Thread David Miller
From: Yuval Mintz Date: Sat, 4 Jun 2016 13:24:43 + >> When is_kdump_kernel() is true, reduce our memory footprint by only using a >> single "Queue Set" and Forcing Master so we can reinitialize the >> Firmware/Chip. >> >> Signed-off-by: Hariprasad Shenai > ... >> if (q10g > netif_g

RE: [PATCH net-next] cxgb4: Reduce resource allocation in kdump kernel

2016-06-04 Thread Yuval Mintz
> When is_kdump_kernel() is true, reduce our memory footprint by only using a > single "Queue Set" and Forcing Master so we can reinitialize the > Firmware/Chip. > > Signed-off-by: Hariprasad Shenai ... > if (q10g > netif_get_num_default_rss_queues()) > q10g = netif_get_n

Re: [PATCH net-next] cxgb4: Reduce resource allocation in kdump kernel

2016-06-03 Thread Casey Leedom
Looks good to me. Of course I came up with those changes so maybe we should get another reviewer? :-) Also, don't forget to mention "Bug #29998" in the commit message ... Casey From: Hariprasad Shenai Sent: Friday, June 3, 2016 10:35:45 AM To: da...