On Thu, Jul 6, 2023 at 1:47 PM Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> wrote: > > Introduce new netlink attribute NETDEV_A_DEV_XDP_ZC_MAX_SEGS that will > carry maximum fragments that underlying ZC driver is able to handle on > TX side. It is going to be included in netlink response only when driver > supports ZC. Any value higher than 1 implies multi-buffer ZC support on > underlying device. > > Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> I suspect something in this patch makes XDP bonding test fail. See BPF CI. I can reproduce the failure locally as well. test_progs -t bond works without the series and fails with them.