Re: [dpdk-dev] [PATCH 1/4] testpmd: fix LACP ports to work with idle links

2017-11-01 Thread Ferruh Yigit
On 10/30/2017 6:07 PM, Ferruh Yigit wrote: > On 6/21/2017 6:25 PM, jingjing.wu at intel.com (Wu, Jingjing) wrote: >>> -Original Message- >>> From: rsanford2 at gmail.com >>> Sent: Tuesday, August 2, 2016 4:43 AM >>> Subject: [dpdk-dev] [PATCH 1/4] te

Re: [dpdk-dev] [PATCH 1/4] testpmd: fix LACP ports to work with idle links

2017-10-30 Thread Ferruh Yigit
On 6/21/2017 6:25 PM, jingjing.wu at intel.com (Wu, Jingjing) wrote: >> -Original Message- >> From: rsanford2 at gmail.com >> Sent: Tuesday, August 2, 2016 4:43 AM >> Subject: [dpdk-dev] [PATCH 1/4] testpmd: fix LACP ports to work with idle >> links >>

Re: [dpdk-dev] [PATCH 1/4] testpmd: fix LACP ports to work with idle links

2017-06-21 Thread Wu, Jingjing
> -Original Message- > From: rsanford2 at gmail.com > Sent: Tuesday, August 2, 2016 4:43 AM > Subject: [dpdk-dev] [PATCH 1/4] testpmd: fix LACP ports to work with idle > links > > Problem: When there is little or no TX traffic on an LACP port (bonding mode > 4)

[dpdk-dev] [PATCH 1/4] testpmd: fix LACP ports to work with idle links

2016-08-01 Thread Robert Sanford
Problem: When there is little or no TX traffic on an LACP port (bonding mode 4), we don't call its tx burst function in a timely manner, and thus we don't transmit LACPDUs when we should. Solution: Add and maintain an "lacp_master" flag in rte_port struct. In the main packet forwarding loop, if po