| 1046 | } |
| 1047 | |
| 1048 | static void |
| 1049 | test_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 | |
| 1055 | static struct rte_pdcp_entity* |
| 1056 | test_entity_create(const struct pdcp_test_conf *t_conf, int *rc) |
no test coverage detected