Searched refs:gro (Results 1 – 16 of 16) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | gro.sh | 26 ip netns exec $server_ns ./gro "${ARGS[@]}" "--rx" "--iface" "server" \ 30 ip netns exec $client_ns ./gro "${ARGS[@]}" "--iface" "client" \
|
H A D | udpgro_fwd.sh | 221 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on 232 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on 240 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on 246 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on 254 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
|
H A D | .gitignore | 10 gro
|
H A D | Makefile | 32 TEST_PROGS += gro.sh 73 TEST_GEN_FILES += gro
|
H A D | setup_veth.sh | 18 ip netns exec "${ns_name}" ethtool -K "${ns_dev}" gro on tso off
|
H A D | big_tcp.sh | 138 ip net exec $ROUTER_NS ethtool -K link1 gro $gw_gro 140 ip net exec $SERVER_NS ethtool -K link3 gro $ser_gro
|
H A D | udpgro_frglist.sh | 40 ip netns exec "${PEER_NS}" ethtool -K veth1 rx-gro-list on
|
H A D | udpgro.sh | 39 ip netns exec "${PEER_NS}" ethtool -K veth1 gro on
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_xdp_features.sh | 26 ethtool -K v1 gro on 28 ip netns exec ${NS} ethtool -K v0 gro on
|
/linux/net/core/ |
H A D | Makefile | 15 fib_notifier.o xdp.o flow_offload.o gro.o \
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.h | 681 struct wil_net_stats *stats, bool gro);
|
H A D | txrx.c | 894 struct wil_net_stats *stats, bool gro) in wil_netif_rx() argument 958 if (gro) in wil_netif_rx()
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 294 * ``gro=[0,1]`` - sets GRO off or on. Enables receive/transmit offloads. 334 vecX:transport=tap,ifname=tap0,depth=128,gro=1 362 vecX:transport=hybrid,ifname=tap0,depth=128,gro=1 376 vecX:transport=raw,ifname=p-veth0,depth=128,gro=1 398 vec0:transport=raw,ifname=p-veth0,depth=128,gro=1 729 vec0:transport=tap,ifname=tap0,depth=128,gro=1 \
|
/linux/Documentation/networking/ |
H A D | netdev-features.rst | 162 * rx-gro-hw
|
H A D | napi.rst | 198 ``gro-flush-timeout`` and ``napi-defer-hard-irqs``. 213 "gro-flush-timeout": 11111}'
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1791 bool gro; in bnxt_tpa_end() local 1815 gro = !!(bp->flags & BNXT_FLAG_GRO); in bnxt_tpa_end() 1828 gro = !!TPA_END_GRO(tpa_end); in bnxt_tpa_end() 1919 if (gro) in bnxt_tpa_end()
|