rust-dpdk icon indicating copy to clipboard operation
rust-dpdk copied to clipboard

Mempool의 `alloc`을 safe 하게 만들기

Open leeopop opened this issue 5 years ago • 0 comments
trafficstars

Related: #36

현재 packet을 모두 해제하지 않고 eal이 해제되면 panic 발생. (최종 try_collect가 false를 리턴할것이므로)

  • 'eal lifetime을 Packet 관련 모든 struct에 도입하거나
  • collector thread 를 만들어서 gc 수행

leeopop avatar Jun 18 '20 08:06 leeopop