On 8/16/19 8:55 AM, [email protected] wrote:
From: Pavan Nikhilesh <[email protected]>Add ptype set default functionality i.e. enable ptype by default and report ptypes even if application disables ptypes. Signed-off-by: Pavan Nikhilesh <[email protected]>
May be it is better to have rte_ethdev_supported_ptype_set_dummy() in ethdev library and use it in PMDs instead of duplicating the function in all drivers. Or even treat NULL as dummy? It will remove the patch completely.

