reference the correct variable in a comment
MFC after: 3 days
This commit is contained in:
parent
3863e61d2e
commit
0d88706547
@ -4331,7 +4331,7 @@ igb_setup_receive_ring(struct rx_ring *rxr)
|
||||
rxbuf = &rxr->rx_buffers[j];
|
||||
#ifdef DEV_NETMAP
|
||||
if (slot) {
|
||||
/* slot sj is mapped to the i-th NIC-ring entry */
|
||||
/* slot sj is mapped to the j-th NIC-ring entry */
|
||||
int sj = netmap_idx_n2k(&na->rx_rings[rxr->me], j);
|
||||
uint64_t paddr;
|
||||
void *addr;
|
||||
|
Loading…
Reference in New Issue
Block a user