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

Bruce Richardson bruce.richardson at intel.com
Tue Feb 23 18:31:06 CET 2016


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
> into struct eth_dev_ops. For those devices who do not implement it, it
> means it will not provide any ptype info.
> 
> v2:
>   - Move ptype_mask filter function from each PMDs into ether layer.
>   - Add ixgbe vPMD's ptype info.
>   - Fix code style issues.
>
Hi,

there are some outstanding comments on these patches. Can you send a V3 to
resolve them?

/Bruce


More information about the dev mailing list