net/iavf: replace function name with macro
authorJunfeng Guo <junfeng.guo@intel.com>
Tue, 15 Sep 2020 08:17:58 +0000 (16:17 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:11 +0000 (18:55 +0200)
commit82c11f03337b35f6e7da0b1e340640b4914492e6
tree25955f56807c6919053e98dfbdf2613f0f759ced
parent5d9b711da51c5760d0a64f8233200b3df576f98d
net/iavf: replace function name with macro

Replace some function name with macro to shrink coding characters.
VIRTCHNL_DEL_PROTO_HDR_FIELD, VIRTCHNL_ADD_PROTO_HDR_FIELD
--> REFINE_PROTO_FLD.

Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/iavf/iavf_hash.c