NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_geneve_option Union Reference

doca flow GENEVE option single DW. More...

#include <doca_flow_net.h>

Data Fields

struct {
   doca_be16_t   class_id
 
   uint8_t   type
 
   uint8_t   length
 
}; 
 
doca_be32_t data
 

Detailed Description

doca flow GENEVE option single DW.

This object describes single DW (4-bytes) from GENEVE option header. It describes either the first DW in the option including class, type and length or any other data DW.

Definition at line 381 of file doca_flow_net.h.

Field Documentation

◆ 

struct { ... }

option header.

◆ class_id

doca_be16_t doca_flow_geneve_option::class_id

option class

Definition at line 383 of file doca_flow_net.h.

◆ data

doca_be32_t doca_flow_geneve_option::data

4 bytes of option data.

Definition at line 395 of file doca_flow_net.h.

◆ length

uint8_t doca_flow_geneve_option::length

Definition at line 387 of file doca_flow_net.h.

◆ type

uint8_t doca_flow_geneve_option::type

option type

Definition at line 385 of file doca_flow_net.h.


The documentation for this union was generated from the following file: