We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519d648 commit abaf8d5Copy full SHA for abaf8d5
drivers/net/ethernet/intel/ice/ice_txrx.c
@@ -1152,11 +1152,11 @@ int ice_clean_rx_irq(struct ice_rx_ring *rx_ring, int budget)
1152
unsigned int total_rx_bytes = 0, total_rx_pkts = 0;
1153
unsigned int offset = rx_ring->rx_offset;
1154
struct xdp_buff *xdp = &rx_ring->xdp;
1155
+ u32 cached_ntc = rx_ring->first_desc;
1156
struct ice_tx_ring *xdp_ring = NULL;
1157
struct bpf_prog *xdp_prog = NULL;
1158
u32 ntc = rx_ring->next_to_clean;
1159
u32 cnt = rx_ring->count;
- u32 cached_ntc = ntc;
1160
u32 xdp_xmit = 0;
1161
u32 cached_ntu;
1162
bool failure;
0 commit comments