On 4/17/2024 8:23 AM, Michael Baum wrote:
> The "rte_flow_item_geneve_opt" structure describes the GENEVE TLV option
> header according to RFC 8926 [1]:
>
> struct rte_flow_item_geneve_opt {
> rte_be16_t option_class;
> uint8_t option_type;
> uint8_t option_len;
> uint32_t
The "rte_flow_item_geneve_opt" structure describes the GENEVE TLV option
header according to RFC 8926 [1]:
struct rte_flow_item_geneve_opt {
rte_be16_t option_class;
uint8_t option_type;
uint8_t option_len;
uint32_t *data;
};
The "option_len" field is used for two
2 matches
Mail list logo