/linux/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 4 # OVS kernel module self tests 27 upcall_interfaces ovs: test the upcall interfaces 28 tunnel_metadata ovs: test extraction of tunnel metadata 112 ovs_sbx "$sbxname" python3 $ovs_base/ovs-dpctl.py add-dp $* 113 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;" 119 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py add-if \ 122 python3 $ovs_base/ovs-dpctl.py add-if \ 131 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py del-if "$2" "$3" || return 1 185 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py add-flow "$2" "$3" "$4" 195 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py del-flows "$2" [all …]
|
H A D | Makefile | 9 TEST_FILES := ovs-dpctl.py
|
/linux/tools/testing/selftests/net/ |
H A D | pmtu.sh | 103 # '- ovs | 238 pmtu_ipv4_ovs_vxlan4_exception IPv4, OVS vxlan4: PMTU exceptions 1 239 pmtu_ipv6_ovs_vxlan4_exception IPv6, OVS vxlan4: PMTU exceptions 1 240 pmtu_ipv4_ovs_vxlan6_exception IPv4, OVS vxlan6: PMTU exceptions 1 241 pmtu_ipv6_ovs_vxlan6_exception IPv6, OVS vxlan6: PMTU exceptions 1 242 pmtu_ipv4_ovs_geneve4_exception IPv4, OVS geneve4: PMTU exceptions 1 243 pmtu_ipv6_ovs_geneve4_exception IPv6, OVS geneve4: PMTU exceptions 1 244 pmtu_ipv4_ovs_geneve6_exception IPv4, OVS geneve6: PMTU exceptions 1 245 pmtu_ipv6_ovs_geneve6_exception IPv6, OVS geneve6: PMTU exceptions 1 854 run_cmd python3 ./openvswitch/ovs [all...] |
/linux/Documentation/networking/ |
H A D | bareudp.rst | 55 The bareudp device could be used along with OVS or flower filter in TC. 56 The OVS or TC flower layer must set the tunnel information in the SKB dst field before
|
H A D | switchdev.rst | 20 with SR-IOV or soft switches, such as OVS, are possible.
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | conntrack_sctp_collision.sh | 46 # simulate the delay on OVS upcall by setting up a delay for INIT_ACK with 57 # simulate the ctstate check on OVS nf_conntrack
|
/linux/net/openvswitch/ |
H A D | flow_table.c | 333 /* ovs-lock is required to protect mask-refcount and in flow_mask_remove() 474 /* Must be called with OVS mutex held. */ 872 /* Always called under ovs-mutex. */ in ovs_flow_tbl_lookup_exact() 954 /* Must be called with OVS mutex held. */ 1033 /* Must be called with OVS mutex held. */ 1057 /* Must be called with OVS mutex held. */ 1079 /* Must be called with OVS mutex held. */ 1103 /* Must be called with OVS mutex held. */
|
H A D | datapath.h | 115 * struct ovs_skb_cb - OVS data in skb CB 117 * when a packet is received by OVS. 162 * struct ovs_net - Per net-namespace data for ovs.
|
H A D | Kconfig | 32 forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
|
H A D | vport-gre.c | 101 MODULE_DESCRIPTION("OVS: GRE switching port");
|
H A D | vport-geneve.c | 138 MODULE_DESCRIPTION("OVS: Geneve switching port");
|
H A D | vport-vxlan.c | 167 MODULE_DESCRIPTION("OVS: VXLAN switching port");
|
H A D | vport.c | 93 * Must be called with ovs or RCU read lock.
|
H A D | meter.c | 141 * OvS uses id-pool to fetch a available id. in attach_meter()
|
H A D | datapath.c | 73 * OVS userspace sets the NLM_F_ECHO flag if it needs the reply. */ 311 net_dbg_ratelimited("ovs: action execution error on datapath %s: %d\n", in ovs_dp_process_packet() 491 /* Older versions of OVS user space enforce alignment of the last in queue_userspace_packet()
|
H A D | conntrack.c | 237 /* Update 'key' based on skb->_nfct. If 'post_ct' is true, then OVS has 258 /* OVS persists the related flag for the duration of the in ovs_ct_update_key()
|
/linux/tools/net/ynl/samples/ |
H A D | .gitignore | 4 ovs
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | redirect_ingress.c | 26 "redirect to ingress is supported only for OVS internal ports"); in tc_act_can_offload_redirect_ingress()
|
/linux/include/uapi/linux/ |
H A D | openvswitch.h | 28 * struct ovs_header - header for OVS Generic Netlink messages. 32 * Attributes following the header are specific to a particular OVS Generic 33 * Netlink family, but all of the OVS families use this header. 51 /* First OVS datapath version to support features */ 348 OVS_KEY_ATTR_IN_PORT, /* u32 OVS dp port number */
|
/linux/net/netfilter/ |
H A D | nf_nat_ovs.c | 2 /* Support nat functions for openvswitch and used by OVS and TC conntrack. */
|
H A D | nf_conntrack_ovs.c | 2 /* Support ct functions for openvswitch and used by OVS and TC conntrack. */
|
/linux/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 691 DECLARE_BITMAP(ovs, BITS_PER_TYPE(u64)); in smmu_pmu_handle_irq() 701 bitmap_from_u64(ovs, ovsr); in smmu_pmu_handle_irq() 702 for_each_set_bit(idx, ovs, smmu_pmu->num_counters) { in smmu_pmu_handle_irq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rep.h | 99 /* OVS internal port support */
|
/linux/net/sched/ |
H A D | Kconfig | 960 Say Y here to allow tc chain misses to continue in OvS datapath in 964 Say N here if you won't be using tc<->ovs offload or tc chains offload.
|
/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 1418 * In an OVS environment, when a flow is not cached, specifically for a in ibmveth_rx_csum_helper() 1420 * the user space for finding a flow. During this process, OVS computes in ibmveth_rx_csum_helper()
|