From 7fa9c0b506709a683ec8984e19e9ba9deb27e021 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Sat, 3 Feb 2018 22:47:55 +0100 Subject: Fixed issues with the pkt_size command Fixed issues with pkt_size. For a 64 byte packet, we need to issue pkt_size 60 4 extra bytes will be calculated and added automatically by PROX Also added the missing irq.test and irq.cfg files Added support for OpenStack systems not using floating IP addresses Change-Id: I05d775eb858a58dd349ea370a0e34ac6448590c9 Signed-off-by: Luc Provoost --- .../helper-scripts/openstackrapid/irq.cfg | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.cfg (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.cfg') diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.cfg b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.cfg new file mode 100644 index 00000000..3ae539c5 --- /dev/null +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.cfg @@ -0,0 +1,42 @@ +;; +;; Copyright (c) 2010-2017 Intel Corporation +;; +;; Licensed under the Apache License, Version 2.0 (the "License"); +;; you may not use this file except in compliance with the License. +;; You may obtain a copy of the License at +;; +;; http://www.apache.org/licenses/LICENSE-2.0 +;; +;; Unless required by applicable law or agreed to in writing, software +;; distributed under the License is distributed on an "AS IS" BASIS, +;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +;; See the License for the specific language governing permissions and +;; limitations under the License. +;; + +[eal options] +-n=4 ; force number of memory channels +no-output=no ; disable DPDK debug output + +[lua] +dofile("parameters.lua") + +[port 0] +name=p0 + +[variables] +$mbs=8 + +[defaults] +mempool size=4K + +[global] +name=${name} + +[core 0] +mode=master + +[core ${group1}] +name=irq +task=0 +mode=irq -- cgit 1.2.3-korg