OSDN Git Service

ionic: generic tx skb mapping
authorShannon Nelson <snelson@pensando.io>
Tue, 16 Mar 2021 02:31:34 +0000 (19:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 04:27:06 +0000 (21:27 -0700)
commit2da479ca0814c604454616ad1de813ab662e23cd
tree1e1500a0d8b85e572a599ff3817d554849f82f4b
parent5b039241fe3a31b67fbffb07082c6d9d972204f8
ionic: generic tx skb mapping

Make the new ionic_tx_map_tso() usable by the non-TSO paths,
and pull the call up a level into ionic_tx() before calling
the csum or no-csum routines.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_txrx.c