[dpdk-dev] [PATCH v4 0/3] net/i40e: configurable PTYPE mapping

Zhang, Qi Z qi.z.zhang at intel.com
Fri Mar 31 16:14:49 CEST 2017



> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Friday, March 31, 2017 9:57 PM
> To: Zhang, Qi Z <qi.z.zhang at intel.com>; Wu, Jingjing
> <jingjing.wu at intel.com>; Zhang, Helin <helin.zhang at intel.com>
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: configurable PTYPE
> mapping
> 
> On 3/30/2017 12:29 PM, Qi Zhang wrote:
> > The patch set create new APIs that help to change the mapping from
> > hardware defined packet type to software defined packet type for i40e
> NICs.
> > Keep these APIs private is because currently they are only meaningful
> > for devices that support dynamic PTYPE configuration, which may not be
> > a general device feature.
> >
> > v4:
> >
> > - Add comment to explain the "user defined" ptype.
> >
> > v3:
> >
> > - Fix compile error when CONFIG_RTE_LIBRTE_I40E_PMD=y in testpmd
> >
> > v2:
> >
> > - Add testpmd command line:
> >   ptype mapping get <port_id> <valid_only>
> >   ptype mapping replace <port_id> <target> <mask> <pkt_type>
> >   ptype mapping reset <port_id>
> >   ptype mapping update <port_id> <hw_ptype> <sw_ptype>
> >
> > - Rename APIs to rte_pmd_i40e_ptype_mapping_xxx
> >
> > - Add missing API declaration in rte_pmd_i40e_version.map
> >
> > - Add missing ptype in check_invalid_pkt_type
> >
> > - Fix couple typo error
> >
> > Qi Zhang (3):
> >   net/i40e: enable per dev PTYPE mapping table
> >   net/i40e: configurable PTYPE mapping
> >   app/testpmd: add CL for ptype mapping configure
> 
> Same for this patch, having merge conflicts, can you please rebase it on top
> of latest next-net?

OK
> 
> Thanks,
> ferruh



More information about the dev mailing list