Searched hist:ad2ecebd67d8a80fe5412d11df375a5ed2db7cd1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.h | diff ad2ecebd67d8a80fe5412d11df375a5ed2db7cd1 Tue Feb 16 04:59:51 CST 2016 Sunil Goutham <sgoutham@cavium.com> net: thunderx: Fix receive packet stats
Counting rx packets for every CQE_RX in CQ irq handler is incorrect. Synchronization is missing when multiple queues are receiving packets simultaneously. Like transmit packet stats use HW stats here.
Also removed unused 'cqe_type' parameter in nicvf_rcv_pkt_handler().
Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | nicvf_queues.c | diff ad2ecebd67d8a80fe5412d11df375a5ed2db7cd1 Tue Feb 16 04:59:51 CST 2016 Sunil Goutham <sgoutham@cavium.com> net: thunderx: Fix receive packet stats
Counting rx packets for every CQE_RX in CQ irq handler is incorrect. Synchronization is missing when multiple queues are receiving packets simultaneously. Like transmit packet stats use HW stats here.
Also removed unused 'cqe_type' parameter in nicvf_rcv_pkt_handler().
Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | nicvf_main.c | diff ad2ecebd67d8a80fe5412d11df375a5ed2db7cd1 Tue Feb 16 04:59:51 CST 2016 Sunil Goutham <sgoutham@cavium.com> net: thunderx: Fix receive packet stats
Counting rx packets for every CQE_RX in CQ irq handler is incorrect. Synchronization is missing when multiple queues are receiving packets simultaneously. Like transmit packet stats use HW stats here.
Also removed unused 'cqe_type' parameter in nicvf_rcv_pkt_handler().
Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|