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

#include </opt/mellanox/doca/applications/file_compression/file_compression_core.h>

Collaboration diagram for server_runtime_data:

Data Fields

uint64_t expected_checksum
 
uint32_t expected_file_chunks
 
uint32_t received_file_chunks
 
uint32_t received_file_length
 
char * compressed_file
 
uint32_t expected_sha_len
 
uint8_t * expected_sha
 
char * sha_src_data
 
struct doca_buf * sha_src_buf
 
struct doca_sha_task_hash * sha_hash_task
 
struct doca_sha_task_partial_hash * sha_partial_hash_task
 
struct program_core_objectssha_state
 
size_t active_sha_tasks
 
int fd
 

Detailed Description

Definition at line 60 of file file_compression_core.h.

Field Documentation

◆ active_sha_tasks

size_t server_runtime_data::active_sha_tasks

Definition at line 69 of file file_integrity_core.h.

◆ compressed_file

char* server_runtime_data::compressed_file

Definition at line 65 of file file_compression_core.h.

◆ expected_checksum

uint64_t server_runtime_data::expected_checksum

Definition at line 61 of file file_compression_core.h.

◆ expected_file_chunks

uint32_t server_runtime_data::expected_file_chunks

Definition at line 62 of file file_compression_core.h.

◆ expected_sha

uint8_t* server_runtime_data::expected_sha

Definition at line 61 of file file_integrity_core.h.

◆ expected_sha_len

uint32_t server_runtime_data::expected_sha_len

Definition at line 60 of file file_integrity_core.h.

◆ fd

int server_runtime_data::fd

Definition at line 70 of file file_integrity_core.h.

◆ received_file_chunks

uint32_t server_runtime_data::received_file_chunks

Definition at line 63 of file file_compression_core.h.

◆ received_file_length

uint32_t server_runtime_data::received_file_length

Definition at line 64 of file file_compression_core.h.

◆ sha_hash_task

struct doca_sha_task_hash* server_runtime_data::sha_hash_task

Definition at line 66 of file file_integrity_core.h.

◆ sha_partial_hash_task

struct doca_sha_task_partial_hash* server_runtime_data::sha_partial_hash_task

Definition at line 67 of file file_integrity_core.h.

◆ sha_src_buf

struct doca_buf* server_runtime_data::sha_src_buf

Definition at line 65 of file file_integrity_core.h.

◆ sha_src_data

char* server_runtime_data::sha_src_data

Definition at line 64 of file file_integrity_core.h.

◆ sha_state

struct program_core_objects* server_runtime_data::sha_state

Definition at line 68 of file file_integrity_core.h.


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