Jian Shen wrote: > The prototype of .features is netdev_features_t, it should use > NETIF_F_LLTX and NETIF_F_HW_VLAN_STAG_TX, not NETIF_F_LLTX_BIT > and NETIF_F_HW_VLAN_STAG_TX_BIT. > > Fixes: cf204a718357 ("test_bpf: Introduce 'gso_linear_no_head_frag' skb_segment test") > > Signed-off-by: Jian Shen <shenjian15@xxxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>