All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Adding a missing queue count API in rawdev
@ 2018-07-31 10:33 Shreyansh Jain
  2018-07-31 10:33 ` [PATCH 1/2] rawdev: fix missing queue count API Shreyansh Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shreyansh Jain @ 2018-07-31 10:33 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: keith.wiles, hemant.agrawal, dev, Shreyansh Jain

Recently, off the list, Keith pointed out that the rte_rawdev_queue_count
API was incomplete - only the declaration existed but no definition. This
is an old miss (and embarassingly, almost two release cycle long miss!)

This patch adds that and the relevant unit test case.

Ferruh: Though I am sending it as a fix hoping it would be possible to
merge as 'fix' for 18.08, if not, I will resend with map file changes
for early merge in 1811 window.
The changes are completely independent of any other API or driver impl.

Shreyansh Jain (2):
  rawdev: fix missing queue count API
  raw/skeleton: implement queue count API

 drivers/raw/skeleton_rawdev/skeleton_rawdev.c | 13 ++++++++++++
 .../skeleton_rawdev/skeleton_rawdev_test.c    | 13 ++++++++++++
 lib/librte_rawdev/rte_rawdev.c                | 12 +++++++++++
 lib/librte_rawdev/rte_rawdev.h                |  1 +
 lib/librte_rawdev/rte_rawdev_pmd.h            | 20 +++++++++++++++++++
 lib/librte_rawdev/rte_rawdev_version.map      |  1 +
 6 files changed, 60 insertions(+)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-08-07  4:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31 10:33 [PATCH 0/2] Adding a missing queue count API in rawdev Shreyansh Jain
2018-07-31 10:33 ` [PATCH 1/2] rawdev: fix missing queue count API Shreyansh Jain
2018-08-07  4:13   ` Wiles, Keith
2018-07-31 10:33 ` [PATCH 2/2] raw/skeleton: implement " Shreyansh Jain
2018-08-07  4:15   ` Wiles, Keith
2018-08-01 16:26 ` [PATCH 0/2] Adding a missing queue count API in rawdev Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.