mbox series

[v1,0/2] wrong pointer passed of ring

Message ID 20200729063105.11299-1-feifei.wang2@arm.com (mailing list archive)
Headers
Series wrong pointer passed of ring |

Message

Feifei Wang July 29, 2020, 6:31 a.m. UTC
  Fix wrong pointer passed problems when using rte_ring_[sp|mp]enqueue
APIs to enqueue one element into the ring.

Feifei Wang (2):
  ring: fix the misdescription of the param
  test/ring: fix wrong parameter passed to the enqueue APIs

 app/test/test_ring.h       | 6 +++---
 lib/librte_ring/rte_ring.h | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)