DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Yigit, Ferruh" <ferruh.yigit@intel.com>
Cc: "Wu, Jingjing" <jingjing.wu@intel.com>,
	"Zhang, Helin" <helin.zhang@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v6 1/3] net/i40e: enable per dev PTYPE mapping table
Date: Tue, 4 Apr 2017 00:40:11 +0000	[thread overview]
Message-ID: <039ED4275CED7440929022BC67E7061153081616@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <14a3ae57-5fdf-ac4a-b94f-110f373c634b@intel.com>



> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Monday, April 3, 2017 6:12 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: Wu, Jingjing <jingjing.wu@intel.com>; Zhang, Helin
> <helin.zhang@intel.com>; dev@dpdk.org
> Subject: Re: [PATCH v6 1/3] net/i40e: enable per dev PTYPE mapping table
> 
> On 4/3/2017 11:51 AM, Qi Zhang wrote:
> > The mapping from hardware defined packet type to software defined
> > packet type is static for i40e device, the patch let each ethdev to to
> > have their own copy of mapping table, this give the possibility that
> > different ethdev can be set different PTYPE mapping rule which is the
> > requirement to support following hardware's dynamic PTYPE feature.
> >
> > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
> > ---
> > v5:
> >
> > - Rebase to dpdk-next-net
> >
> >  drivers/net/i40e/i40e_ethdev.c        |  1 +
> >  drivers/net/i40e/i40e_ethdev.h        |  5 +++++
> >  drivers/net/i40e/i40e_ethdev_vf.c     |  2 +-
> >  drivers/net/i40e/i40e_rxtx.c          | 30
> ++++++++++++++++++++++--------
> >  drivers/net/i40e/i40e_rxtx.h          |  3 ++-
> >  drivers/net/i40e/i40e_rxtx_vec_neon.c |  8 +++++---
> > drivers/net/i40e/i40e_rxtx_vec_sse.c  | 14 ++++++++------
> 
> I40e PowerPC altivec vector PMD added recently, it is still only in next-net,
> should this patch update that file too?
Will update.
> 
> Thanks,
> ferruh

  reply	other threads:[~2017-04-04  0:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-03 10:51 [dpdk-dev] [PATCH v6 0/3] net/i40e: configurable PTYPE mapping Qi Zhang
2017-04-03 10:51 ` [dpdk-dev] [PATCH v6 1/3] net/i40e: enable per dev PTYPE mapping table Qi Zhang
2017-04-03 10:11   ` Ferruh Yigit
2017-04-04  0:40     ` Zhang, Qi Z [this message]
2017-04-03 10:51 ` [dpdk-dev] [PATCH v6 2/3] net/i40e: configurable PTYPE mapping Qi Zhang
2017-04-03 10:51 ` [dpdk-dev] [PATCH v6 3/3] app/testpmd: add CL for ptype mapping configure Qi Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=039ED4275CED7440929022BC67E7061153081616@SHSMSX103.ccr.corp.intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=helin.zhang@intel.com \
    --cc=jingjing.wu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).