[Differential] D20824: Fix netmap + vlan panics

2019-07-01 Thread Phabricator
This revision was automatically updated to reflect the committed changes. Closed by commit rS349581: netmap: fix two panics with emulated adapter (authored by vmaffione). Herald added a subscriber: imp. CHANGED PRIOR TO COMMIT https://reviews.freebsd.org/D20824?vs=59258&id=59287#toc REPOSITORY

[Differential] D20824: Fix netmap + vlan panics

2019-07-01 Thread vmaffione (Vincenzo Maffione)
vmaffione accepted this revision. vmaffione added a comment. This revision is now accepted and ready to land. Looks good, thanks. The netmap unit tests and integration tests still pass with these changes. As a side, using the netmap emulated adapter (aka generic) is rather slow, because

[Differential] D20824: Fix netmap + vlan panics

2019-07-01 Thread aleksandr.fedorov_itglobal.com (Aleksandr Fedorov)
aleksandr.fedorov_itglobal.com edited the test plan for this revision. CHANGES SINCE LAST ACTION https://reviews.freebsd.org/D20824/new/ REVISION DETAIL https://reviews.freebsd.org/D20824 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: aleksandr.fedorov_

[Differential] D20824: Fix netmap + vlan panics

2019-07-01 Thread aleksandr.fedorov_itglobal.com (Aleksandr Fedorov)
aleksandr.fedorov_itglobal.com created this revision. aleksandr.fedorov_itglobal.com added reviewers: vmaffione, jhb, bz. REVISION SUMMARY It is very useful to be able to create virtual networks, such as: VM1 - VALE switch - if_vlan - ix0 -- physical network -- ix0 - if_vlan - VALE switch - VM2