Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: add flow sync API

2020-10-30 Thread Ferruh Yigit
2/2] net/mlx5: add flow sync API External email: Use caution opening links or attachments On 10/27/2020 3:42 PM, Slava Ovsiienko wrote: Hi, Bing Release notes / mlx5 features documentation update? Beside this: Acked-by: Viacheslav Ovsiienko -Original Message- From: Bing Zhao Sent

Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: add flow sync API

2020-10-29 Thread Bing Zhao
Hi Ferruh, Thanks for your comments. PSB > -Original Message- > From: Ferruh Yigit > Sent: Friday, October 30, 2020 6:43 AM > To: Slava Ovsiienko ; Bing Zhao > ; Matan Azrad ; Ori Kam > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: Re: [dpdk-dev] [PATCH v2

Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: add flow sync API

2020-10-29 Thread Ferruh Yigit
On 10/27/2020 3:42 PM, Slava Ovsiienko wrote: Hi, Bing Release notes / mlx5 features documentation update? Beside this: Acked-by: Viacheslav Ovsiienko -Original Message- From: Bing Zhao Sent: Tuesday, October 27, 2020 16:47 To: Slava Ovsiienko ; Matan Azrad ; Ori Kam Cc: dev@dpdk.or

Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: add flow sync API

2020-10-27 Thread Slava Ovsiienko
Hi, Bing Release notes / mlx5 features documentation update? Beside this: Acked-by: Viacheslav Ovsiienko > -Original Message- > From: Bing Zhao > Sent: Tuesday, October 27, 2020 16:47 > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATC

[dpdk-dev] [PATCH v2 2/2] net/mlx5: add flow sync API

2020-10-27 Thread Bing Zhao
When creating a flow, the rule itself might not take effort immediately once the function call returns with success. It would take some time to let the steering synchronize with the hardware. If the application wants the packet to be sent to hit the flow after it is created, this flow sync API can