commit | 4c96c0ac16e046ad3625d7b7228664ba478541a5 | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Mon Jun 29 21:47:12 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 29 17:42:48 2020 -0700 |
tree | 898ba40d7f06c81a10eafb9cfda48085a3ee25e2 | |
parent | d70446ee1f406ef4c6dd299a8482dc98ef07ed0e [diff] |
dpaa2-eth: add software counter for Tx frames converted to S/G With the previous commit, in case of insufficient SKB headroom on the Tx path instead of reallocing the SKB we now send a S/G frame descriptor. Export the number of occurences of this case as a per CPU counter (in debugfs) and a total number in the ethtool statistics - "tx converted sg frames'. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>