On 1/5/2016 4:39 AM, David Miller wrote:
From: Giuseppe Cavallaro
Date: Mon, 4 Jan 2016 14:06:54 +0100
@@ -334,12 +334,11 @@ struct stmmac_desc_ops {
/* Invoked by the xmit function to prepare the tx descriptor */
void (*prepare_tx_desc) (struct dma_desc *p, int is_fs, int len
From: Giuseppe Cavallaro
Date: Mon, 4 Jan 2016 14:06:54 +0100
> @@ -334,12 +334,11 @@ struct stmmac_desc_ops {
>
> /* Invoked by the xmit function to prepare the tx descriptor */
> void (*prepare_tx_desc) (struct dma_desc *p, int is_fs, int len,
> - int
This patch is to optimize the way to manage the TDES inside the
xmit function. When prepare the frame, some settings (e.g. OWN
bit) can be merged. This has been reworked to improve the tx
performances.
Signed-off-by: Fabrice Gasnier
Signed-off-by: Giuseppe Cavallaro
---
drivers/net/ethernet/stm
This patch is to optimize the way to manage the TDES inside the
xmit function. When prepare the frame, some settings (e.g. OWN
bit) can be merged. This has been reworked to improve the tx
performances.
Signed-off-by: Fabrice Gasnier
Signed-off-by: Giuseppe Cavallaro
---
drivers/net/ethernet/stm