File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,7 @@ struct virtchnl_rss_key {
476
476
u16 vsi_id ;
477
477
u16 key_len ;
478
478
u8 key [1 ]; /* RSS hash key, packed bytes */
479
+ u8 pad [1 ];
479
480
};
480
481
481
482
VIRTCHNL_CHECK_STRUCT_LEN (6 , virtchnl_rss_key );
@@ -484,6 +485,7 @@ struct virtchnl_rss_lut {
484
485
u16 vsi_id ;
485
486
u16 lut_entries ;
486
487
u8 lut [1 ]; /* RSS lookup table */
488
+ u8 pad [1 ];
487
489
};
488
490
489
491
VIRTCHNL_CHECK_STRUCT_LEN (6 , virtchnl_rss_lut );
@@ -572,6 +574,7 @@ struct virtchnl_filter {
572
574
enum virtchnl_action action ;
573
575
u32 action_meta ;
574
576
u8 field_flags ;
577
+ u8 pad [3 ];
575
578
};
576
579
577
580
VIRTCHNL_CHECK_STRUCT_LEN (272 , virtchnl_filter );
@@ -610,6 +613,7 @@ struct virtchnl_pf_event {
610
613
/* link_speed provided in Mbps */
611
614
u32 link_speed ;
612
615
u8 link_status ;
616
+ u8 pad [3 ];
613
617
} link_event_adv ;
614
618
} event_data ;
615
619
@@ -635,6 +639,7 @@ struct virtchnl_iwarp_qv_info {
635
639
u16 ceq_idx ;
636
640
u16 aeq_idx ;
637
641
u8 itr_idx ;
642
+ u8 pad [3 ];
638
643
};
639
644
640
645
VIRTCHNL_CHECK_STRUCT_LEN (12 , virtchnl_iwarp_qv_info );
You can’t perform that action at this time.
0 commit comments