Bypass what?
2017-06-28 22:59 GMT-07:00 Paras Jha :
> It's possible to bypass this by unloading and reloading the patched
> network driver
>
> On Thu, Jun 29, 2017 at 12:39 AM, Vincenzo Maffione
> wrote:
>
>> Hi,
>> It is an expected behaviour that you cannot open eth4 and eth5 if they
>> are
It's possible to bypass this by unloading and reloading the patched network
driver
On Thu, Jun 29, 2017 at 12:39 AM, Vincenzo Maffione
wrote:
> Hi,
> It is an expected behaviour that you cannot open eth4 and eth5 if they
> are bond, as the device are being used by the lagg pseudo-driver.
> Sin
Hi,
It is an expected behaviour that you cannot open eth4 and eth5 if they
are bond, as the device are being used by the lagg pseudo-driver.
Since this driver does not have netmap support for the moment being, there
is no way you can get the native mode performance if you use lagg.
If you just n
Hi all,
I have a bonded interface bond0 which enslaves eth4 and eth5. When trying
to open the devices eth4 or eth5 via netmap, I get a "device in use" error.
Opening the bond0 interface directly in netmap works, however it is in
emulated mode (as expected of a pseudointerface)
What is the idiomat