[dpdk-dev] [PATCH v5 0/6] OCTEON TX2 End Point Driver

Mahipal Challa mchalla at marvell.com
Tue Jan 14 04:39:21 CET 2020


Hi Thomas,
Would you please merge this series.

Thanks,
Mahipal

> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Mahipal Challa
> Sent: Monday, January 13, 2020 11:31 AM
> To: dev at dpdk.org; thomas at monjalon.net
> Cc: Gavin.Hu at arm.com; Jerin Jacob Kollanukkaran <jerinj at marvell.com>;
> Narayana Prasad Raju Athreya <pathreya at marvell.com>; Subrahmanyam
> Nilla <snilla at marvell.com>; Venkateshwarlu Nalla <venkatn at marvell.com>
> Subject: [dpdk-dev] [PATCH v5 0/6] OCTEON TX2 End Point Driver
> 
> This patchset adds support for OCTEON TX2 end point mode of operation.
> The driver implementation uses DPDK rawdevice sub-system.
> 
> v2:
> * Updated memory barrier API's as per Gavin Hu suggestion.
> 
> v3:
> * Fixed memory leak possibility issues.
> 
> v4:
> * Improved error handling in selftest API.
> 
> v5:
> * Updated "doc/guides/rel_notes/release_20_02.rst".
> 
> Series-reviewed-by: Gavin Hu <gavin.hu at arm.com>
> 
> Mahipal Challa (6):
>   raw/octeontx2_ep: add build infra and device probe
>   raw/octeontx2_ep: add device configuration
>   raw/octeontx2_ep: add device uninitialization
>   raw/octeontx2_ep: add enqueue operation
>   raw/octeontx2_ep: add dequeue operation
>   raw/octeontx2_ep: add driver self test
> 
>  MAINTAINERS                                        |   5 +
>  config/common_base                                 |   5 +
>  doc/guides/rawdevs/index.rst                       |   1 +
>  doc/guides/rawdevs/octeontx2_ep.rst                |  89 +++
>  doc/guides/rel_notes/release_20_02.rst             |   4 +
>  drivers/common/octeontx2/hw/otx2_sdp.h             | 184 +++++
>  drivers/common/octeontx2/otx2_common.c             |   9 +
>  drivers/common/octeontx2/otx2_common.h             |   4 +
>  .../octeontx2/rte_common_octeontx2_version.map     |   6 +
>  drivers/raw/Makefile                               |   1 +
>  drivers/raw/meson.build                            |   1 +
>  drivers/raw/octeontx2_ep/Makefile                  |  44 ++
>  drivers/raw/octeontx2_ep/meson.build               |   9 +
>  drivers/raw/octeontx2_ep/otx2_ep_enqdeq.c          | 844
> +++++++++++++++++++++
>  drivers/raw/octeontx2_ep/otx2_ep_enqdeq.h          |  52 ++
>  drivers/raw/octeontx2_ep/otx2_ep_rawdev.c          | 361 +++++++++
>  drivers/raw/octeontx2_ep/otx2_ep_rawdev.h          | 499 ++++++++++++
>  drivers/raw/octeontx2_ep/otx2_ep_test.c            | 173 +++++
>  drivers/raw/octeontx2_ep/otx2_ep_vf.c              | 476 ++++++++++++
>  drivers/raw/octeontx2_ep/otx2_ep_vf.h              |  10 +
>  .../rte_rawdev_octeontx2_ep_version.map            |   4 +
>  mk/rte.app.mk                                      |   2 +
>  22 files changed, 2783 insertions(+)
>  create mode 100644 doc/guides/rawdevs/octeontx2_ep.rst
>  create mode 100644 drivers/common/octeontx2/hw/otx2_sdp.h
>  create mode 100644 drivers/raw/octeontx2_ep/Makefile  create mode
> 100644 drivers/raw/octeontx2_ep/meson.build
>  create mode 100644 drivers/raw/octeontx2_ep/otx2_ep_enqdeq.c
>  create mode 100644 drivers/raw/octeontx2_ep/otx2_ep_enqdeq.h
>  create mode 100644 drivers/raw/octeontx2_ep/otx2_ep_rawdev.c
>  create mode 100644 drivers/raw/octeontx2_ep/otx2_ep_rawdev.h
>  create mode 100644 drivers/raw/octeontx2_ep/otx2_ep_test.c
>  create mode 100644 drivers/raw/octeontx2_ep/otx2_ep_vf.c
>  create mode 100644 drivers/raw/octeontx2_ep/otx2_ep_vf.h
>  create mode 100644
> drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map
> 
> --
> 1.8.3.1



More information about the dev mailing list