OSDN Git Service

Merge branch 'ionic-tx-updates'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 04:27:06 +0000 (21:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 04:27:06 +0000 (21:27 -0700)
commit74c7dbe0f8f096970ad236e04ace1610686acce2
tree5890ec36381c4c692c814e76eccbc26c04169c65
parent578ce0468f0b5ccc3771ce60fd77d408cd0f9b09
parent633eddf120ac148c05db45fc8fd878af54f72eaa
Merge branch 'ionic-tx-updates'

Shannon Nelson says:

====================
ionic Tx updates

Just as the Rx path recently got a face lift, it is time for the Tx path to
get some attention.  The original TSO-to-descriptor mapping was ugly and
convoluted and needed some deep work.  This series pulls the dma mapping
out of the descriptor frag mapping loop and makes the dma mapping more
generic for use in the non-TSO case.
====================

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