All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zhang, Helin" <helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Thomas Monjalon
	<thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
Cc: "dev-VfR2kkLFssw@public.gmane.org" <dev-VfR2kkLFssw@public.gmane.org>
Subject: Re: [PATCH v2 0/7] unified flow types and RSS offload types
Date: Tue, 24 Feb 2015 13:45:24 +0000	[thread overview]
Message-ID: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A80BDFB@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <3376568.d6DK7S5IQ4@xps13>



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org]
> Sent: Monday, February 23, 2015 6:59 AM
> To: Zhang, Helin
> Cc: dev-VfR2kkLFssw@public.gmane.org; Wu, Jingjing; Chen, Jing D
> Subject: Re: [dpdk-dev] [PATCH v2 0/7] unified flow types and RSS offload types
> 
> > > It unifies the flow types and RSS offload types for all PMDs.
> > > Previously flow types are defined specifically for i40e, and there
> > > has different RSS offloads tyeps for 1/10G and 40G seperately. This
> > > is not so convenient for application development, and not good for adding
> new PMDs.
> > > In addition, it enables new RSS offloads of 'tcp' and 'all' in testpmd.
> > >
> > > v2 changes:
> > > * Integrated with configuring hash functions.
> > > * Corrected the wrong help string of flow director parameters.
> > > * Renamed the flow types from ETH_FLOW_TYPE_ to RTE_ETH_FLOW_.
> > > * Removed useless annotations for flow type elements in rte_eth_ctrl.h.
> > >
> > > Helin Zhang (7):
> > >   app/test-pmd: code style fix
> > >   ethdev: code style fix
> > >   i40e: code style fix
> > >   ethdev: fix of calculating the size of flow type mask array
> > >   ethdev: unification of flow types
> > >   ethdev: unification of RSS offload types
> > >   app/testpmd: support new rss offloads
> >
> > Acked-by: Jingjing Wu <jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> 
> Applied, thanks
> There were some difficult merges with new flow director API and fm10K.
> Please check everything is OK.

Thank you very much! We expected that merges would be difficult, and Jingjing planned to work out a new version.
But, you had done that for us! Thanks for your great helps to get it being merged!
We will check the master branch as a double check!

Regards,
Helin

  reply	other threads:[~2015-02-24 13:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-19  6:56 [PATCH 0/7] unification of flow types and RSS offload types Helin Zhang
     [not found] ` <1421650577-25969-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-01-19  6:56   ` [PATCH 1/7] app/test-pmd: code style fix Helin Zhang
2015-01-19  6:56   ` [PATCH 2/7] ethdev: " Helin Zhang
2015-01-19  6:56   ` [PATCH 3/7] i40e: " Helin Zhang
2015-01-19  6:56   ` [PATCH 4/7] ethdev: fix of calculating the size of flow type mask array Helin Zhang
     [not found]     ` <1421650577-25969-5-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-02 15:31       ` Thomas Monjalon
2015-02-03  5:24         ` Zhang, Helin
2015-01-19  6:56   ` [PATCH 5/7] ethdev: unification of flow types Helin Zhang
     [not found]     ` <98DB008FA2AC6644B40AD8C766FAB271014BDED15D@BOREAL.arubanetworks.com>
     [not found]       ` <98DB008FA2AC6644B40AD8C766FAB271014BDED15D-AxeMsvIPF9dVlT40swnHCBaHJUVzwnCM@public.gmane.org>
2015-01-27  5:20         ` Zhang, Helin
     [not found]     ` <1421650577-25969-6-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-02 15:38       ` Thomas Monjalon
2015-02-03  5:40         ` Zhang, Helin
2015-01-19  6:56   ` [PATCH 6/7] ethdev: unification of RSS offload types Helin Zhang
2015-01-19  6:56   ` [PATCH 7/7] app/testpmd: support new rss offloads Helin Zhang
2015-01-22  7:48   ` [PATCH 0/7] unification of flow types and RSS offload types Wu, Jingjing
2015-02-04  7:16   ` [PATCH v2 0/7] unified " Helin Zhang
     [not found]     ` <1423034193-26966-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-04  7:16       ` [PATCH v2 1/7] app/test-pmd: code style fix Helin Zhang
2015-02-04  7:16       ` [PATCH v2 2/7] ethdev: " Helin Zhang
2015-02-04  7:16       ` [PATCH v2 3/7] i40e: " Helin Zhang
2015-02-04  7:16       ` [PATCH v2 4/7] ethdev: fix of calculating the size of flow type mask array Helin Zhang
2015-02-04  7:16       ` [PATCH v2 5/7] ethdev: unification of flow types Helin Zhang
2015-02-04  7:16       ` [PATCH v2 6/7] ethdev: unification of RSS offload types Helin Zhang
2015-02-04  7:16       ` [PATCH v2 7/7] app/testpmd: support new rss offloads Helin Zhang
2015-02-15  5:03       ` [PATCH v2 0/7] unified flow types and RSS offload types Wu, Jingjing
     [not found]         ` <9BB6961774997848B5B42BEC655768F8BA84DF-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-22 22:58           ` Thomas Monjalon
2015-02-24 13:45             ` Zhang, Helin [this message]
     [not found]               ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A80BDFB-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-24 15:01                 ` Wu, Jingjing

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=F35DEAC7BCE34641BA9FAC6BCA4A12E70A80BDFB@SHSMSX104.ccr.corp.intel.com \
    --to=helin.zhang-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.