MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_conf_input_data_modify

Function test_conf_input_data_modify

dpdk/app/test/test_pdcp.c:1048–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046}
1047
1048static void
1049test_conf_input_data_modify(struct pdcp_test_conf *conf, int inp_len)
1050{
1051 conf->input_len = inp_len;
1052 memset(conf->input, 0xab, inp_len);
1053}
1054
1055static struct rte_pdcp_entity*
1056test_entity_create(const struct pdcp_test_conf *t_conf, int *rc)

Callers 1

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected