net/cnxk: add platform specific probe and remove
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Wed, 23 Jun 2021 04:46:10 +0000 (10:16 +0530)
committerJerin Jacob <jerinj@marvell.com>
Tue, 29 Jun 2021 19:19:59 +0000 (21:19 +0200)
commit5a4341c84979f749b7b2bbf3a2d96d169b600249
treebfce3ee344beaa2a6278bf08776e0cbb665f8823
parent47db46bb7613371b4d8186ef51956dcccac524ca
net/cnxk: add platform specific probe and remove

Add platform specific probe and remove callbacks for CN9K
and CN10K which use common probe and remove functions.
Register ethdev driver for CN9K and CN10K.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
drivers/net/cnxk/cn10k_ethdev.c [new file with mode: 0644]
drivers/net/cnxk/cn10k_ethdev.h [new file with mode: 0644]
drivers/net/cnxk/cn9k_ethdev.c [new file with mode: 0644]
drivers/net/cnxk/cn9k_ethdev.h [new file with mode: 0644]
drivers/net/cnxk/cnxk_ethdev.c
drivers/net/cnxk/cnxk_ethdev.h
drivers/net/cnxk/meson.build