API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_pktio_set_op_t Union Reference

Packet IO set operations. More...

#include <packet_io_types.h>

Data Fields

struct { 
 
   uint32_t   promisc_mode: 1 
 Promiscuous mode. More...
 
   uint32_t   mac_addr: 1 
 MAC address
More...
 
   uint32_t   skip_offset: 1 
 Per port header offset(skip)set. More...
 
   uint32_t   maxlen: 1 
 Maximum frame length. More...
 
op 
 Operation flags.
 
uint32_t all_bits
 All bits of the bit field structure.
 

Detailed Description

Packet IO set operations.

Supported packet IO interface set operations listed in a bit field structure.

Definition at line 759 of file api/spec/packet_io_types.h.

Field Documentation

◆ promisc_mode

uint32_t odp_pktio_set_op_t::promisc_mode

◆ mac_addr

uint32_t odp_pktio_set_op_t::mac_addr

MAC address

Definition at line 765 of file api/spec/packet_io_types.h.

◆ skip_offset

uint32_t odp_pktio_set_op_t::skip_offset

Per port header offset(skip)set.

Definition at line 767 of file api/spec/packet_io_types.h.

◆ maxlen

uint32_t odp_pktio_set_op_t::maxlen

Maximum frame length.

Examples
odp_l2fwd.c, odp_l2fwd_perf.c, and odp_packet_gen.c.

Definition at line 769 of file api/spec/packet_io_types.h.

◆ all_bits

uint32_t odp_pktio_set_op_t::all_bits

All bits of the bit field structure.

This field can be used to set/clear all flags, or bitwise operations over the entire structure.

Examples
odp_sysinfo.c.

Definition at line 774 of file api/spec/packet_io_types.h.


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