]> www.infradead.org Git - users/hch/misc.git/commit
octeon_ep_vf: add Tx/Rx processing and interrupt support
authorShinas Rasheed <srasheed@marvell.com>
Thu, 8 Feb 2024 10:18:38 +0000 (02:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2024 09:01:52 +0000 (09:01 +0000)
commit1cd3b407977c3ab1d2ddc26cb7113e7fb1509cd1
treee94ac3d9d5db4c0a570badb9b63aca3c36b671cb
parentc3fad23cdc069aeff8f1b22a27e8a471c1d9d517
octeon_ep_vf: add Tx/Rx processing and interrupt support

Add support to enable MSI-x and register interrupts.
Add support to process Tx and Rx traffic. Includes processing
Tx completions and Rx refill.

Signed-off-by: Shinas Rasheed <srasheed@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_rx.c
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_tx.c