Re: [dpdk-dev] [PATCH] net/bonding: fix bonding in 8023ad mode

2017-12-01 Thread Ferruh Yigit
On 9/4/2017 6:37 AM, radu.nicolau at intel.com (Radu Nicolau) wrote: > On 8/8/2017 1:56 PM, Jacek Piasecki wrote: >> This patch blocks possibility to set master bonding by >> rte_eth_bond_mode_set() in 802.3ad mode, as the API >> doesn't prevent this. >> >> Fixes: 6d72657ce379 ("net/bonding: add ot

Re: [dpdk-dev] [PATCH] net/bonding: fix bonding in 8023ad mode

2017-09-04 Thread Radu Nicolau
On 8/8/2017 1:56 PM, Jacek Piasecki wrote: This patch blocks possibility to set master bonding by rte_eth_bond_mode_set() in 802.3ad mode, as the API doesn't prevent this. Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") Cc: danielx.t.mrzyg...@intel.com Signed-off-by: Jacek Pias

[dpdk-dev] [PATCH] net/bonding: fix bonding in 8023ad mode

2017-08-08 Thread Jacek Piasecki
This patch blocks possibility to set master bonding by rte_eth_bond_mode_set() in 802.3ad mode, as the API doesn't prevent this. Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") Cc: danielx.t.mrzyg...@intel.com Signed-off-by: Jacek Piasecki --- drivers/net/bonding/rte_eth_bond_ap