common/iavf: fix order of protocol header types
authorTing Xu <ting.xu@intel.com>
Sun, 25 Apr 2021 06:53:04 +0000 (14:53 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Fri, 30 Apr 2021 13:11:13 +0000 (15:11 +0200)
commitcfacca202fc2a794f13018472b053532ee264e95
tree720fd5d9270880e26c630272743f6b6dde04848c
parentca7036b4af3a82d258cca914e71171434b3d0320
common/iavf: fix order of protocol header types

The new virtchnl protocol header types for IPv4 and IPv6 fragment are
not added in order, which will break ABI. Move them to the end of the
list.

Fixes: e6a42fd9158b ("common/iavf: add protocol header for IP fragment")
Cc: stable@dpdk.org
Signed-off-by: Ting Xu <ting.xu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/common/iavf/README
drivers/common/iavf/virtchnl.h