net/cxgbe: add devargs to control filtermode and filtermask
[dpdk.git] / drivers / net / cxgbe / cxgbe_ethdev.c
index 51b63ef..1deee2f 100644 (file)
@@ -1244,7 +1244,9 @@ RTE_PMD_REGISTER_PCI_TABLE(net_cxgbe, cxgb4_pci_tbl);
 RTE_PMD_REGISTER_KMOD_DEP(net_cxgbe, "* igb_uio | uio_pci_generic | vfio-pci");
 RTE_PMD_REGISTER_PARAM_STRING(net_cxgbe,
                              CXGBE_DEVARG_CMN_KEEP_OVLAN "=<0|1> "
-                             CXGBE_DEVARG_CMN_TX_MODE_LATENCY "=<0|1> ");
+                             CXGBE_DEVARG_CMN_TX_MODE_LATENCY "=<0|1> "
+                             CXGBE_DEVARG_PF_FILTER_MODE "=<uint32> "
+                             CXGBE_DEVARG_PF_FILTER_MASK "=<uint32> ");
 
 RTE_INIT(cxgbe_init_log)
 {