Searched hist:"0 e191827383a6503a3bc547e63c74ff093f450f5" (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/qed/ |
H A D | qed_if.h | diff 0e191827383a6503a3bc547e63c74ff093f450f5 Fri Oct 21 10:43:42 CEST 2016 Sudarsana Reddy Kalluru <sudarsana.kalluru@cavium.com> qed*: Reduce the memory footprint for Rx path
With the current default values for Rx path i.e., 8 queues of 8Kb entries each with 4Kb size, interface will consume 256Mb for Rx. The default values causing the driver probe to fail when the system memory is low. Based on the perforamnce results, rx-ring count value of 1Kb gives the comparable performance with Rx coalesce timeout of 12 seconds. Updating the default values.
Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede.h | diff 0e191827383a6503a3bc547e63c74ff093f450f5 Fri Oct 21 10:43:42 CEST 2016 Sudarsana Reddy Kalluru <sudarsana.kalluru@cavium.com> qed*: Reduce the memory footprint for Rx path
With the current default values for Rx path i.e., 8 queues of 8Kb entries each with 4Kb size, interface will consume 256Mb for Rx. The default values causing the driver probe to fail when the system memory is low. Based on the perforamnce results, rx-ring count value of 1Kb gives the comparable performance with Rx coalesce timeout of 12 seconds. Updating the default values.
Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_main.c | diff 0e191827383a6503a3bc547e63c74ff093f450f5 Fri Oct 21 10:43:42 CEST 2016 Sudarsana Reddy Kalluru <sudarsana.kalluru@cavium.com> qed*: Reduce the memory footprint for Rx path
With the current default values for Rx path i.e., 8 queues of 8Kb entries each with 4Kb size, interface will consume 256Mb for Rx. The default values causing the driver probe to fail when the system memory is low. Based on the perforamnce results, rx-ring count value of 1Kb gives the comparable performance with Rx coalesce timeout of 12 seconds. Updating the default values.
Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|