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

2016-02-26 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 will not provide any ptype info. v4: - Change how to use this API: to previously agreement reached in mail. v3: - Change how to use this API:

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

2016-02-26 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 will not provide any ptype info. v4: - Change how to use this API: to previously agreement reached in mail. v3: - Change how to use this API: