sfc: add extra RX channel to receive MAE counter updates on ef100
authorEdward Cree <ecree.xilinx@gmail.com>
Mon, 14 Nov 2022 13:15:55 +0000 (13:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2022 09:07:02 +0000 (09:07 +0000)
commit25730d8be5d8bc691ed89dca065f2b229b244ae0
tree843217cd24dfaef9128d9dbfa76522f7b2211e36
parente5731274cdd186a362beba1bbf0cc35e1dd5f547
sfc: add extra RX channel to receive MAE counter updates on ef100

Currently there is no counter-allocating machinery to connect the
 resulting counter update values to; that will be added in a
 subsequent patch.

Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/Makefile
drivers/net/ethernet/sfc/mae_counter_format.h [new file with mode: 0644]
drivers/net/ethernet/sfc/net_driver.h
drivers/net/ethernet/sfc/tc.c
drivers/net/ethernet/sfc/tc.h
drivers/net/ethernet/sfc/tc_counters.c [new file with mode: 0644]
drivers/net/ethernet/sfc/tc_counters.h [new file with mode: 0644]