NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
simple_fwd_pkt_info Struct Reference

#include </opt/mellanox/doca/applications/simple_fwd_vnf/simple_fwd_pkt.h>

Collaboration diagram for simple_fwd_pkt_info:

Data Fields

void * orig_data
 
uint16_t orig_port_id
 
uint16_t pipe_queue
 
uint32_t rss_hash
 
struct simple_fwd_pkt_format outer
 
enum doca_flow_tun_type tun_type
 
struct simple_fwd_pkt_tun_format tun
 
struct simple_fwd_pkt_format inner
 
int len
 

Detailed Description

Packet parsing result. points to relevant point in packet and classify it.

Definition at line 85 of file simple_fwd_pkt.h.

Field Documentation

◆ inner

struct simple_fwd_pkt_format simple_fwd_pkt_info::inner

Definition at line 89 of file simple_fwd_pkt.h.

◆ len

int simple_fwd_pkt_info::len

Definition at line 95 of file simple_fwd_pkt.h.

◆ orig_data

void* simple_fwd_pkt_info::orig_data

Definition at line 86 of file simple_fwd_pkt.h.

◆ orig_port_id

uint16_t simple_fwd_pkt_info::orig_port_id

Definition at line 87 of file simple_fwd_pkt.h.

◆ outer

struct simple_fwd_pkt_format simple_fwd_pkt_info::outer

Definition at line 89 of file simple_fwd_pkt.h.

◆ pipe_queue

uint16_t simple_fwd_pkt_info::pipe_queue

Definition at line 88 of file simple_fwd_pkt.h.

◆ rss_hash

uint32_t simple_fwd_pkt_info::rss_hash

Definition at line 89 of file simple_fwd_pkt.h.

◆ tun

struct simple_fwd_pkt_tun_format simple_fwd_pkt_info::tun

Definition at line 89 of file simple_fwd_pkt.h.

◆ tun_type

enum doca_flow_tun_type simple_fwd_pkt_info::tun_type

Definition at line 89 of file simple_fwd_pkt.h.


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