Searched hist:a4218aef7c86689339a808a89d98611c26f91201 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.h | diff a4218aef7c86689339a808a89d98611c26f91201 Wed Feb 09 03:23:32 CST 2022 Ioana Ciornei <ioana.ciornei@nxp.com> dpaa2-eth: use the S/G table cache also for the normal S/G path
Instead of allocating memory for an S/G table each time a nonlinear skb is processed, and then freeing it on the Tx confirmation path, use the S/G table cache in order to reuse the memory.
For this to work we have to change the size of the cached buffers so that it can hold the maximum number of scatterlist entries.
Other than that, each allocate/free call is replaced by a call to the dpaa2_eth_sgt_get/dpaa2_eth_sgt_recycle functions, introduced in the previous patch.
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 a4218aef7c86689339a808a89d98611c26f91201 Wed Feb 09 03:23:32 CST 2022 Ioana Ciornei <ioana.ciornei@nxp.com> dpaa2-eth: use the S/G table cache also for the normal S/G path
Instead of allocating memory for an S/G table each time a nonlinear skb is processed, and then freeing it on the Tx confirmation path, use the S/G table cache in order to reuse the memory.
For this to work we have to change the size of the cached buffers so that it can hold the maximum number of scatterlist entries.
Other than that, each allocate/free call is replaced by a call to the dpaa2_eth_sgt_get/dpaa2_eth_sgt_recycle functions, introduced in the previous patch.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|