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

2016-03-10 Thread Bruce Richardson
On Thu, Mar 10, 2016 at 03:31:24AM +0800, Jianfeng Tan wrote: > 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 > means it does not provide any ptype info. > FYI: If doing a V8, please remove the "pmd/"

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

2016-03-10 Thread Jianfeng Tan
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 means it does not provide any ptype info. v7: - 2.2 -> 16.04 - Add note: this API better invoked after device is already started. - Update release_16_0