Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support

2018-01-13 Thread Zhang, Qi Z
me to think it over. Regards Qi > -Original Message- > From: Wiles, Keith > Sent: Friday, December 22, 2017 10:06 PM > To: Zhang, Qi Z > Cc: Alex Rosenbaum ; > adrien.mazarg...@6wind.com; DPDK ; Doherty, Declan > > Subject: Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow

Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support

2017-12-25 Thread Alex Rosenbaum
On Tue, Dec 26, 2017 at 5:28 AM, Zhang, Qi Z wrote: >> On Fri, Dec 22, 2017 at 11:03 AM, Zhang, Qi Z wrote: >> >> On Thu, Dec 21, 2017 at 4:35 AM, Qi Zhang wrote: >> >> > Add new APIs to support flow timeout, application is able to 1. >> >> > Setup the time duration of a flow, the flow is expect

Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support

2017-12-25 Thread Zhang, Qi Z
Hi Alex: > -Original Message- > From: Alex Rosenbaum [mailto:rosenbauma...@gmail.com] > Sent: Saturday, December 23, 2017 6:27 AM > To: Zhang, Qi Z > Cc: adrien.mazarg...@6wind.com; DPDK ; Doherty, Declan > > Subject: Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow ti

Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support

2017-12-22 Thread Alex Rosenbaum
On Fri, Dec 22, 2017 at 11:03 AM, Zhang, Qi Z wrote: >> On Thu, Dec 21, 2017 at 4:35 AM, Qi Zhang wrote: >> > Add new APIs to support flow timeout, application is able to 1. Setup >> > the time duration of a flow, the flow is expected to be deleted >> > automatically when timeout. >> >> Can you e

Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support

2017-12-22 Thread Wiles, Keith
DPDK ; Doherty, Declan >> >> Subject: Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support >> >> On Thu, Dec 21, 2017 at 4:35 AM, Qi Zhang wrote: >>> Add new APIs to support flow timeout, application is able to 1. Setup >>> the time duration of a flo

Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support

2017-12-22 Thread Zhang, Qi Z
Alex: > -Original Message- > From: Alex Rosenbaum [mailto:rosenbauma...@gmail.com] > Sent: Thursday, December 21, 2017 9:59 PM > To: Zhang, Qi Z > Cc: adrien.mazarg...@6wind.com; DPDK ; Doherty, Declan > > Subject: Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeou

Re: [dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support

2017-12-21 Thread Alex Rosenbaum
On Thu, Dec 21, 2017 at 4:35 AM, Qi Zhang wrote: > Add new APIs to support flow timeout, application is able to > 1. Setup the time duration of a flow, the flow is expected to be deleted > automatically when timeout. Can you explain how the application (OVS) is expected to use this API? It will h

[dpdk-dev] [RFC v2 3/5] ether: Add flow timeout support

2017-12-21 Thread Qi Zhang
Add new APIs to support flow timeout, application is able to 1. Setup the time duration of a flow, the flow is expected to be deleted automatically when timeout. 2. Ping a flow to check if it is active or not. 3. Register a callback function when a flow is deleted due to timeout. Signed-off-by: Qi