[dpdk-dev] [PATCH]net/bonding: add DEFAULTED state in rx_machine in 802.3ad bonding implementation

2019-10-29 Thread lidejun
Hi All: This patch fixes a issue when DPDK 802.3ad bonding rx_machine enters EXPIRED state, but the opposite SWITCH lacp ignores distributing and collecting bit, so the SWITCH still sends packets to DPDK and all these packets are dropped. diff --git a/drivers/net/bonding/rte_eth_bond_8023ad.c b

[dpdk-dev] Does DPDK support DEFAULTED state in Receive machine in 802.3ad bond implementation?

2019-06-19 Thread lidejun
Why doesn’t DPDK support `DEFAULTED` state in Receive machine in 802.3ad bond implementation?

[dpdk-dev] Does DPDK support DEFAULTED state in Receive machine in 802.3ad bond implementation?

2019-06-16 Thread lidejun
Why doesn’t DPDK support `DEFAULTED` state in Receive machine in 802.3ad bond implementation?

[dpdk-dev] 答复: IPV4/IPV6 TCP/UDP Pseudo Header Checksum APIs

2018-10-19 Thread lidejun
I mean DPDK APIs do not exclude ipv4 options or ipv6 extension headers, it is bug? 发件人: Shyam Shrivastav [mailto:shrivastav.sh...@gmail.com] 发送时间: 2018年10月20日 13:23 收件人: lidejun 抄送: users ; dev@dpdk.org; Lichunhe (Cloud Networking) ; Wangliefeng 主题: Re: [dpdk-dev] IPV4/IPV6 TCP/UDP Pseudo

[dpdk-dev] IPV4/IPV6 TCP/UDP Pseudo Header Checksum APIs

2018-10-19 Thread lidejun
Has anybody used the following two APIs calculating ipv4&ipv6 tcp/udp pseudo header checksum? 1.rte_ipv4_phdr_cksum 2.rte_ipv6_phdr_cksum The ipv4 version does not exclude ip options and ipv6 version does not exclude extersion headers.