]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/ice_protocol_type.h
net/ice/base: increase protocol offset size
[dpdk.git] / drivers / net / ice / base / ice_protocol_type.h
index 6b3bd6542e6f1a6ac66e8ef975b3b69115332714..e572dd320ea034d736f480b15fa45c20010d93c6 100644 (file)
@@ -223,7 +223,7 @@ struct ice_prot_lkup_ext {
        u16 prot_type;
        u8 n_val_words;
        /* create a buffer to hold max words per recipe */
-       u8 field_off[ICE_MAX_CHAIN_WORDS];
+       u16 field_off[ICE_MAX_CHAIN_WORDS];
 
        struct ice_fv_word fv_words[ICE_MAX_CHAIN_WORDS];