Searched hist:d70446ee1f406ef4c6dd299a8482dc98ef07ed0e (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-debugfs.c | diff d70446ee1f406ef4c6dd299a8482dc98ef07ed0e Mon Jun 29 13:47:11 CDT 2020 Ioana Ciornei <ioana.ciornei@nxp.com> dpaa2-eth: send a scatter-gather FD instead of realloc-ing
Instead of realloc-ing the skb on the Tx path when the provided headroom is smaller than the HW requirements, create a Scatter/Gather frame descriptor with only one entry.
Remove the '[drv] tx realloc frames' counter exposed previously through ethtool since it is no longer used.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | dpaa2-ethtool.c | diff d70446ee1f406ef4c6dd299a8482dc98ef07ed0e Mon Jun 29 13:47:11 CDT 2020 Ioana Ciornei <ioana.ciornei@nxp.com> dpaa2-eth: send a scatter-gather FD instead of realloc-ing
Instead of realloc-ing the skb on the Tx path when the provided headroom is smaller than the HW requirements, create a Scatter/Gather frame descriptor with only one entry.
Remove the '[drv] tx realloc frames' counter exposed previously through ethtool since it is no longer used.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | dpaa2-eth.h | diff d70446ee1f406ef4c6dd299a8482dc98ef07ed0e Mon Jun 29 13:47:11 CDT 2020 Ioana Ciornei <ioana.ciornei@nxp.com> dpaa2-eth: send a scatter-gather FD instead of realloc-ing
Instead of realloc-ing the skb on the Tx path when the provided headroom is smaller than the HW requirements, create a Scatter/Gather frame descriptor with only one entry.
Remove the '[drv] tx realloc frames' counter exposed previously through ethtool since it is no longer used.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | dpaa2-eth.c | diff d70446ee1f406ef4c6dd299a8482dc98ef07ed0e Mon Jun 29 13:47:11 CDT 2020 Ioana Ciornei <ioana.ciornei@nxp.com> dpaa2-eth: send a scatter-gather FD instead of realloc-ing
Instead of realloc-ing the skb on the Tx path when the provided headroom is smaller than the HW requirements, create a Scatter/Gather frame descriptor with only one entry.
Remove the '[drv] tx realloc frames' counter exposed previously through ethtool since it is no longer used.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|