[dpdk-dev] [pktgen PATCH] remove Intel from DPDK name

Thomas Monjalon thomas at monjalon.net
Mon Jul 24 22:55:01 CEST 2017


DPDK is not called Intel DPDK since 2014.
It can be renamed in DPDK pktgen as well.

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 README.md                   | 18 +++++++++---------
 changelog.txt               |  4 ++--
 docs/source/commands.rst    | 12 ++++++------
 docs/source/running.rst     |  2 +-
 gui/pktgen-gui-cfg.h        |  2 +-
 lib/common/copyright_info.c |  2 +-
 test/test_save.lua          |  2 +-
 7 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index 6de36ba..a1d25e9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-Pktgen - Traffic Generator powered by Intel's DPDK
+Pktgen - Traffic Generator powered by DPDK
 =====================================================
 
-**Pktgen is a traffic generator powered by Intel's DPDK at wire rate traffic with 64 byte frames.**
+**Pktgen is a traffic generator powered by DPDK at wire rate traffic with 64 byte frames.**
 
 ** (Pktgen) Sounds like 'Packet-Gen'**
 
@@ -98,7 +98,7 @@ very slow.
 *** Pktgen command line directory format ***
 
 ``
--- Pktgen Ver: 3.2.0 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+-- Pktgen Ver: 3.2.0 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 
 
@@ -427,7 +427,7 @@ run = {
 ``
 Usage: ./app/pktgen -l CORELIST -n NUM [-m NB] [-r NUM] [-b <domain:bus:devid.func>][--proc-type primary|secondary|auto]
 
-Copyright (c) <2010-2017>, Intel Corporation. All rights reserved. Powered by Intel® DPDK
+Copyright (c) <2010-2017>, Intel Corporation. All rights reserved. Powered by DPDK
 ./app/app/x86_64-dnet-linuxapp-gcc/pktgen: invalid option -- 'x'
 EAL: Detected 72 lcore(s)
 ./app/app/x86_64-dnet-linuxapp-gcc/pktgen: invalid option -- 'x'
@@ -675,7 +675,7 @@ system configuration.
 rkwiles at rkwiles-DESK1 (dev):~/.../intel/pktgen$ ./tools/run.sh
 ./app/app/x86_64-dnet-linuxapp-gcc/pktgen -l 1,2-9,18-19 -n 4 --proc-type auto --log-level 8 --socket-mem 10240,2048 --file-prefix pg --vdev=net_bonding1,mode=4,xmit_policy=l23,slave=0000:81:00.0,slave=0000:81:00.1,slave=0000:81:00.2,slave=0000:81:00.3 -b 05:00.0 -b 05:00.1 -b 82:00.0 -b 83:00.0 -- -I -T -P --crc-strip -m [2:3].0 -m [4:5].1 -m [6:7].2 -m [8:9].3 -m [18:19].8 -f themes/black-yellow.theme
 
-Copyright (c) <2010-2017>, Intel Corporation. All rights reserved. Powered by Intel® DPDK
+Copyright (c) <2010-2017>, Intel Corporation. All rights reserved. Powered by DPDK
 EAL: Detected lcore 0 as core 0 on socket 0
 EAL: Detected lcore 1 as core 1 on socket 0
 EAL: Detected lcore 2 as core 2 on socket 0
@@ -844,7 +844,7 @@ PMD: Using mode 4, it is necessary to do TX burst and RX burst at least every 10
 EAL: Create bonded device net_bonding1 on port 8 in mode 4 on socket 0.
 
    Copyright (c) <2010-2017>, Intel Corporation. All rights reserved.
-   Pktgen created by: Keith Wiles -- >>> Powered by Intel® DPDK <<<
+   Pktgen created by: Keith Wiles -- >>> Powered by DPDK <<<
 
 Lua 5.3.3  Copyright (C) 1994-2016 Lua.org, PUC-Rio
 >>> Packet Burst 32, RX Desc 512, TX Desc 1024, mbufs/port 8192, mbuf cache 1024
@@ -1115,7 +1115,7 @@ Dst MAC Address   :   3c:fd:fe:9c:5c:d9   3c:fd:fe:9c:5c:d8   3c:fd:fe:9c:5c:db
 Src MAC Address   :   3c:fd:fe:9c:5c:d8   3c:fd:fe:9c:5c:d9   3c:fd:fe:9c:5c:da   3c:fd:fe:9c:5c:db
 VendID/PCI Addr   :   8086:1572/04:00.0   8086:1572/04:00.1   8086:1572/04:00.2   8086:1572/04:00.3
 
--- Pktgen Ver: 3.2.0 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+-- Pktgen Ver: 3.2.0 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 
 
@@ -1315,7 +1315,7 @@ Port:  0, Sequence Count:  4 of 16
 
 
 
--- Pktgen Ver: 3.2.0 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+-- Pktgen Ver: 3.2.0 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 
 
@@ -1379,7 +1379,7 @@ Pktgen:/>
       29        0      No   00000000 00000000 00000000 00000000
       30        0      No   00000000 00000000 00000000 00000000
       31        0      No   00000000 00000000 00000000 00000000
--- Pktgen Ver: 3.2.0 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+-- Pktgen Ver: 3.2.0 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 
 
diff --git a/changelog.txt b/changelog.txt
index e6152e2..d593cf1 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,7 +1,7 @@
-Pktgen - Traffic Generator powered by Intel's DPDK
+Pktgen - Traffic Generator powered by DPDK
 =====================================================
 
-**Pktgen is a traffic generator powered by Intel's DPDK at wire rate traffic with 64 byte frames.**
+**Pktgen is a traffic generator powered by DPDK at wire rate traffic with 64 byte frames.**
 
 ** (Pktgen) Sounds like 'Packet-Gen'**
 
diff --git a/docs/source/commands.rst b/docs/source/commands.rst
index 5ad232b..7a5ebf9 100644
--- a/docs/source/commands.rst
+++ b/docs/source/commands.rst
@@ -56,7 +56,7 @@ very slow.
 Pktgen command line directory format
 ====================================
 
--- Pktgen Ver: 3.2.x (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+-- Pktgen Ver: 3.2.x (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 Show the commands inside the ``pktgen/bin`` directory::
 
@@ -441,7 +441,7 @@ The Random or rnd page.
        29       0      No   00000000 00000000 00000000 00000000
        30       0      No   00000000 00000000 00000000 00000000
        31       0      No   00000000 00000000 00000000 00000000
-       -- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK -----
+       -- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by DPDK -----
 
 The sequence or seq page.
 ::
@@ -458,7 +458,7 @@ The sequence or seq page.
 	    *   6:  3c:fd:fe:9c:5c:d9 3c:fd:fe:9c:5c:d8     192.168.1.1    192.168.0.1/24   1234/5678 IPv4/TCP:0001   64     0
 	    *   7:  3c:fd:fe:9c:5c:d9 3c:fd:fe:9c:5c:d8     192.168.1.1    192.168.0.1/24   1234/5678 IPv4/TCP:0001   64     0
 
-	    -- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+	    -- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 The CPU information page.
 ::
@@ -520,7 +520,7 @@ The latency page.
 		Src MAC Address   :   3c:fd:fe:9c:5c:d8   3c:fd:fe:9c:5c:d9   3c:fd:fe:9c:5c:da   3c:fd:fe:9c:5c:db
 		VendID/PCI Addr   :   8086:1572/04:00.0   8086:1572/04:00.1   8086:1572/04:00.2   8086:1572/04:00.3
 
-		-- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+		-- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 The config or cfg page.
 ::
@@ -547,7 +547,7 @@ The config or cfg page.
 	  Core  16 : [16,52]   [34,70]
 	  Core  17 : [17,53]   [35,71]
 
-	  -- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+	  -- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 
 Here is the ``page range`` screen.
@@ -590,7 +590,7 @@ Here is the ``page range`` screen.
 	                      :
 	    gtpu.teid / inc   :             0/    0             0/    0             0/    0             0/    0
 	          min / max   :             0/    0             0/    0             0/    0             0/    0
-	    -- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+	    -- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 	    Pktgen:/>
 
diff --git a/docs/source/running.rst b/docs/source/running.rst
index 9cd44d2..b901f0a 100644
--- a/docs/source/running.rst
+++ b/docs/source/running.rst
@@ -121,7 +121,7 @@ Once ``pktgen`` is running you will see an output like the following::
 	Src MAC Address   :   3c:fd:fe:9c:5c:d8   3c:fd:fe:9c:5c:d9   3c:fd:fe:9c:5c:da   3c:fd:fe:9c:5c:db
 	VendID/PCI Addr   :   8086:1572/04:00.0   8086:1572/04:00.1   8086:1572/04:00.2   8086:1572/04:00.3
 
-	-- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by Intel® DPDK ---------------
+	-- Pktgen Ver: 3.2.4 (DPDK 17.05.0-rc0)  Powered by DPDK ---------------
 
 	Pktgen:/>
 
diff --git a/gui/pktgen-gui-cfg.h b/gui/pktgen-gui-cfg.h
index bf6e558..a5685a5 100644
--- a/gui/pktgen-gui-cfg.h
+++ b/gui/pktgen-gui-cfg.h
@@ -121,7 +121,7 @@ const gchar *authors[] = {"Created by:\n"
 #define GUI_VERSION         " Version 1.0.0 "
 #define COPYRIGHT_MSG \
         "Copyright (c) <2010-2016>, Wind River Systems, Inc. All rights reserved."
-#define POWERED_BY_DPDK     "GUI" GUI_VERSION "\n Powered by Intel® DPDK"
+#define POWERED_BY_DPDK     "GUI" GUI_VERSION "\n Powered by DPDK"
 #define PKTGEN_GUI_APP_NAME ("Pktgen GUI" GUI_VERSION)
 
 #endif
diff --git a/lib/common/copyright_info.c b/lib/common/copyright_info.c
index 66780cb..c63ea59 100644
--- a/lib/common/copyright_info.c
+++ b/lib/common/copyright_info.c
@@ -85,7 +85,7 @@
 #define COPYRIGHT_MSG \
 	"Copyright (c) <2010-2017>, Intel Corporation. All rights reserved."
 #define COPYRIGHT_MSG_SHORT     "Copyright (c) <2010-2016>, Intel Corporation"
-#define POWERED_BY_DPDK         "Powered by Intel® DPDK"
+#define POWERED_BY_DPDK         "Powered by DPDK"
 
 #ifdef ENABLE_COPYRIGHT_OUTPUT
 static const char *intel_copyright[] = {
diff --git a/test/test_save.lua b/test/test_save.lua
index 4da4a2b..581d92d 100644
--- a/test/test_save.lua
+++ b/test/test_save.lua
@@ -1,6 +1,6 @@
 --
 -- Pktgen - Ver: 3.0.07 (DPDK 16.07.0-rc3)
--- Copyright (c) <2010-2016>, Intel Corporation. All rights reserved., Powered by Intel® DPDK
+-- Copyright (c) <2010-2016>, Intel Corporation. All rights reserved., Powered by DPDK
 
 -- Command line arguments: (DPDK args are defaults)
 -- ./app/app/x86_64-native-linuxapp-gcc/app/pktgen -c 3fffe -n 3 -m 512 --proc-type primary -- -T -P -m [2-5:6-9].0 -m [10-13:14-17].1 -f themes/black-yellow.theme 
-- 
2.13.2



More information about the dev mailing list