diff options
author | nandfan <nanders.fan@outlook.com> | 2020-12-09 18:12:55 +0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-12-10 03:15:39 +0000 |
commit | 1f3112e71644e69ad8a8498e56eab766b0fd5088 (patch) | |
tree | 22ce89afe339d9ea817b98f24adaabc56ec34598 /src/plugins | |
parent | 1722da739789a079ab3687ae959318335ae66014 (diff) |
hsa: http proxy connected callback fixes
svm_fifo_init_ooo_lookup has been called by transport
Type: fix
Signed-off-by: nandfan <fanyufei521@outlook.com>
Change-Id: I6626421c9a71212be0f7b8bff953133f760811f6
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/hs_apps/proxy.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/hs_apps/proxy.c b/src/plugins/hs_apps/proxy.c index 9513fab20d9..fc66286a803 100644 --- a/src/plugins/hs_apps/proxy.c +++ b/src/plugins/hs_apps/proxy.c @@ -486,9 +486,6 @@ active_open_connected_callback (u32 app_index, u32 opaque, s->tx_fifo->refcnt++; s->rx_fifo->refcnt++; - svm_fifo_init_ooo_lookup (s->tx_fifo, 1 /* deq ooo */ ); - svm_fifo_init_ooo_lookup (s->rx_fifo, 0 /* enq ooo */ ); - hash_set (pm->proxy_session_by_active_open_handle, ps->vpp_active_open_handle, opaque); |