net/ice/base: support DCB
[dpdk.git] / drivers / net / ice / base / ice_flex_type.h
index 1bb8658..365f333 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2018
+ * Copyright(c) 2001-2019
  */
 
 #ifndef _ICE_FLEX_TYPE_H_
@@ -497,6 +497,7 @@ struct ice_es {
        u16 count;
        u16 fvw;
        u16 *ref_count;
+       u8 *written;
        u8 reverse; /* set to true to reverse FV order */
        struct LIST_HEAD_TYPE prof_map;
        struct ice_fv_word *t;