#include <stdlib.h>
#include "rte_policer.h"
int
rte_phb_config(struct rte_phb *phb_table, uint32_t phb_table_index,
{
struct rte_phb *phb = NULL;
if (phb_table == NULL) {
return -1;
}
return -2;
}
phb = &phb_table[phb_table_index];
phb->actions[pre_meter][post_meter] = action;
return 0;
}