Skip to content

Random failure for so file generation to load to dpdk pipeline #104

@swaroopsarma

Description

@swaroopsarma

In src/pipe_mgr/shared/dal/dpdk/dal_init.c

	snprintf(buffer, sizeof(buffer), "gcc -shared %s -o %s",
		 o_filepath, so_filepath);
	LOG_TRACE("Running command: %s\n", buffer);
           		status = system(buffer);

status returns error, for which a work around is in place and needs to be fixed properly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions