commit | c6e088bf30dccb9fb7b7df7c394a2fe10eb3a27a | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Tue Feb 23 15:47:06 2021 -0800 |
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | Fri Jun 18 09:04:44 2021 -0700 |
tree | 539693249dfe42dca422addec0013c7658205bdf | |
parent | dda90cb90a5ced4ebfb75e3f06d59fa1abb58f65 [diff] |
i40e: clean up packet type lookup table Remove the unused ptype struct value, which makes table init easier for the zero entries, and use ranged initializer to remove a bunch of code (works with gcc and clang). There is no significant functional change. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Dave Switzer <david.switzer@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>