Re: [dpdk-dev] [PATCH] net/bonding: switch to new offloading flags

2018-03-28 Thread Matan Azrad
Hi Declan, Radu Please try to answer for the below questions. From: Ferruh Yigit, Sent: Thursday, March 22, 2018 8:14 PM > On 3/14/2018 12:50 PM, Matan Azrad wrote: > > Questions: > > Have you an idea why bonding PMD doesn't adjust the slaves port > configurations to the bonding port configuratio

Re: [dpdk-dev] [PATCH] net/bonding: switch to new offloading flags

2018-03-22 Thread Ferruh Yigit
On 3/14/2018 12:50 PM, Matan Azrad wrote: > Questions: > Have you an idea why bonding PMD doesn't adjust the slaves port > configurations to the bonding port configuration like he does for slave queue > configuration? > Is the responsibility to fill the slave port configuration structure for the

Re: [dpdk-dev] [PATCH] net/bonding: switch to new offloading flags

2018-03-20 Thread Ferruh Yigit
On 3/14/2018 12:50 PM, Matan Azrad wrote: > Hi Ferruh > > From: Ferruh Yigit, Sent: Tuesday, March 13, 2018 2:25 PM >> Switch from using deprecated bitfields in rxmode to offloads variable. >> >> Signed-off-by: Ferruh Yigit >> --- >> drivers/net/bonding/rte_eth_bond_api.c | 3 ++- >> drivers/net/

Re: [dpdk-dev] [PATCH] net/bonding: switch to new offloading flags

2018-03-14 Thread Matan Azrad
Hi Ferruh From: Ferruh Yigit, Sent: Tuesday, March 13, 2018 2:25 PM > Switch from using deprecated bitfields in rxmode to offloads variable. > > Signed-off-by: Ferruh Yigit > --- > drivers/net/bonding/rte_eth_bond_api.c | 3 ++- > drivers/net/bonding/rte_eth_bond_pmd.c | 9 +++-- > 2 files c

Re: [dpdk-dev] [PATCH] net/bonding: switch to new offloading flags

2018-03-14 Thread Radu Nicolau
On 3/13/2018 12:24 PM, Ferruh Yigit wrote: Switch from using deprecated bitfields in rxmode to offloads variable. Signed-off-by: Ferruh Yigit --- Acked-by: Radu Nicolau

[dpdk-dev] [PATCH] net/bonding: switch to new offloading flags

2018-03-13 Thread Ferruh Yigit
Switch from using deprecated bitfields in rxmode to offloads variable. Signed-off-by: Ferruh Yigit --- drivers/net/bonding/rte_eth_bond_api.c | 3 ++- drivers/net/bonding/rte_eth_bond_pmd.c | 9 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/net/bonding/rte_eth_