Add enable flag for N3000 to call pf-bb-config

Since pf-bb-config is supposed to be called only for enabled devices
(see Reject-device-configuration-if-not-enabled.patch file in
starlingx/integ/base/pf-bb-config/files) a new resource in the puppet
manifest is being created.

Task: 42788
Story: 2009036
Signed-off-by: Douglas Henrique Koerich <douglashenrique.koerich@windriver.com>
Change-Id: If8647a3cb07af298d033776b0fcfb12d7f2d4753
This commit is contained in:
Douglas Henrique Koerich 2021-07-06 17:16:37 -03:00
parent 159a7c05e9
commit b9af80a54a
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ ACCLR_FEC_RESOURCES = {
PCI_DEVICE_ID_FPGA_INTEL_5GNR_FEC_PF:
{
'fec_name': "intel_fpga_fec",
'dvconf': {'platform::devices::n3000::fec::enabled': True}
}
}