replace snprintf with strlcpy
[dpdk.git] / lib / librte_rawdev / rte_rawdev.c
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2018-10-29 Ferruh Yigitlib: reduce global variable usage
2018-08-01 Shreyansh Jainrawdev: fix missing queue count API
2018-07-26 Shreyansh Jainrawdev: remove experimental tag
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-05-13 Shreyansh Jainrawdev: remove dead code
2018-01-31 Shreyansh Jainrawdev: add self test
2018-01-31 Shreyansh Jainrawdev: add firmware management
2018-01-31 Shreyansh Jainrawdev: add extended stats
2018-01-31 Shreyansh Jainrawdev: add buffer stream IO
2018-01-31 Shreyansh Jainrawdev: add attribute get and set
2018-01-31 Shreyansh Jainrawdev: introduce raw device library