All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>,
	"Yang, Qiming" <qiming.yang@intel.com>
Cc: "Stillwell Jr, Paul M" <paul.m.stillwell.jr@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"Yigit, Ferruh" <ferruh.yigit@intel.com>
Subject: Re: [PATCH v2 0/7] net/ice: update share code
Date: Thu, 17 Jan 2019 13:31:42 +0000	[thread overview]
Message-ID: <039ED4275CED7440929022BC67E706115331D246@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <20190116141338.12310-1-qi.z.zhang@intel.com>



> -----Original Message-----
> From: Zhang, Qi Z
> Sent: Wednesday, January 16, 2019 10:14 PM
> To: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>
> Cc: Stillwell Jr, Paul M <paul.m.stillwell.jr@intel.com>; dev@dpdk.org; Yigit,
> Ferruh <ferruh.yigit@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>
> Subject: [PATCH v2 0/7] net/ice: update share code
> 
> For ice family NICs, package processing pipe line can be configured in a package
> file should be downloaded into device by driver during init.
> The patch set add necessary share code APIs to support package download.
> Also some code clean is included.
> 
> Though package download will not be enabled in 19.02 as plan, but we hope
> the share code part could be merged early.
> 
> Meanwhile we will submit a seperate  RFC patch for package download for
> customer early evelutation.
> 
> v2:
> - fix 32 bit compile error.
> - fix check patch warning.
> 
> Qi Zhang (7):
>   net/ice/base: code clean
>   net/ice/base: add API to support resource allocate
>   net/ice/base: add package download related data structure
>   net/ice/base: add some help macros
>   net/ice/base: add flexible pipeline module
>   net/ice/base: add flow module
>   net/ice/base: free flow profile entries
> 
>  drivers/net/ice/Makefile              |    2 +
>  drivers/net/ice/base/ice_adminq_cmd.h |   85 +
>  drivers/net/ice/base/ice_common.c     |   85 +-
>  drivers/net/ice/base/ice_common.h     |   32 +-
>  drivers/net/ice/base/ice_controlq.c   |    2 +-
>  drivers/net/ice/base/ice_flex_pipe.c  | 5056
> +++++++++++++++++++++++++++++++++  drivers/net/ice/base/ice_flex_pipe.h
> |  107 +  drivers/net/ice/base/ice_flex_type.h  |  685 +++++
>  drivers/net/ice/base/ice_flow.c       | 2080 ++++++++++++++
>  drivers/net/ice/base/ice_flow.h       |  337 +++
>  drivers/net/ice/base/ice_osdep.h      |    2 +
>  drivers/net/ice/base/ice_type.h       |   37 +-
>  drivers/net/ice/base/meson.build      |    2 +
>  13 files changed, 8479 insertions(+), 33 deletions(-)  create mode 100644
> drivers/net/ice/base/ice_flex_pipe.c
>  create mode 100644 drivers/net/ice/base/ice_flex_pipe.h
>  create mode 100644 drivers/net/ice/base/ice_flow.c
> 
> --
> 2.13.6

Applied to dpdk-next-net-intel.

Thanks
Qi

      parent reply	other threads:[~2019-01-17 13:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-15 12:56 [PATCH 0/7] net/ice: update share code Qi Zhang
2019-01-15 12:56 ` [PATCH 1/7] net/ice/base: code clean Qi Zhang
2019-01-15 12:56 ` [PATCH 2/7] net/ice/base: add API to support resource allocate Qi Zhang
2019-01-15 12:56 ` [PATCH 3/7] net/ice/base: add package download related data structure Qi Zhang
2019-01-15 12:56 ` [PATCH 4/7] net/ice/base: add some help macros Qi Zhang
2019-01-15 12:56 ` [PATCH 5/7] net/ice/base: add flexible pipeline module Qi Zhang
2019-01-15 12:56 ` [PATCH 6/7] net/ice/base: add flow module Qi Zhang
2019-01-16 12:14   ` Ferruh Yigit
2019-01-15 12:56 ` [PATCH 7/7] net/ice/base: free flow profile entries Qi Zhang
2019-01-16 12:15   ` Ferruh Yigit
2019-01-16  5:05 ` [PATCH 0/7] net/ice: update share code Lu, Wenzhuo
2019-01-16 12:16 ` Ferruh Yigit
2019-01-16 14:13 ` [PATCH v2 " Qi Zhang
2019-01-16 14:13   ` [PATCH v2 1/7] net/ice/base: code clean Qi Zhang
2019-01-16 14:13   ` [PATCH v2 2/7] net/ice/base: add API to support resource allocate Qi Zhang
2019-01-16 14:13   ` [PATCH v2 3/7] net/ice/base: add package download related data structure Qi Zhang
2019-01-16 14:13   ` [PATCH v2 4/7] net/ice/base: add some help macros Qi Zhang
2019-01-16 14:13   ` [PATCH v2 5/7] net/ice/base: add flexible pipeline module Qi Zhang
2019-01-16 14:13   ` [PATCH v2 6/7] net/ice/base: add flow module Qi Zhang
2019-01-16 14:13   ` [PATCH v2 7/7] net/ice/base: free flow profile entries Qi Zhang
2019-01-17 13:31   ` Zhang, Qi Z [this message]

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=039ED4275CED7440929022BC67E706115331D246@SHSMSX103.ccr.corp.intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=paul.m.stillwell.jr@intel.com \
    --cc=qiming.yang@intel.com \
    --cc=wenzhuo.lu@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 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.