<snip> >*app_params, >> } >> >> rte_eth_promiscuous_enable(port_id); >> + rte_eth_dev_set_supported_ptypes(port_id, >RTE_PTYPE_UNKNOWN); > >This is strange, since the function signature is defined (in 1/7) as: > > int rte_eth_dev_set_supported_ptypes(uint16_t port_id, uint32_t >ptype_mask, > uint32_t *set_ptypes, int num); > >Did you mean to add more args?
Ah yes, my bad. I will send v4. Thanks, Pavan. > >> rte_eth_macaddr_get(port_id, &bbdev_port_eth_addr); <snip>