commit | 73556269aab30c39cba9cf8efafc402d0deb87b2 | [log] [tgz] |
---|---|---|
author | Sridhar Samudrala <sridhar.samudrala@intel.com> | Thu May 11 11:23:19 2017 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Jun 01 14:26:23 2017 -0700 |
tree | 60000d69a9c9971eb5861b53d860ec781e70cf70 | |
parent | a33c83c4353b2efc4d883bad06a86a9ba2dde4fc [diff] |
virtchnl: Add compile time static asserts to validate structure sizes This uses preprocessor tricks to make sure that a divide by zero occurs if a struct changes size outside the expected number of bytes. Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>