X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructxran__io__cfg.html;fp=docs%2FAPI%2Fstructxran__io__cfg.html;h=10a46095881e7e1324f0b3e74327d0299e9354db;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structxran__io__cfg.html b/docs/API/structxran__io__cfg.html new file mode 100644 index 0000000..10a4609 --- /dev/null +++ b/docs/API/structxran__io__cfg.html @@ -0,0 +1,285 @@ + + + + + + + +o-du/phy: xran_io_cfg Struct Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
xran_io_cfg Struct Reference
+
+
+ +

#include <xran_fh_o_du.h>

+
+Collaboration diagram for xran_io_cfg:
+
+
Collaboration graph
+
+ + + + + + + + + + + + + + + + + + + + + + +

+Data Fields

uint8_t id
 
char * dpdk_dev [XRAN_VF_MAX]
 
char * bbdev_dev [1]
 
int32_t bbdev_mode
 
int32_t core
 
int32_t system_core
 
int32_t pkt_proc_core
 
int32_t pkt_aux_core
 
int32_t timing_core
 
int32_t port [XRAN_VF_MAX]
 
+

Detailed Description

+

DPDK IO configuration for XRAN layer

+ +

Definition at line 294 of file xran_fh_o_du.h.

+

Field Documentation

+ +

◆ bbdev_dev

+ +
+
+ + + + +
char* bbdev_dev[1]
+
+

BBDev dev name

+ +

Definition at line 297 of file xran_fh_o_du.h.

+ +
+
+ +

◆ bbdev_mode

+ +
+
+ + + + +
int32_t bbdev_mode
+
+

DPDK for BBDev

+ +

Definition at line 298 of file xran_fh_o_du.h.

+ +
+
+ +

◆ core

+ +
+
+ + + + +
int32_t core
+
+

reservd

+ +

Definition at line 299 of file xran_fh_o_du.h.

+ +
+
+ +

◆ dpdk_dev

+ +
+
+ + + + +
char* dpdk_dev[XRAN_VF_MAX]
+
+

VFs devices

+ +

Definition at line 296 of file xran_fh_o_du.h.

+ +
+
+ +

◆ id

+ +
+
+ + + + +
uint8_t id
+
+

should be (0) for O-DU or (1) O-RU (debug)

+ +

Definition at line 295 of file xran_fh_o_du.h.

+ +
+
+ +

◆ pkt_aux_core

+ +
+
+ + + + +
int32_t pkt_aux_core
+
+

reservd

+ +

Definition at line 302 of file xran_fh_o_du.h.

+ +
+
+ +

◆ pkt_proc_core

+ +
+
+ + + + +
int32_t pkt_proc_core
+
+

reservd

+ +

Definition at line 301 of file xran_fh_o_du.h.

+ +
+
+ +

◆ port

+ +
+
+ + + + +
int32_t port[XRAN_VF_MAX]
+
+

VFs ports

+ +

Definition at line 304 of file xran_fh_o_du.h.

+ +
+
+ +

◆ system_core

+ +
+
+ + + + +
int32_t system_core
+
+

reservd

+ +

Definition at line 300 of file xran_fh_o_du.h.

+ +
+
+ +

◆ timing_core

+ +
+
+ + + + +
int32_t timing_core
+
+

core used by xRAN

+ +

Definition at line 303 of file xran_fh_o_du.h.

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