On 12/15/2023 9:26 PM, Randy Dunlap wrote:
On 12/14/23 20:01, Stephen Rothwell wrote:
Hi all,
Changes since 20231214:
on s390:
# CONFIG_XDP_SOCKETS is not set
../drivers/net/ethernet/intel/ice/ice_base.c: In function 'ice_xsk_pool_fill_cb':
../drivers/net/ethernet/intel/ice/ice_base.c:533:16: error: variable 'desc' has initializer but incomplete type
533 | struct xsk_cb_desc desc = {};
| ^~~~~~~~~~~
../drivers/net/ethernet/intel/ice/ice_base.c:533:28: error: storage size of 'desc' isn't known
533 | struct xsk_cb_desc desc = {};
| ^~~~
Full randconfig file is attached.
Adding bpf as it's from d68d707dcbbf ("ice: Support XDP hints in AF_XDP
ZC mode") which is on bpf-next (and hasn't made it's way to the Intel
trees yet).
Thanks,
Tony