[dpdk-dev] [PATCH] pmd_bond: fix mac address update for ACTIVE_BACKUP, TLB and ALB modes

2020-06-17 Thread Sergey Lvov
It seems to be a typo Signed-off-by: Sergey Lvov --- drivers/net/bonding/rte_eth_bond_pmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bonding/rte_eth_bond_pmd.c b/drivers/net/bonding/rte_eth_bond_pmd.c index 612a64599..3ef0df84a 100644 --- a/drivers/net/bon

Re: [dpdk-dev] [PATCH] pmd_bond: fix mac address update for ACTIVE_BACKUP, TLB and ALB modes

2020-06-18 Thread Chas Williams
Yes, this does look like a typo on someone's part. Please change use net/bonding: instead of pmd_bond: Please add a Fixes: line Please add a Cc: sta...@dpdk.org On 6/17/20 3:02 PM, Sergey Lvov wrote: > It seems to be a typo > > Signed-off-by: Sergey Lvov > --- > drivers/net/bonding/rte_eth_bo

Re: [dpdk-dev] [PATCH] pmd_bond: fix mac address update for ACTIVE_BACKUP, TLB and ALB modes

2020-06-18 Thread Wei Hu (Xavier)
Hi, Chas Williams & Sergey Lvov There was a two-patch series about bonding those are still in reviewing state, and the one of them includes the identical modification. Thanks. http://patches.dpdk.org/patch/68742/ The series include two patches: http://patches.dpdk.org/patch/68742/ http://pa

Re: [dpdk-dev] [PATCH] pmd_bond: fix mac address update for ACTIVE_BACKUP, TLB and ALB modes

2020-07-11 Thread Wei Hu (Xavier)
Hi, Sergey Lvov There was a two-patch series about bonding those are still in reviewing state, and the one of them includes the identical modification. http://patches.dpdk.org/patch/68742/ Would you like to review it and give 'Signed-off-by' on the patch if there are no object? Thanks, X

Re: [dpdk-dev] [PATCH] pmd_bond: fix mac address update for ACTIVE_BACKUP, TLB and ALB modes

2020-07-17 Thread Wei Hu (Xavier)
Hi, Sergey Lvov Thanks for you reporting issues, The identical modification had been applied to dpdk-next-net. http://patches.dpdk.org/patch/68742/ repo: http://dpdk.org/git/next/dpdk-next-net f109ce2c5c6b114f533ffcb69460385ac04db215 net/bonding: fix MAC address whe