From: Bowers, AndrewX <andrewx.bowers@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH S29 v2 3/6] ice: Implement Dynamic Device Personalization (DDP) download
Date: Mon, 9 Sep 2019 21:17:12 +0000 [thread overview]
Message-ID: <f61537adc3884eeaa4d449ffc6a3efdb@intel.com> (raw)
In-Reply-To: <20190906134626.37344-3-anthony.l.nguyen@intel.com>
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Tony Nguyen
> Sent: Friday, September 6, 2019 6:46 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH S29 v2 3/6] ice: Implement Dynamic Device
> Personalization (DDP) download
>
> Add the required defines, structures, and functions to enable downloading a
> DDP package. Before download, checks are performed to ensure the
> package is valid and compatible.
>
> Note that package download is not yet requested by the driver as further
> initialization is required to utilize the package.
>
> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
> ---
> drivers/net/ethernet/intel/ice/Makefile | 1 +
> .../net/ethernet/intel/ice/ice_adminq_cmd.h | 60 ++
> drivers/net/ethernet/intel/ice/ice_common.c | 40 +-
> drivers/net/ethernet/intel/ice/ice_common.h | 4 +
> .../net/ethernet/intel/ice/ice_flex_pipe.c | 607 ++++++++++++++++++
> .../net/ethernet/intel/ice/ice_flex_pipe.h | 25 +
> .../net/ethernet/intel/ice/ice_flex_type.h | 372 +++++++++++
> .../net/ethernet/intel/ice/ice_hw_autogen.h | 2 +
> drivers/net/ethernet/intel/ice/ice_type.h | 26 +
> 9 files changed, 1136 insertions(+), 1 deletion(-) create mode 100644
> drivers/net/ethernet/intel/ice/ice_flex_pipe.c
> create mode 100644 drivers/net/ethernet/intel/ice/ice_flex_pipe.h
> create mode 100644 drivers/net/ethernet/intel/ice/ice_flex_type.h
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
next prev parent reply other threads:[~2019-09-09 21:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-06 13:46 [Intel-wired-lan] [PATCH S29 v2 1/6] ice: send driver version to firmware Tony Nguyen
2019-09-06 13:46 ` [Intel-wired-lan] [PATCH S29 v2 2/6] ice: Fix FW version formatting in dmesg Tony Nguyen
2019-09-09 21:16 ` Bowers, AndrewX
2019-09-06 13:46 ` [Intel-wired-lan] [PATCH S29 v2 3/6] ice: Implement Dynamic Device Personalization (DDP) download Tony Nguyen
2019-09-09 21:17 ` Bowers, AndrewX [this message]
2019-09-06 13:46 ` [Intel-wired-lan] [PATCH S29 v2 4/6] ice: Initialize DDP package structures Tony Nguyen
2019-09-09 21:17 ` Bowers, AndrewX
2019-09-06 13:46 ` [Intel-wired-lan] [PATCH S29 v2 5/6] ice: Enable DDP package download Tony Nguyen
2019-09-06 13:46 ` [Intel-wired-lan] [PATCH S29 v2 6/6] ice: Bump version Tony Nguyen
2019-09-09 21:18 ` Bowers, AndrewX
2019-09-09 21:16 ` [Intel-wired-lan] [PATCH S29 v2 1/6] ice: send driver version to firmware Bowers, AndrewX
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=f61537adc3884eeaa4d449ffc6a3efdb@intel.com \
--to=andrewx.bowers@intel.com \
--cc=intel-wired-lan@osuosl.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.