net/ice/base: increase protocol offset size
[dpdk.git] / drivers / net / ice / base / ice_protocol_type.h
index 6b3bd65..e572dd3 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];