Re: [dpdk-dev] [PATCH v2] fix lacp check system address

2020-06-04 Thread podovinnikov
Hi Ferruh! Unfortunately I didn't see any patch from this link https://patchwork.dpdk.org/user/todo/dpdk/?series=8679 10.04.2020 13:24, Ferruh Yigit пишет: On 4/10/2020 11:21 AM, Ferruh Yigit wrote: On 4/10/2020 11:15 AM, Ferruh Yigit wrote: On 11/26/2019 3:09 PM, podovinnikov wrote

Re: [dpdk-dev] [PATCH v2] fix lacp check system address

2019-11-26 Thread podovinnikov
Hi Ferruh This is bonding patch, please cc bonding maintainers (Chas, instead of John W. Linville). Sorry about that. I have 2 patches ( one for af packet, one for bonding). I am a little confused. Can you please give more details, what is failing what is the impact etc. In bond (lacp) we

[dpdk-dev] [PATCH] fix memif does not free resources

2020-04-04 Thread Vadim Podovinnikov
Signed-off-by: Vadim Podovinnikov --- drivers/net/memif/rte_eth_memif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/memif/rte_eth_memif.c b/drivers/net/memif/rte_eth_memif.c index 81d71c53a..653ffa9b8 100644 --- a/drivers/net/memif/rte_eth_memif.c +++ b

[dpdk-dev] [PATCH v1] fix memif does not free resources

2020-04-04 Thread Vadim Podovinnikov
Signed-off-by: Vadim Podovinnikov --- drivers/net/memif/rte_eth_memif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/memif/rte_eth_memif.c b/drivers/net/memif/rte_eth_memif.c index 81d71c53a..653ffa9b8 100644 --- a/drivers/net/memif/rte_eth_memif.c +++ b

[dpdk-dev] [PATCH v3] add drop statistic for af_packet

2019-11-26 Thread Vadim Podovinnikov
From: Vadim add drop statistic for af_packet Signed-off-by: Vadim Podovinnikov --- drivers/net/af_packet/rte_eth_af_packet.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/net/af_packet/rte_eth_af_packet.c b/drivers/net/af_packet/rte_eth_af_packet.c

[dpdk-dev] [PATCH v4] add drop statistic for af_packet

2019-11-29 Thread Vadim Podovinnikov
Signed-off-by: Vadim Podovinnikov --- drivers/net/af_packet/rte_eth_af_packet.c | 33 +-- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/drivers/net/af_packet/rte_eth_af_packet.c b/drivers/net/af_packet/rte_eth_af_packet.c index eee0fbce2..2aa7c0fcc 100644