OSDN Git Service

iavf: clean up packet type lookup table
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Tue, 23 Feb 2021 23:47:07 +0000 (15:47 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 18 Jun 2021 16:04:44 +0000 (09:04 -0700)
commit37dc8fea8656f149e0fa5a03a2736b32350fe2b1
treee883a1226633f728d2ca90539cf8c60b2acb7d61
parentc6e088bf30dccb9fb7b7df7c394a2fe10eb3a27a
iavf: 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>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/iavf/iavf_common.c
drivers/net/ethernet/intel/iavf/iavf_type.h