[dpdk-dev] [PATCH v5 0/2] bond: mode 4 support

2014-11-25 Thread Wodkowski, PawelX
Some information detail about mode mode 4 of link bonding: This mode is described in IEEE 802.3ad/AX standard described. It is also described here https://www.kernel.org/doc/Documentation/networking/bonding.txt. In this implementation we have an array of mode 4 setting for each slave. There is al

[dpdk-dev] [PATCH v5 0/2] bond: mode 4 support

2014-11-24 Thread Michal Jastrzebski
From: Pawel Wodkowski v2 changes: New version handles race issues with setting/cancelin callbacks, fixes promiscus mode setting in mode 4 and some other minor errors in mode 4 implementation. v3 changes: This is a rework of previous patchset. Basic functionality is the same but contain following

[dpdk-dev] [PATCH v5 0/2] bond: mode 4 support

2014-11-24 Thread Michal Jastrzebski
v2 changes: New version handles race issues with setting/cancelin callbacks, fixes promiscus mode setting in mode 4 and some other minor errors in mode 4 implementation. v3 changes: This is a rework of previous patchset. Basic functionality is the same but contain following changes: - use one glob