[dpdk-dev] [PATCH v2 00/12] Add API to get packet type info

2016-02-23 Thread Bruce Richardson
On Fri, Jan 15, 2016 at 01:45:47PM +0800, Jianfeng Tan wrote: > A new ether API rte_eth_dev_get_ptype_info() is added to query what > packet type information will be provided by current pmd driver of the > specifed port. > > To achieve this, a new function pointer, dev_ptype_info_get, is added > i

[dpdk-dev] [PATCH v2 00/12] Add API to get packet type info

2016-01-15 Thread Jianfeng Tan
A new ether API rte_eth_dev_get_ptype_info() is added to query what packet type information will be provided by current pmd driver of the specifed port. To achieve this, a new function pointer, dev_ptype_info_get, is added into struct eth_dev_ops. For those devices who do not implement it, it mean