[dpdk-dev] [PATCH v8 00/11] Add API to get supported packet types

2016-03-18 Thread Bruce Richardson
On Mon, Mar 14, 2016 at 03:42:45PM +0800, Jianfeng Tan wrote: > To achieve this, a new function pointer, dev_supported_ptypes_get, is added > into struct eth_dev_ops. For those devices who do not implement it, it > means it does not support any ptypes. > > v8: > - Rebased on

[dpdk-dev] [PATCH v8 00/11] Add API to get supported packet types

2016-03-14 Thread Jianfeng Tan
To achieve this, a new function pointer, dev_supported_ptypes_get, is added into struct eth_dev_ops. For those devices who do not implement it, it means it does not support any ptypes. v8: - Rebased on dpdk-next-net/rel_16_04 branch. - Rename ptypes_info -> supported_ptypes. - Abandon info