commit | 42749f83bfcdbbbf56ec62446f4a7ed8250b30e5 | [log] [tgz] |
---|---|---|
author | Xiaoping Fan <xfan@codeaurora.org> | Thu Aug 25 14:52:55 2016 -0700 |
committer | Xiaoping Fan <xfan@codeaurora.org> | Thu Aug 25 14:53:01 2016 -0700 |
tree | 2e9194340435326fa8cfd56bfcf7dbda20a95dc3 | |
parent | 390546bfe492adcebdc32d5243b9af54e94d1d61 [diff] |
fast-classifier: create rule in one execution flow Create acceleration rule in multiple execution flow may result in race condition, for example, TCP sequence is not synced. So we just create rule in only one execution flow. Others execution flows which want to create rule just need to set flag "offload_permit". Change-Id: If3fb79e45cbeaa0d26481a9172506a3740e9d7e2 Signed-off-by: Xiaoping Fan <xfan@codeaurora.org>