Skip to content

Commit 86ae848

Browse files
committed
octeontx2: mark the AF/PF/VF drivers as tech-preview
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2040643 Upstream Status: RHEL only Mark the 3 new drivers as tech preview. The testing done so far is insufficient for full support. Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
1 parent 9f8eafb commit 86ae848

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

drivers/net/ethernet/marvell/octeontx2/af/rvu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,6 +3352,7 @@ static int __init rvu_init_module(void)
33523352
int err;
33533353

33543354
pr_info("%s: %s\n", DRV_NAME, DRV_STRING);
3355+
mark_tech_preview("Marvell OcteonTX2 RVU Admin Function driver", THIS_MODULE);
33553356

33563357
err = pci_register_driver(&cgx_driver);
33573358
if (err < 0)

drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3098,6 +3098,7 @@ static struct pci_driver otx2_pf_driver = {
30983098
static int __init otx2_rvupf_init_module(void)
30993099
{
31003100
pr_info("%s: %s\n", DRV_NAME, DRV_STRING);
3101+
mark_tech_preview("Marvell OcteonTX2 NIC Physical Function driver", THIS_MODULE);
31013102

31023103
return pci_register_driver(&otx2_pf_driver);
31033104
}

drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ static struct pci_driver otx2vf_driver = {
781781
static int __init otx2vf_init_module(void)
782782
{
783783
pr_info("%s: %s\n", DRV_NAME, DRV_STRING);
784+
mark_tech_preview("Marvell OcteonTX2 NIC Virtual Function driver", THIS_MODULE);
784785

785786
return pci_register_driver(&otx2vf_driver);
786787
}

0 commit comments

Comments
 (0)