bonding: fix socket id for LACP slave
authorSergey Balabanov <balabanovsv@ecotelecom.ru>
Fri, 7 Aug 2015 09:33:18 +0000 (12:33 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 9 Aug 2015 23:56:05 +0000 (01:56 +0200)
commit85cc012ddda48ee6930789187bbfb661066e1c02
tree2369882ec1bdb76d4769a3275b3c3a855290e4cd
parentd23f7f8bcddecdc420875b5899715fbd97483370
bonding: fix socket id for LACP slave

On slave activation in LACP (8023AD) SOCKET_ANY_ID (which is -1)
is being casted to unsigned char and then to signed int.
The result is that socket_id has value of 255, not -1.
This results to memory allocation failure.

Fixes: 46fb43683679 ("bond: add mode 4")

Signed-off-by: Sergey Balabanov <balabanovsv@ecotelecom.ru>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
drivers/net/bonding/rte_eth_bond_8023ad.c