[V1,1/3] conf/vf_l3fwd.cfg: support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g

Message ID 20201125113955.32880-2-weix.ling@intel.com (mailing list archive)
State Superseded
Headers
Series vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2 |

Commit Message

Ling, WeiX Nov. 25, 2020, 11:39 a.m. UTC
  support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g

Signed-off-by: lingwei <weix.ling@intel.com>
---
 conf/vf_l3fwd.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/conf/vf_l3fwd.cfg b/conf/vf_l3fwd.cfg
index e14da64f..7c6ab803 100644
--- a/conf/vf_l3fwd.cfg
+++ b/conf/vf_l3fwd.cfg
@@ -1,2 +1,2 @@ 
 [suite]
-perf_params = {"frame_size": [64, 128, 256, 512, 1024, 1518], "queue_number": {"fortville_spirit" : 2, "fortville25g" : 2, "fortville_eagle" : 1, "niantic" : 1}}
+perf_params = {"frame_size": [64, 128, 256, 512, 1024, 1518], "queue_number": {"fortville_spirit" : 2, "fortville_25g" : 2, "fortville_eagle" : 1, "niantic" : 1, "columbiaville_25gx2" : 2, "columbiaville_25g" : 4, "columbiaville_100g" : 4}}