IB/hfi1: Add counter to track unsupported packets drop
Add sw counter to track dropped unsupported packets. Report unsupported packets drop as the RcvError. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Jakub Pawlak <jakub.pawlak@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

zatwierdzone przez
Doug Ledford

rodzic
583eb8b8a1
commit
2b71904674
@@ -1128,7 +1128,8 @@ struct hfi1_devdata {
|
||||
NUM_SEND_DMA_ENG_ERR_STATUS_COUNTERS];
|
||||
/* Software counter that aggregates all cce_err_status errors */
|
||||
u64 sw_cce_err_status_aggregate;
|
||||
|
||||
/* Software counter that aggregates all bypass packet rcv errors */
|
||||
u64 sw_rcv_bypass_packet_errors;
|
||||
/* receive interrupt functions */
|
||||
rhf_rcv_function_ptr *rhf_rcv_function_map;
|
||||
rhf_rcv_function_ptr normal_rhf_rcv_functions[8];
|
||||
|
Reference in New Issue
Block a user