Skip to content

Commit 0f3154e

Browse files
emuslndavem330
authored andcommitted
ionic: Add Tx and Rx handling
Add both the Tx and Rx queue setup and handling. The related stats display comes later. Instead of using the generic napi routines used by the slow-path commands, the Tx and Rx paths are simplified and inlined in one file in order to get better compiler optimizations. Signed-off-by: Shannon Nelson <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 4d03e00 commit 0f3154e

File tree

5 files changed

+1408
-1
lines changed

5 files changed

+1408
-1
lines changed

drivers/net/ethernet/pensando/ionic/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
obj-$(CONFIG_IONIC) := ionic.o
55

66
ionic-y := ionic_main.o ionic_bus_pci.o ionic_devlink.o ionic_dev.o \
7-
ionic_debugfs.o ionic_lif.o ionic_rx_filter.o ionic_ethtool.o
7+
ionic_debugfs.o ionic_lif.o ionic_rx_filter.o ionic_ethtool.o \
8+
ionic_txrx.o

0 commit comments

Comments
 (0)