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

2016-01-13 Thread Qiu, Michael
On 12/31/2015 9:53 PM, Jianfeng Tan wrote: > HAPPRY NEW YEAR! > > 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 >

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

2015-12-31 Thread Jianfeng Tan
HAPPRY NEW YEAR! 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 imp