Re: [dpdk-dev] [PATCH v7 00/12] Octeon Tx/Tx2 Endpoint pmd
From: Ferruh Yigit <hidden>
Date: 2021-01-29 14:08:24
On 1/29/2021 12:44 PM, Nalla Pradeep wrote:
v2: Fixed review comments from sburla at marvell v3: Fixed review comments from jerinj at marvell v4: Fixed MAITAINERS file v5: Fixed review comments from Ferruh yigit at intel v6: Created separate patch for octeontx_ep raw driver changes. Used pmd specific log types instead of 'RTE_LOGTYPE_PMD' Used proper function return values. v7: Fixed dynamic logging. Nalla Pradeep (12): raw/octeontx_ep: changed device id net/octeontx_ep: add build and doc infrastructure net/octeontx_ep: add ethdev probe and remove net/octeontx_ep: add device init and uninit net/octeontx_ep: added basic device setup net/octeontx_ep: add dev info get and configure net/octeontx_ep: added rxq setup and release net/octeontx_ep: added tx queue setup and release net/octeontx_ep: setting up iq and oq registers net/octeontx_ep: added dev start and stop net/octeontx_ep: receive data path function added net/octeontx_ep: transmit data path function added
For series, Reviewed-by: Ferruh Yigit <redacted> Series applied to dpdk-next-net/main, thanks. I have put a few comment related to '%l" log format specifiers, all "%ll.*[xud]" format specifiers can be eliminated unless the variable is really "long [long] ...". I think a new version not required for this, and better to get the series for -rc2, but can you please send a patch to cleanup, preferably before the -rc3? Thanks, ferruh