Loading
nvme: pad struct spdk_nvme_intel_marketing_description_page
Spec says this should be 512 bytes, but there's a FW bug with older Fultondale versions that writes 516 bytes instead. Just pad this out to 4096 bytes to be safe. There's really no harm - this structure is barely used. Fixes issue #780. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I7b4b560845fb40edb4a0ecf4dfa8924ee161ce41 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/456880 Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Seth Howell <seth.howell5141@gmail.com> Reviewed-by:
Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>