mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-25 08:03:18 +00:00
driver/ldpaa_eth: Avoid TX conf frames
Polling of TX conf frames is not a mandatory option. Packets can be transferred via WRIOP without TX conf frame. Configure ldpaa_eth driver to use TX path without confirmation frame Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
b4c3a35dc0
commit
0c7c87a4ac
2 changed files with 4 additions and 111 deletions
|
@ -128,7 +128,6 @@ struct ldpaa_eth_priv {
|
|||
|
||||
uint32_t rx_dflt_fqid;
|
||||
uint16_t tx_qdid;
|
||||
uint32_t tx_conf_fqid;
|
||||
uint16_t tx_flow_id;
|
||||
|
||||
enum ldpaa_eth_type type; /* 1G or 10G ethernet */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue