Re: [dpdk-dev] Will huge page have negative effect on guest vm in qemu enviroment?

2017-06-20 Thread Pavel Shirshov
Hi Sam, Below I'm saying about KVM. I don't have experience with vbox and others. 1. I'd suggest don't use dpdk inside of VM if you want to see best perfomance on the box. 2. huge pages enabled globally will not have any bad effect to guest OS. Except you have to enable huge pages inside of VM and

[dpdk-dev] [PATCH] testpmd: Fix a typo in a command description

2017-10-29 Thread Pavel Shirshov
--- app/test-pmd/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 3b691fe..e5c42b8 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -10211,7 +10211,7 @@ cmdline_parse_inst_t cmd_add_del_ip_flow_di

[dpdk-dev] [PATCH v2] testpmd: Fix a typo in a command description

2017-10-29 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- app/test-pmd/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 3b691fe..e5c42b8 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -10211,7 +10211,7

[dpdk-dev] [PATCH] lib/librte_distributor: Fix a couple typos

2017-10-30 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_distributor/rte_distributor.c | 2 +- lib/librte_distributor/rte_distributor_v20.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_distributor/rte_distributor.c b/lib/librte_distributor/rte_distributor.c index

[dpdk-dev] [PATCH] lib/librte_efd: Fix a typo

2017-11-09 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_efd/rte_efd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_efd/rte_efd.c b/lib/librte_efd/rte_efd.c index 8771d04..7d0b5cc 100644 --- a/lib/librte_efd/rte_efd.c +++ b/lib/librte_efd/rte_efd.c @@ -952,7 +952,7

[dpdk-dev] [PATCH] lib/librte_gso: Fix a typo

2017-11-09 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_gso/rte_gso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_gso/rte_gso.h b/lib/librte_gso/rte_gso.h index 4b77176..dbaedec 100644 --- a/lib/librte_gso/rte_gso.h +++ b/lib/librte_gso/rte_gso.h @@ -103,7 +103,7

[dpdk-dev] [PATCH] lib/librte_gro: Fix a typo in a documentation

2017-11-09 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_gro/gro_tcp4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_gro/gro_tcp4.h b/lib/librte_gro/gro_tcp4.h index f41dcee..0a81716 100644 --- a/lib/librte_gro/gro_tcp4.h +++ b/lib/librte_gro/gro_tcp4.h @@ -116,7 +116,7

[dpdk-dev] [PATCH] lib/librte_ether: Fix a typo in a typedef

2017-11-09 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_ether/rte_tm_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_tm_driver.h b/lib/librte_ether/rte_tm_driver.h index b2e8ccf..2376943 100644 --- a/lib/librte_ether/rte_tm_driver.h +++ b/lib/librte_ether

[dpdk-dev] [PATCH] lib/librte_distributor: Fix typos in comments

2017-11-09 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_distributor/rte_distributor.c | 4 ++-- lib/librte_distributor/rte_distributor.h | 2 +- lib/librte_distributor/rte_distributor_v20.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_distributor

[dpdk-dev] [PATCH] lib/librte_ether: Fix a typo

2017-11-09 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_ether/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 18e474d..341c2d6 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h

[dpdk-dev] [PATCH] lib/librte_cryptodev: Fix a typo: rte_cyptodev_names -> rte_cryptodev_names

2017-11-09 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_cryptodev/rte_cryptodev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h index dade554..5b6a254 100644 --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b

[dpdk-dev] [PATCH] lib/librte_ip_frag: Fix typos

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_ip_frag/ip_frag_internal.c| 2 +- lib/librte_ip_frag/rte_ip_frag.h | 6 +++--- lib/librte_ip_frag/rte_ipv4_reassembly.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/librte_ip_frag/ip_frag_internal.c b/lib

[dpdk-dev] [PATCH] lib/librte_jobstats: Fix a typo

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_jobstats/rte_jobstats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_jobstats/rte_jobstats.h b/lib/librte_jobstats/rte_jobstats.h index 70e034c..e159156 100644 --- a/lib/librte_jobstats/rte_jobstats.h +++ b/lib

[dpdk-dev] [PATCH] lib/librte_kni: Fix typos

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_kni/rte_kni.c | 4 ++-- lib/librte_kni/rte_kni.h | 2 +- lib/librte_kni/rte_kni_fifo.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_kni/rte_kni.c b/lib/librte_kni/rte_kni.c index 5ee38e9..8eca8c0 100644

[dpdk-dev] [PATCH] lib/librte_mbuf: Fix typos in documentation

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_mbuf/rte_mbuf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 6d91f7d..7e326bb 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf/rte_mbuf.h

[dpdk-dev] [PATCH] lib/librte_net: Fix typos in documentation

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_net/net_crc_neon.h | 2 +- lib/librte_net/net_crc_sse.h | 2 +- lib/librte_net/rte_ip.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librte_net/net_crc_neon.h b/lib/librte_net/net_crc_neon.h index 201b2c8..cb8f63d

[dpdk-dev] [PATCH] lib/librte_pdump: Fix typos

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_pdump/rte_pdump.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_pdump/rte_pdump.c b/lib/librte_pdump/rte_pdump.c index e6182d3..e1695de 100644 --- a/lib/librte_pdump/rte_pdump.c +++ b/lib/librte_pdump

[dpdk-dev] [PATCH] lib/librte_pipeline: Fix a typo

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_pipeline/rte_pipeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_pipeline/rte_pipeline.h b/lib/librte_pipeline/rte_pipeline.h index f366348..fdc44a7 100644 --- a/lib/librte_pipeline/rte_pipeline.h +++ b/lib

[dpdk-dev] [PATCH] lib/librte_power: Fix typos

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_power/rte_power_acpi_cpufreq.c | 4 ++-- lib/librte_power/rte_power_acpi_cpufreq.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librte_power/rte_power_acpi_cpufreq.c b/lib/librte_power/rte_power_acpi_cpufreq.c index

[dpdk-dev] [PATCH] lib/librte_reorder: Fix a typo in documentation

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_reorder/rte_reorder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_reorder/rte_reorder.h b/lib/librte_reorder/rte_reorder.h index 4cd8de7..dc83f8e 100644 --- a/lib/librte_reorder/rte_reorder.h +++ b/lib

[dpdk-dev] [PATCH] lib/librte_sched: Fix typos

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_sched/rte_red.h | 4 ++-- lib/librte_sched/rte_sched.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librte_sched/rte_red.h b/lib/librte_sched/rte_red.h index ca12227..6edf914 100644 --- a/lib/librte_sched/rte_red.h

[dpdk-dev] [PATCH] lib/librte_timer: Fix a typo

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_timer/rte_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_timer/rte_timer.c b/lib/librte_timer/rte_timer.c index 28decc3..88826f5 100644 --- a/lib/librte_timer/rte_timer.c +++ b/lib/librte_timer/rte_timer.c

[dpdk-dev] [PATCH] usertools/dpdk-devbind.py: Fix a typo

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- usertools/dpdk-devbind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py index a539995..f9f7aee 100755 --- a/usertools/dpdk-devbind.py +++ b/usertools/dpdk-devbind.py @@ -539,7 +539,7

[dpdk-dev] [PATCH] lib/librte_eal: Fix typos

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_eal/common/eal_common_log.c | 2 +- lib/librte_eal/common/include/arch/arm/rte_memcpy_32.h | 2 +- lib/librte_eal/common/include/arch/ppc_64/rte_memcpy.h | 2 +- lib/librte_eal/common/include/rte_eal.h| 2 +- lib

[dpdk-dev] [PATCH v2] lib/librte_distributor: Fix typos in comments

2017-11-10 Thread Pavel Shirshov
Signed-off-by: Pavel Shirshov --- lib/librte_distributor/rte_distributor.c | 6 +++--- lib/librte_distributor/rte_distributor.h | 2 +- lib/librte_distributor/rte_distributor_private.h | 2 +- lib/librte_distributor/rte_distributor_v20.c | 3 ++- 4 files changed, 7 insertions