Merge branch 'stmmac-tx-coe'
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2023 10:37:08 +0000 (11:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2023 10:37:08 +0000 (11:37 +0100)
commite8535bfbad326af6061479526effb94084edacd3
tree034ae07dff2e3bf3124d1e256c025e2e853531f7
parent1cb6422ecac8804ebe0b71f4b3440674955fec73
parent8452a05b2c633b708dbe3e742f71b24bf21fe42d
Merge branch 'stmmac-tx-coe'

Rohan G Thomas says:

====================
net: stmmac: Tx coe sw fallback

DW xGMAC IP can be synthesized such that it can support tx checksum
offloading only for a few initial tx queues. Also as Serge pointed
out, for the DW QoS IP, tx coe can be individually configured for
each tx queue. This patchset adds support for tx coe sw fallback for
those queues that don't support tx coe. Also, add binding for
snps,coe-unsupported property.

changelog v7:
* Updated commit message.
* Add blank lines around newly added dt binding.

changelog v6:
* Reworked patchset to cover DW QoS Ethernet IP also.

changelog v5:
* As rightly suggested by Serge, reworked redundant code.

changelog v4:
* Replaced tx_q_coe_lmt with bit flag.

changelog v3:
* Resend with complete email list.

changelog v2:
* Reformed binding description.
* Minor grammatical corrections in comments and commit messages.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>