page-pool.c: In function ‘do_stats’: page-pool.c:377:17: error: too few arguments to function ‘netdev_page_pool_get_dump’; expected 2, have 1 377 | pools = netdev_page_pool_get_dump(ys); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from page-pool.c:10: ../generated/netdev-user.h:235:1: note: declared here 235 | netdev_page_pool_get_dump(struct ynl_sock *ys, | ^~~~~~~~~~~~~~~~~~~~~~~~~ page-pool.c:384:20: error: too few arguments to function ‘netdev_page_pool_stats_get_dump’; expected 2, have 1 384 | pp_stats = netdev_page_pool_stats_get_dump(ys); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../generated/netdev-user.h:367:1: note: declared here 367 | netdev_page_pool_stats_get_dump(struct ynl_sock *ys, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:38: page-pool.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:28: ynltool] Error 2 make: *** Waiting for unfinished jobs.... error: Your local changes to the following files would be overwritten by checkout: net/core/netdev-genl-gen.c Please commit your changes or stash them before you switch branches. Aborting