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

2020-10-11 Thread Ori Kam
Hi Bing, > -Original Message- > From: dev On Behalf Of Bing Zhao > Sent: Friday, October 9, 2020 6:01 PM > Subject: [dpdk-dev] [PATCH] net/mlx5: add flow sync API > > When creating a flow, the rule itself might not take effort > immediately once the function call

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

2020-10-09 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 it created, this flow sync API can