mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
geneve-map-rename: rename geneve-map to tlv-map.
This patch renames the command name related with geneve-map to a more generic name as following: add-geneve-map -> add-tlv-map del-geneve-map -> del-tlv-map dump-geneve-map -> dump-tlv-map It also renames the Geneve_table to tlv_table. By doing this renaming, the NSH variable context header (the same TLV format as Geneve) or other protocol can reuse the field tun_metadata<N> in the future. Signed-off-by: Mengke Liu <mengke.liu@intel.com> Signed-off-by: Ricky Li <ricky.li@intel.com> Signed-off-by: Jesse Gross <jesse@kernel.org>
This commit is contained in:
@@ -3066,7 +3066,7 @@ dp_netdev_upcall(struct dp_netdev_pmd_thread *pmd, struct dp_packet *packet_,
|
||||
/* Translate tunnel metadata masks to datapath format. */
|
||||
if (wc) {
|
||||
if (wc->masks.tunnel.metadata.present.map) {
|
||||
struct geneve_opt opts[GENEVE_TOT_OPT_SIZE /
|
||||
struct geneve_opt opts[TLV_TOT_OPT_SIZE /
|
||||
sizeof(struct geneve_opt)];
|
||||
|
||||
tun_metadata_to_geneve_udpif_mask(&flow->tunnel,
|
||||
|
Reference in New Issue
Block a user