Searched hist:dcc6abae0f473a67543ce651fbfb6b15452876f6 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_fp.c | diff dcc6abae0f473a67543ce651fbfb6b15452876f6 Thu Nov 29 02:50:19 CST 2018 Michael Shteinbok <michael.shteinbok@cavium.com> qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.
skb_linearization can fail due to memory allocation failure. In such a case, the driver will drop the packet. In such a case The driver used to print an error message. This patch replaces this error message by a dedicated statistic.
Signed-off-by: Michael Shteinbok <michael.shteinbok@cavium.com> Signed-off-by: Ariel Elior <ariel.elior@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qede_ethtool.c | diff dcc6abae0f473a67543ce651fbfb6b15452876f6 Thu Nov 29 02:50:19 CST 2018 Michael Shteinbok <michael.shteinbok@cavium.com> qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.
skb_linearization can fail due to memory allocation failure. In such a case, the driver will drop the packet. In such a case The driver used to print an error message. This patch replaces this error message by a dedicated statistic.
Signed-off-by: Michael Shteinbok <michael.shteinbok@cavium.com> Signed-off-by: Ariel Elior <ariel.elior@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qede.h | diff dcc6abae0f473a67543ce651fbfb6b15452876f6 Thu Nov 29 02:50:19 CST 2018 Michael Shteinbok <michael.shteinbok@cavium.com> qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.
skb_linearization can fail due to memory allocation failure. In such a case, the driver will drop the packet. In such a case The driver used to print an error message. This patch replaces this error message by a dedicated statistic.
Signed-off-by: Michael Shteinbok <michael.shteinbok@cavium.com> Signed-off-by: Ariel Elior <ariel.elior@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|