Re: [PATCH net-next v3 8/8] net/fungible: Kconfig, Makefiles, and MAINTAINERS
From: Dimitris Michailidis <hidden>
Date: 2022-01-04 06:01:33
From: Dimitris Michailidis <hidden>
Date: 2022-01-04 06:01:33
On Mon, Jan 3, 2022 at 7:17 PM Jakub Kicinski [off-list ref] wrote:
On Mon, 3 Jan 2022 17:09:33 -0800 Dimitris Michailidis wrote:quoted
Hook up the new driver to configuration and build.bpf-next merge brought in some changes last week: drivers/net/ethernet/fungible/funeth/funeth_rx.c:180:17: error: too few arguments to function ‘bpf_warn_invalid_xdp_action’ 180 | bpf_warn_invalid_xdp_action(act); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks, update coming shortly. I'll also remove the 32b dma_set_mask_and_coherent() as I see a number of such removals going in.