commit | f5c3fffa4c18783edc3954b7b4c6e0893345c478 | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Thu Oct 31 01:18:30 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 31 14:19:45 2019 -0700 |
tree | 79058fd197ee3b910d58e72d003126ec18b703b4 | |
parent | 1ac210d128ef6e92698dd3aa4e2e03e831bc9906 [diff] |
dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGED Currently the function is called at every link up event, although the FQID values will only change when the DPNI is disconnected from the current object and reconnected to a different one. The patch also avoids the forward declaration of update_tx_fqids. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>