Hi. The synchronous API, rte_flow_create() seems to take almost ~1ms delay with connectX-6. I’m not sure whether it can be done dynamically while packet processing in runtime due to its large delay. So, I want to use asynchronous API in rte_flow library. However, in my case, rte_flow_async_create() pushes the rules immediately even though I set rte_flow_op_attr.postpone as 1. I want to make rte_flow_async_create() to wait until rte_flow_push() for batching rule creation. Is there anyone who has seen or solved this issue with connectX-6? Sincerely, Junghan Yoon |
