]> git.baikalelectronics.ru Git - kernel.git/commit
ice: add the DDP Track ID to devlink info
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 7 Oct 2020 17:54:43 +0000 (10:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Oct 2020 20:14:19 +0000 (13:14 -0700)
commitdcaacf0e096a189d8f5eed352b981c92ac3763ad
treec05469c21e0b42fae20cb778b2d34d23dbdc4a9c
parent75cc955f2e7688e2cccb56b1c21f245aef42d73f
ice: add the DDP Track ID to devlink info

Add "fw.app.bundle_id" to display the DDP Track ID of the active DDP
package. This id is similar to "fw.bundle_id" and is a unique identifier
for the DDP package that is loaded in the device. Each new DDP has
a unique Track ID generated for it, and the ID can be used to identify
and track the DDP package.

Add documentation for the new devlink info version.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/devlink/ice.rst
drivers/net/ethernet/intel/ice/ice_devlink.c