X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fsvm%2Ffifo_segment.h;h=ee5c24d04bbd7d5f20ee370b331a2c568d19c7e1;hb=6d7552ca885fe385818d380d7e0b4aff03c59d83;hp=2e193029e850f4ef7655524e3c0571af8717bdc6;hpb=98c2348b5cf9669c9698b9fdd31ae653081e9180;p=vpp.git diff --git a/src/svm/fifo_segment.h b/src/svm/fifo_segment.h index 2e193029e85..ee5c24d04bb 100644 --- a/src/svm/fifo_segment.h +++ b/src/svm/fifo_segment.h @@ -120,6 +120,10 @@ svm_fifo_t *fifo_segment_alloc_fifo_w_slice (fifo_segment_t * fs, */ void fifo_segment_free_fifo (fifo_segment_t * fs, svm_fifo_t * f); +void fifo_segment_detach_fifo (fifo_segment_t * fs, svm_fifo_t * f); +void fifo_segment_attach_fifo (fifo_segment_t * fs, svm_fifo_t * f, + u32 slice_index); + /** * Try to preallocate fifo headers *