Page MenuHomeFreeBSD

iflib: netmap: fix rsync index overrun
ClosedPublic

Authored by vmaffione on Jun 13 2020, 7:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 4:55 PM
Unknown Object (File)
Sun, Aug 9, 7:28 AM
Unknown Object (File)
Sat, Aug 8, 6:29 PM
Unknown Object (File)
Sat, Aug 8, 11:03 AM
Unknown Object (File)
Fri, Aug 7, 3:21 AM
Unknown Object (File)
Wed, Jul 22, 8:48 PM
Unknown Object (File)
Mon, Jul 20, 12:55 AM
Unknown Object (File)
Sat, Jul 18, 8:09 AM

Details

Summary

In the current iflib_netmap_rxsync, there is nothing that prevents kring->nr_hwtail to overrun kring->nr_hwcur during the descriptor import phase. This may cause errors in netmap applications, such as:

em1 RX0: fail 'head < kring->nr_hwcur || head > kring->nr_hwtail' h 795 c 795 t 282 rh 795 rc 795 rt 282 hc 282 ht 282
Test Plan

Tested on an em device in a VM. After the patch, the problem disappears.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I guess no objections here? This is an easy change, that fixes a bug that is very easy to reproduce, and that prevents netmap applications from working for real on iflib.

This revision is now accepted and ready to land.Jun 23 2020, 3:00 PM
This revision was automatically updated to reflect the committed changes.