From: Bowers, AndrewX <andrewx.bowers@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH S29 v3 5/6] ice: Enable DDP package download
Date: Wed, 11 Sep 2019 18:59:46 +0000 [thread overview]
Message-ID: <7f27d68d2bbd44bd9fcf3a74628d9516@intel.com> (raw)
In-Reply-To: <20190909134747.10415-5-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: Monday, September 9, 2019 6:48 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH S29 v3 5/6] ice: Enable DDP package
> download
>
> Attempt to request an optional device-specific DDP package file (one with
> the PCIe Device Serial Number in its name so that different DDP package files
> can be used on different devices). If the optional package file exists,
> download it to the device. If not, download the default package file.
>
> Log an appropriate message based on whether or not a DDP package file
> exists and the return code from the attempt to download it to the device. If
> the download fails and there is not already a package file on the device, go
> into "Safe Mode" where some features are not supported.
>
> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
> ---
> v3:
> - Fixed wording on error message
> ---
> drivers/net/ethernet/intel/ice/ice.h | 14 +
> drivers/net/ethernet/intel/ice/ice_common.c | 69 ++
> drivers/net/ethernet/intel/ice/ice_common.h | 2 +
> drivers/net/ethernet/intel/ice/ice_dcb_lib.c | 42 ++
> drivers/net/ethernet/intel/ice/ice_dcb_lib.h | 2 +
> drivers/net/ethernet/intel/ice/ice_ethtool.c | 27 +
> .../net/ethernet/intel/ice/ice_flex_pipe.c | 4 +-
> .../net/ethernet/intel/ice/ice_flex_pipe.h | 1 +
> drivers/net/ethernet/intel/ice/ice_lib.c | 92 +--
> drivers/net/ethernet/intel/ice/ice_lib.h | 1 +
> drivers/net/ethernet/intel/ice/ice_main.c | 614 ++++++++++++++----
> .../net/ethernet/intel/ice/ice_virtchnl_pf.c | 6 +
> 12 files changed, 679 insertions(+), 195 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
next prev parent reply other threads:[~2019-09-11 18:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-09 13:47 [Intel-wired-lan] [PATCH S29 v3 1/6] ice: send driver version to firmware Tony Nguyen
2019-09-09 13:47 ` [Intel-wired-lan] [PATCH S29 v3 2/6] ice: Fix FW version formatting in dmesg Tony Nguyen
2019-09-11 18:58 ` Bowers, AndrewX
2019-09-09 13:47 ` [Intel-wired-lan] [PATCH S29 v3 3/6] ice: Implement Dynamic Device Personalization (DDP) download Tony Nguyen
2019-09-11 18:58 ` Bowers, AndrewX
2019-09-09 13:47 ` [Intel-wired-lan] [PATCH S29 v3 4/6] ice: Initialize DDP package structures Tony Nguyen
2019-09-11 18:59 ` Bowers, AndrewX
2019-09-09 13:47 ` [Intel-wired-lan] [PATCH S29 v3 5/6] ice: Enable DDP package download Tony Nguyen
2019-09-11 18:59 ` Bowers, AndrewX [this message]
2019-09-09 13:47 ` [Intel-wired-lan] [PATCH S29 v3 6/6] ice: Bump version Tony Nguyen
2019-09-11 19:00 ` Bowers, AndrewX
2019-09-11 18:57 ` [Intel-wired-lan] [PATCH S29 v3 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=7f27d68d2bbd44bd9fcf3a74628d9516@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox