Home
last modified time | relevance | path

Searched refs:xdp_features (Results 1 – 25 of 50) sorted by relevance

12

/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_features.sh36 [ "$(pidof xdp_features)" = "" ] || kill $(pidof xdp_features) 2> /dev/null
41 ss -tlp | grep -q xdp_features
50 ./xdp_features -f XDP_PASS -D $V1_IP6 -T $V0_IP6 v1 &
52 ip netns exec ${NS} ./xdp_features -t -f XDP_PASS \
58 ./xdp_features -f XDP_DROP -D ::ffff:$V1_IP4 -T ::ffff:$V0_IP4 v1 &
60 ip netns exec ${NS} ./xdp_features -t -f XDP_DROP \
67 ./xdp_features -f XDP_ABORTED -D $V1_IP6 -T $V0_IP6 v1 &
69 ip netns exec ${NS} ./xdp_features -t -f XDP_ABORTED \
75 ./xdp_features -f XDP_TX -D ::ffff:$V1_IP4 -T ::ffff:$V0_IP4 v1 &
77 ip netns exec ${NS} ./xdp_features -t -f XDP_TX \
[all …]
H A Dxdp_features.c279 static int dut_attach_xdp_prog(struct xdp_features *skel, int flags) in dut_attach_xdp_prog()
361 static int dut_run(struct xdp_features *skel) in dut_run()
496 static bool tester_collect_detected_cap(struct xdp_features *skel, in tester_collect_detected_cap()
574 static int tester_run(struct xdp_features *skel) in tester_run()
658 struct xdp_features *skel; in main()
H A D.gitignore45 xdp_features
H A DMakefile134 xdp_features \
515 xdp_features.skel.h-deps := xdp_features.bpf.o
828 $(OUTPUT)/xdp_features: xdp_features.c $(OUTPUT)/network_helpers.o $(OUTPUT)/xdp_features.skel.h | …
/linux/tools/net/ynl/samples/
H A Dnetdev.c32 if (!d->_present.xdp_features) in netdev_print_device()
35 printf("xdp-features (%llx):", d->xdp_features); in netdev_print_device()
36 for (int i = 0; d->xdp_features >= 1U << i; i++) { in netdev_print_device()
37 if (d->xdp_features & (1U << i)) in netdev_print_device()
/linux/net/core/
H A Dxdp.c1002 if (dev->xdp_features == val) in xdp_set_features_flag_locked()
1006 dev->xdp_features = val; in xdp_set_features_flag_locked()
1024 xdp_features_t val = (dev->xdp_features | NETDEV_XDP_ACT_NDO_XMIT); in xdp_features_set_redirect_target_locked()
1042 xdp_features_t val = dev->xdp_features; in xdp_features_clear_redirect_target_locked()
/linux/kernel/bpf/
H A Ddevmap.c500 if (!(dev->xdp_features & NETDEV_XDP_ACT_NDO_XMIT)) in __xdp_enqueue()
503 if (unlikely(!(dev->xdp_features & NETDEV_XDP_ACT_NDO_XMIT_SG) && in __xdp_enqueue()
565 if (!(obj->dev->xdp_features & NETDEV_XDP_ACT_NDO_XMIT)) in is_valid_dst()
568 if (unlikely(!(obj->dev->xdp_features & NETDEV_XDP_ACT_NDO_XMIT_SG) && in is_valid_dst()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2338 xdp_features_t xdp_features; in gve_set_netdev_xdp_features() local
2341 xdp_features = NETDEV_XDP_ACT_BASIC; in gve_set_netdev_xdp_features()
2342 xdp_features |= NETDEV_XDP_ACT_REDIRECT; in gve_set_netdev_xdp_features()
2343 xdp_features |= NETDEV_XDP_ACT_XSK_ZEROCOPY; in gve_set_netdev_xdp_features()
2345 xdp_features = NETDEV_XDP_ACT_BASIC; in gve_set_netdev_xdp_features()
2346 xdp_features |= NETDEV_XDP_ACT_REDIRECT; in gve_set_netdev_xdp_features()
2347 xdp_features |= NETDEV_XDP_ACT_XSK_ZEROCOPY; in gve_set_netdev_xdp_features()
2349 xdp_features = 0; in gve_set_netdev_xdp_features()
2352 xdp_set_features_flag_locked(priv->dev, xdp_features); in gve_set_netdev_xdp_features()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_sf_eth.c53 netdev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in ice_sf_cfg_netdev()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst29 xdp_features_t xdp_features
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2766 netdev->xdp_features = NETDEV_XDP_ACT_BASIC; in nfp_net_netdev_init()
2768 netdev->xdp_features |= NETDEV_XDP_ACT_HW_OFFLOAD; in nfp_net_netdev_init()
2774 netdev->xdp_features |= NETDEV_XDP_ACT_XSK_ZEROCOPY; in nfp_net_netdev_init()
2775 netdev->xdp_features |= NETDEV_XDP_ACT_REDIRECT; in nfp_net_netdev_init()
/linux/net/xdp/
H A Dxsk_buff_pool.c198 if ((netdev->xdp_features & NETDEV_XDP_ACT_XSK) != NETDEV_XDP_ACT_XSK) { in xp_assign_dev()
/linux/drivers/net/ethernet/ti/
H A Dcpsw.c1511 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in cpsw_probe_dual_emac()
1691 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in cpsw_probe()
H A Dcpsw_new.c1439 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | in cpsw_create_ports()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c808 netdev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_RX_SG; in fbnic_netdev_alloc()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c1021 net_dev->xdp_features = NETDEV_XDP_ACT_BASIC | in efx_pci_probe_post_io()
/linux/drivers/net/ethernet/sfc/
H A Defx.c1122 net_dev->xdp_features = NETDEV_XDP_ACT_BASIC | in efx_pci_probe_post_io()
/linux/drivers/net/netdevsim/
H A Dnetdev.c995 dev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_HW_OFFLOAD; in nsim_setup()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c869 dev->xdp_features = NETDEV_XDP_ACT_BASIC | in lan966x_probe_port()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1761 netdev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT; in fun_create_netdev()
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c2123 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in netsec_probe()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c2222 netdev->xdp_features = NETDEV_XDP_ACT_BASIC; in nicvf_probe()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c4625 net_dev->xdp_features = NETDEV_XDP_ACT_BASIC | in dpaa2_eth_netdev_init()
4630 net_dev->xdp_features |= NETDEV_XDP_ACT_XSK_ZEROCOPY; in dpaa2_eth_netdev_init()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c2583 net->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in netvsc_probe()
/linux/drivers/net/
H A Dxen-netfront.c1751 netdev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in xennet_create_dev()

12