Re: [dpdk-dev] [PATCH] gro: add missing invalid packet checks

2019-01-08 Thread Hu, Jiayu
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Tuesday, January 8, 2019 2:32 PM > To: Hu, Jiayu > Cc: dev@dpdk.org; Bie, Tiwei ; Richardson, Bruce > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] gro: add missing invalid packet checks >

Re: [dpdk-dev] [PATCH] doc: fix MAC address rewrite actions documentation

2019-01-08 Thread Jack Min
On 19-01-03 22:20:58, Ori Kam wrote: > PSB > > > -Original Message- > > From: dev On Behalf Of Dekel Peled > > Sent: Thursday, January 3, 2019 3:09 PM > > To: Adrien Mazarguil > > Cc: dev@dpdk.org; Ori Kam ; Dekel Peled > > ; Jack Min > > Subject: [dpdk-dev] [PATCH] doc: fix MAC address

Re: [dpdk-dev] [PATCH] examples/power: fix wrong core_id with JSON cmds

2019-01-08 Thread Hunt, David
Hi Lei, On 8/1/2019 2:02 AM, Yao, Lei A wrote: -Original Message- From: Hunt, David Sent: Monday, January 7, 2019 7:39 PM To: dev@dpdk.org Cc: Hunt, David ; Yao, Lei A Subject: [PATCH] examples/power: fix wrong core_id with JSON cmds This patch fixes a bug introduced in the 64-core l

Re: [dpdk-dev] [PATCH v2 3/3] app/testpmd: check mbufs in verbose mode

2019-01-08 Thread Iremonger, Bernard
> -Original Message- > From: David Marchand [mailto:david.march...@redhat.com] > Sent: Monday, January 7, 2019 8:57 AM > To: dev@dpdk.org > Cc: olivier.m...@6wind.com; ys...@mellanox.com; > arybche...@solarflare.com; Iremonger, Bernard > > Subject: [PATCH v2 3/3] app/testpmd: check mbufs i

Re: [dpdk-dev] [PATCH] net/ixgbe: add support of loopback for X540/X550

2019-01-08 Thread Zhao1, Wei
Hi, Meunier, Julien > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Meunier, Julien > (Nokia - FR/Paris-Saclay) > Sent: Monday, January 7, 2019 11:53 PM > To: Zhang, Qi Z ; Ananyev, Konstantin > ; Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/fm10k: initialize sm_down variable

2019-01-08 Thread Ferruh Yigit
On 1/7/2019 4:18 PM, Meunier, Julien (Nokia - FR/Paris-Saclay) wrote: > Hi, > > Inline reply, > > On 04/01/2019 18:34, Ferruh Yigit wrote: >> On 1/4/2019 1:04 PM, Zhang, Qi Z wrote: >>> >>> -Original Message- From: Wang, Xiao W Sent: Thursday, January 3, 2019 10:10 AM

Re: [dpdk-dev] Compiler for Windows

2019-01-08 Thread Burakov, Anatoly
On 07-Jan-19 5:08 PM, Thomas Monjalon wrote: 07/01/2019 18:00, Bruce Richardson: I think for windows we probably want to start with the MS compiler first, since from my understanding it's probably the default go-to compiler for developers on windows, and look at alternatives from there. Not su

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bonding: fix create bonded device test failure

2019-01-08 Thread Ferruh Yigit
On 1/7/2019 6:44 PM, Chas Williams wrote: > > > On 1/7/19 8:01 AM, Hari Kumar Vemula wrote: >> Create bonded device test is failing due to improper initialisation in >> bonded device configuration. which leads to crash while setting up queues. >> >> The value of nb_rx_desc is checked if it is not

[dpdk-dev] [PATCH v6 2/2] compress/isal: enable checksum support in driver

2019-01-08 Thread Lee Daly
This patch adds checksum support in the ISA-L PMD for both compression and decompression. CRC32 is supported as well as Adler32. V2: Documentation Changes V3: Added Release note V4: Removed dependency on offset unit test V5: If checksum type is incorrect, compression will continue without checksu

[dpdk-dev] [PATCH v6 1/2] test/compress: add checksum tests

2019-01-08 Thread Lee Daly
This patch adds a test which examines what type of checksum the PMD supports, adler, crc32 or alder32_crc32 and tests that feature if the PMD supports it. V2: Documentation Changes V3: Added Release note V4: Removed dependency on offset unit test V5: If checksum type is incorrect, compression will

Re: [dpdk-dev] DPDK 17.11.4 (Madvise)Transparent Huge pages

2019-01-08 Thread Burakov, Anatoly
On 02-Jan-19 3:31 PM, chetan bhasin wrote: Hi, I am using DPDK 17.11.4 version . Do anybody have idea that DPDK is using benefit of Transparent huge-pages in case of Madvise. Thanks, Chetan Bhasin Hi, DPDK does not use MADVISE flags to allocate its hugepages - it allocates hugepages explic

Re: [dpdk-dev] [PATCH] gro: add missing invalid packet checks

2019-01-08 Thread Ananyev, Konstantin
> > > > -Original Message- > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Tuesday, January 8, 2019 2:32 PM > > To: Hu, Jiayu > > Cc: dev@dpdk.org; Bie, Tiwei ; Richardson, Bruce > > ; sta...@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] gro: add missing inval

Re: [dpdk-dev] Projects depending on make (versus meson)

2019-01-08 Thread Thomas Monjalon
07/01/2019 19:21, Stephen Hemminger: > I recently bumped into NFF-go which probably will have problems with meson > build. > It puts dpdk and pktgen-dpdk in as git submodules and then builds it all > together > with Go environment. You mean they must switch to meson and use DPDK discovery with p

[dpdk-dev] DPDK 18.08 testing - PASS //Fwd: 18.08.1 patches review and test

2019-01-08 Thread Sitong Liu
Hi all, We did a test for DPDK 18.08, no regression bugs were found. Testing scenarios: (1)Guest with device assignment(PF) throughput testing(1G hugepage size) PASS (2)Guest with device assignment(PF) throughput testing(2M hugepage size) PASS (3)Guest with device assignment(VF) throughput testin

Re: [dpdk-dev] Projects depending on make (versus meson)

2019-01-08 Thread Bruce Richardson
On Tue, Jan 08, 2019 at 11:44:03AM +0100, Thomas Monjalon wrote: > 07/01/2019 19:21, Stephen Hemminger: > > I recently bumped into NFF-go which probably will have problems with meson > > build. > > It puts dpdk and pktgen-dpdk in as git submodules and then builds it all > > together > > with Go e

Re: [dpdk-dev] [PATCH] net/bonding: fix create bonded device test failure

2019-01-08 Thread Vemula, Hari KumarX
Hi Williams, > -Original Message- > From: Chas Williams [mailto:3ch...@gmail.com] > Sent: Tuesday, January 8, 2019 12:15 AM > To: Vemula, Hari KumarX ; dev@dpdk.org > Cc: Pattan, Reshma ; Doherty, Declan > ; Parthasarathy, JananeeX M > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] n

[dpdk-dev] net/bonding: fix possible null pointer reference

2019-01-08 Thread Declan Doherty
In function check_for_bonded_ethdev the driver name is used without validating the pointer references in the passed ethdev object. Fixes: 740feaf349b1 ("ethdev: remove driver name from device private data") Cc: sta...@dpdk.org Signed-off-by: Declan Doherty --- drivers/net/bonding/rte_eth_bond_a

Re: [dpdk-dev] [PATCH 1/3] rte_ethdev: Add API function to read dev clock

2019-01-08 Thread Tom Barbette
Ferruh Yigit wrote: > Why timestamp offloading become useless? When timestamp offloading enabled, > device fills 'mbuf.timestamp' and you can use it. But the frequency is unknown, and the reference time neither. So it can be used only to know that "some time passed" between packets. > For your ca

Re: [dpdk-dev] [PATCH] gro: add missing invalid packet checks

2019-01-08 Thread Morten Brørup
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ananyev, > Konstantin > Sent: Tuesday, January 8, 2019 11:39 AM > To: Hu, Jiayu; Stephen Hemminger > Cc: dev@dpdk.org; Bie, Tiwei; Richardson, Bruce; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] gro: add missin

Re: [dpdk-dev] [PATCH] net/ixgbe: add support of loopback for X540/X550

2019-01-08 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Tuesday, January 8, 2019 6:10 PM > To: Meunier, Julien (Nokia - FR/Paris-Saclay) ; > Zhang, Qi Z ; Ananyev, Konstantin > ; Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] net/ixgbe: add support of loopback for > X540/X550 >

Re: [dpdk-dev] [PATCH] examples/power: fix wrong core_id with JSON cmds

2019-01-08 Thread Yao, Lei A
> -Original Message- > From: Hunt, David > Sent: Tuesday, January 8, 2019 5:20 PM > To: Yao, Lei A ; dev@dpdk.org > Subject: Re: [PATCH] examples/power: fix wrong core_id with JSON cmds > > Hi Lei, > > On 8/1/2019 2:02 AM, Yao, Lei A wrote: > > > >> -Original Message- > >> From:

Re: [dpdk-dev] Compiler for Windows

2019-01-08 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > I think for windows we probably want to start with the MS compiler > first, > since from my understanding it's probably the default go-to compiler > for > developers on windows, and look at alternatives from there. > > /Bruc

Re: [dpdk-dev] DPDK 17.11.4 (Madvise)Transparent Huge pages

2019-01-08 Thread chetan bhasin
Thanks Anatoly On Tue, Jan 8, 2019, 16:01 Burakov, Anatoly On 02-Jan-19 3:31 PM, chetan bhasin wrote: > > Hi, > > > > I am using DPDK 17.11.4 version . Do anybody have idea that DPDK is using > > benefit of Transparent huge-pages in case of Madvise. > > > > Thanks, > > Chetan Bhasin > > > > Hi, >

[dpdk-dev] 19.02 release dates

2019-01-08 Thread Thomas Monjalon
Hi, DPDK 19.02 should be released on Friday February 1st. The plan is to do some release candidates every Friday: 01/11: 19.02-rc2 01/18: 19.02-rc3 01/25: 19.02-rc4 02/01: 19.02.0 Please prepare -next trees on Thursday at the latest. Thanks.

Re: [dpdk-dev] [PATCH] gro: add missing invalid packet checks

2019-01-08 Thread Hu, Jiayu
> -Original Message- > From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Tuesday, January 8, 2019 7:34 PM > To: Ananyev, Konstantin ; Hu, Jiayu > ; Stephen Hemminger > > Cc: dev@dpdk.org; Bie, Tiwei ; Richardson, Bruce > ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] g

Re: [dpdk-dev] [PATCH] gro: add missing invalid packet checks

2019-01-08 Thread Ananyev, Konstantin
> -Original Message- > From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Tuesday, January 8, 2019 11:34 AM > To: Ananyev, Konstantin ; Hu, Jiayu > ; Stephen Hemminger > > Cc: dev@dpdk.org; Bie, Tiwei ; Richardson, Bruce > ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH

Re: [dpdk-dev] [PATCH 20/20] bus/fslmc: add function to map any addr via VFIO

2019-01-08 Thread Ferruh Yigit
On 12/27/2018 6:23 AM, Hemant Agrawal wrote: > From: Pankaj Chauhan > > This is required to map any accelerator memory > and PCI address to VFIO using QDMA. > > Signed-off-by: Minghuan Lian > Signed-off-by: Pankaj Chauhan This requires either sign-off or ack from 'bus/fslmc' maintainers, whic

Re: [dpdk-dev] Compiler for Windows

2019-01-08 Thread Mattias Rönnblom
On 2019-01-08 13:51, Morten Brørup wrote: From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson I think for windows we probably want to start with the MS compiler first, since from my understanding it's probably the default go-to compiler for developers on windows, and look at alt

Re: [dpdk-dev] [PATCH] app/testpmd: fix mpls encap ipv4 version and ihl

2019-01-08 Thread Ferruh Yigit
On 12/25/2018 7:29 PM, Rami Rosen wrote: > Hi Saleh, > Thanks for your patch. > If you will grep into the DPDK repo you will see that there are several > occurrences of IP_VHL_DEF, with the same functionality. > I would consider putting the IPV4_VHL_DEF you added in a more generic > location and no

Re: [dpdk-dev] [PATCH] gro: add missing invalid packet checks

2019-01-08 Thread Morten Brørup
> From: Ananyev, Konstantin [mailto:konstantin.anan...@intel.com] > > From: Morten Brørup [mailto:m...@smartsharesystems.com] > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ananyev, > > > Konstantin > > > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > > > > > > >

Re: [dpdk-dev] [PATCH v1 0/3] ethdev: document more retained across restart

2019-01-08 Thread Ferruh Yigit
On 12/19/2018 6:22 AM, Andrew Rybchenko wrote: > The patch series tries to improve documentation of what is retained > across default restart. Overall makes sense to add below items into retained list, only concern if is there any PMD conflicts with these information, they should either updated wi

Re: [dpdk-dev] [PATCH v6 1/2] test/compress: add checksum tests

2019-01-08 Thread De Lara Guarch, Pablo
Hi Lee, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Lee Daly > Sent: Tuesday, January 8, 2019 10:29 AM > To: akhil.go...@nxp.com > Cc: dev@dpdk.org; Varghese, Vipin ; Daly, Lee > > Subject: [dpdk-dev] [PATCH v6 1/2] test/compress: add checksum tests > + >

[dpdk-dev] [PATCH] lib/power: fix error handling on setting governor

2019-01-08 Thread David Hunt
In the power_set_governor_*() functions, we using fputs() on /sys filesystem. However, we also need to call fflush() to ensure that the write completes successfully. Otherwise the attempt to set the power governor fails and the function returns as if it has succeeded. This patch adds an fflush to e

Re: [dpdk-dev] [PATCH v2] examples/flow_filtering: fix example documentation

2019-01-08 Thread Ferruh Yigit
On 12/25/2018 9:54 AM, Ori Kam wrote: > > >> -Original Message- >> From: dev On Behalf Of Dekel Peled >> Sent: Tuesday, December 25, 2018 9:42 AM >> To: Ori Kam >> Cc: dev@dpdk.org; Dekel Peled >> Subject: [dpdk-dev] [PATCH v2] examples/flow_filtering: fix example >> documentation >> >

Re: [dpdk-dev] [dpdk-stable] [PATCH] doc: fix a typo in testpmd user guide

2019-01-08 Thread Ferruh Yigit
On 1/3/2019 2:00 PM, Iremonger, Bernard wrote: > Hi Rami, > >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen >> Sent: Thursday, December 27, 2018 7:59 PM >> To: dev@dpdk.org >> Cc: sta...@dpdk.org; wis...@mellanox.com; Rami Rosen >> >> Subject: [dpd

[dpdk-dev] [PATCH] examples/power: fix intel pstate power manager

2019-01-08 Thread David Hunt
The vm_power_manager starts by setting the environment to acpi using rte_power_set_env(PM_ENV_ACPI_CPUFREQ). This causes a problem starting vm_power_manager when the system is using the intel_pstate driver. The env should be set to none, or not called at all, because the library now auto-detects th

Re: [dpdk-dev] [PATCH v6] app/testpmd: add IFPGA AFU register access function

2019-01-08 Thread Ferruh Yigit
On 1/2/2019 6:19 AM, Rosen Xu wrote: > Currently register read/write of testpmd is only for PCI device, > but more and more IFPGA based AFU devices need this feature to > access registers, this patch will add support for it. > > Signed-off-by: Rosen Xu > Acked-by: Bernard Iremonger > > v5 updat

Re: [dpdk-dev] [PATCH] net/nfp: fix device start/stop for VFs

2019-01-08 Thread Ferruh Yigit
On 1/2/2019 3:21 PM, Alejandro Lucero wrote: > Previous commit adding multiprocess support broke VF support. > When VFs, the PMD does not set the link up or down. > > Fixes: ef28aa96e53b ("net/nfp: support multiprocess") > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thank

Re: [dpdk-dev] DPDK 17.11.4 (Madvise)Transparent Huge pages

2019-01-08 Thread Burakov, Anatoly
On 08-Jan-19 1:15 PM, chetan bhasin wrote: Thanks Anatoly On Tue, Jan 8, 2019, 16:01 Burakov, Anatoly wrote: On 02-Jan-19 3:31 PM, chetan bhasin wrote: > Hi, > > I am using DPDK 17.11.4 version . Do anybody have idea that DPDK is using

Re: [dpdk-dev] [PATCH v3 2/2] cryptodev: change symmetric session structure

2019-01-08 Thread Trahe, Fiona
> -Original Message- > From: Zhang, Roy Fan > Sent: Friday, December 21, 2018 1:56 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; De Lara Guarch, Pablo > ; Trahe, Fiona > > Subject: [PATCH v3 2/2] cryptodev: change symmetric session structure > > This patch changes the symmetric ses

[dpdk-dev] [PATCH v7 2/2] compress/isal: enable checksum support in driver

2019-01-08 Thread Lee Daly
This patch adds checksum support in the ISA-L PMD for both compression and decompression. CRC32 is supported as well as Adler32. V2: Documentation Changes V3: Added Release note V4: Removed dependency on offset unit test V5: If checksum type is incorrect, compression will continue without checksu

[dpdk-dev] [PATCH v7 1/2] test/compress: add checksum tests

2019-01-08 Thread Lee Daly
This patch adds a test which examines what type of checksum the PMD supports, adler, crc32 or alder32_crc32 and tests that feature if the PMD supports it. V2: Documentation Changes V3: Added Release note V4: Removed dependency on offset unit test V5: If checksum type is incorrect, compression will

[dpdk-dev] [PATCH] memalloc: fix variable shadowing

2019-01-08 Thread Anatoly Burakov
A local variable ``flags`` was shadowing another variable from outer scope. Fix this by renaming the variable and make it const. Fixes: c127be93f619 ("mem: support using memfd segments for in-memory mode") Cc: sta...@dpdk.org Signed-off-by: Anatoly Burakov --- lib/librte_eal/linuxapp/eal/eal_me

Re: [dpdk-dev] [PATCH v2] compress/qat: fix return correct status on qat overflow

2019-01-08 Thread Trahe, Fiona
> -Original Message- > From: Jozwiak, TomaszX > Sent: Thursday, December 27, 2018 10:42 AM > To: dev@dpdk.org; Trahe, Fiona ; Jozwiak, TomaszX > ; akhil.go...@nxp.com; sta...@dpdk.org > Subject: [PATCH v2] compress/qat: fix return correct status on qat overflow > > This patch fixes corre

[dpdk-dev] [PATCH] memalloc: fix pointer dereferencing

2019-01-08 Thread Anatoly Burakov
The original code was supposed to overwrite the value pointed to by the pointer, but the new one is instead overwriting the pointer value itself, which has no effect outside that function. Fix it by adding a pointer dereference. Fixes: 582bed1e1d1d ("mem: support mapping hugepages at runtime") Cc:

[dpdk-dev] [RFC] function to parse packet headers

2019-01-08 Thread Morten Brørup
I'm volunteering to provide a function to set the mbuf's l2_len/l3_len/... (tx_offload) fields by parsing the packet headers, possibly assisted by the packet_type field, if set. I'm seeking initial feedback before submitting my first version of the code. The single packet parser function header

Re: [dpdk-dev] [PATCH v7 1/2] test/compress: add checksum tests

2019-01-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: Daly, Lee > Sent: Tuesday, January 8, 2019 4:21 PM > To: akhil.go...@nxp.com; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; Daly, Lee > Subject: [PATCH v7 1/2] test/compress: add checksum tests > > This patch adds a test which examines what type of checksum

Re: [dpdk-dev] [dpdk-stable] [PATCH] test/pmd_perf: change the way to drain the port

2019-01-08 Thread Ferruh Yigit
On 1/2/2019 3:55 PM, Julien Meunier wrote: > If the port has received less than ``pkt_per_port`` packets (for > example, the port has missed some packets), the test is in an infinite > loop. > > Instead of expecting a number of packet to receive, let the port to be > drained by itself. If no more

Re: [dpdk-dev] [RFC] function to parse packet headers

2019-01-08 Thread Rami Rosen
Hi Morten, A good idea, thanks for volunteering! Several minor comments: I would consider calling it rte_mbuf_hdr_parse(), to make it more related to the rte_mbuf* methods, and also I would consider having it in librte_mbuf and not in librte_net as you suggested. Also regarding the bulk method. Th

Re: [dpdk-dev] [PATCH] net/ixgbe: add support of loopback for X540/X550

2019-01-08 Thread Meunier, Julien (Nokia - FR/Paris-Saclay)
Hi Zhang, Qi Z / Zhao1, Wei, Thanks for your comments. I will try to submit this week a new pachset based on your recommandation (check LPBK feature depending of the model + disable the bit in the PHY register) Best regards, Julien Meunier On 08/01/2019 13:39, Zhang, Qi Z wrote: > > >>

Re: [dpdk-dev] [dpdk-stable] [PATCH] test/pmd_perf: change the way to drain the port

2019-01-08 Thread Meunier, Julien (Nokia - FR/Paris-Saclay)
Hi, Inline reply, On 08/01/2019 18:33, Ferruh Yigit wrote: > On 1/2/2019 3:55 PM, Julien Meunier wrote: >> If the port has received less than ``pkt_per_port`` packets (for >> example, the port has missed some packets), the test is in an infinite >> loop. >> >> Instead of expecting a number of pac

[dpdk-dev] [PATCH] maintainer: claim maintainership of Hashes

2019-01-08 Thread Yipeng Wang
Add Yipeng and Sameh as additional maintainers. Signed-off-by: Yipeng Wang Signed-off-by: Sameh Gobriel --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 470f36b..acae6fd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1114,6 +1114,8 @@ F: exam

Re: [dpdk-dev] [PATCH] cryptodev: fix PMD memory leak

2019-01-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Friday, December 21, 2018 3:44 PM > To: Zhang, Roy Fan ; dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; > sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] cryptodev: fix P

Re: [dpdk-dev] [PATCH v3 1/2] cryptodev: change queue pair configure structure

2019-01-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Friday, December 21, 2018 1:56 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; De Lara Guarch, Pablo > ; Trahe, Fiona > Subject: [PATCH v3 1/2] cryptodev: change queue pair configure structure > > This patch changes the cryptodev que

Re: [dpdk-dev] [PATCH] net/ixgbe: add support of loopback for X540/X550

2019-01-08 Thread Zhao1, Wei
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, January 8, 2019 8:39 PM > To: Zhao1, Wei ; Meunier, Julien (Nokia - FR/Paris- > Saclay) ; Ananyev, Konstantin > ; Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] net/ixgbe: add support of loopback for > X540/X550

[dpdk-dev] [PATCH 2/2] config: add static linkage of mlx dependency

2019-01-08 Thread Thomas Monjalon
The libraries provided by rdma-core may be statically linked if enabling CONFIG_RTE_IBVERBS_LINK_STATIC in the make-based build. If CONFIG_RTE_BUILD_SHARED_LIB is disabled, the applications will embed the mlx PMDs with ibverbs and the mlx libraries. If CONFIG_RTE_BUILD_SHARED_LIB is enabled, the ml

[dpdk-dev] [PATCH 1/2] config: gather options for dlopen mlx dependency

2019-01-08 Thread Thomas Monjalon
Rename options CONFIG_RTE_LIBRTE_MLX4_DLOPEN_DEPS and CONFIG_RTE_LIBRTE_MLX5_DLOPEN_DEPS to a single option CONFIG_RTE_IBVERBS_LINK_DLOPEN. Rename meson option enable_driver_mlx_glue to ibverbs_link. There was no good reason for setting a different link option for mlx4 and mlx5. Having a single co

[dpdk-dev] [PATCH V4] doc: add GRO API limitations in prog_guide

2019-01-08 Thread Jiayu Hu
This patch adds GRO API limitations in the programmer guide. Fixes: 2c900d09055e ("doc: add GRO guide") Fixes: 9e0b9d2ec0f4 ("gro: support VxLAN GRO") Cc: sta...@dpdk.org Signed-off-by: Jiayu Hu --- changes in v4: - update MBUF->l2_len/... requirement changes in v3: - add MBUF limitation changes

Re: [dpdk-dev] [PATCH] gro: add missing invalid packet checks

2019-01-08 Thread Hu, Jiayu
> -Original Message- > From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Tuesday, January 8, 2019 10:50 PM > To: Ananyev, Konstantin ; Hu, Jiayu > ; Stephen Hemminger > > Cc: dev@dpdk.org; Bie, Tiwei ; Richardson, Bruce > ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH]

[dpdk-dev] [RFC] function to parse packet headers

2019-01-08 Thread longtb5
Hi Morten, What is the difference compare to rte_net_get_ptype(), which also parses packet types and reports on header length. In my application I have also done something similar about malformed packets. IMO it's very useful to have return value indicate different types of malformed packets, not

Re: [dpdk-dev] [PATCH V4] doc: add GRO API limitations in prog_guide

2019-01-08 Thread Varghese, Vipin
Hi Jiayu Hu, A request to information, why there is document update patch with code update patch shared? As per DPDK 19.02-rc1 both code and document should be one patch. Can you share the code patch reference if it was applied before 19.02-rc1? Thanks Vipin Varghese > -Original Message--

Re: [dpdk-dev] [PATCH V4] doc: add GRO API limitations in prog_guide

2019-01-08 Thread Varghese, Vipin
Typo in previous email why there is document update patch with no code update patch shared? > -Original Message- > From: dev On Behalf Of Varghese, Vipin > Sent: Wednesday, January 9, 2019 9:55 AM > To: Hu, Jiayu ; dev@dpdk.org > Cc: step...@networkplumber.org; Ananyev, Konstantin > ; m.

Re: [dpdk-dev] [PATCH V4] doc: add GRO API limitations in prog_guide

2019-01-08 Thread Hu, Jiayu
> -Original Message- > From: Varghese, Vipin > Sent: Wednesday, January 9, 2019 12:27 PM > To: Varghese, Vipin ; Hu, Jiayu > ; dev@dpdk.org > Cc: step...@networkplumber.org; Ananyev, Konstantin > ; m...@smartsharesystems.com; Hu, Jiayu > ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH

Re: [dpdk-dev] [PATCH v1 0/3] ethdev: document more retained across restart

2019-01-08 Thread Andrew Rybchenko
On 1/8/19 5:52 PM, Ferruh Yigit wrote: On 12/19/2018 6:22 AM, Andrew Rybchenko wrote: The patch series tries to improve documentation of what is retained across default restart. Overall makes sense to add below items into retained list, only concern if is there any PMD conflicts with these info

Re: [dpdk-dev] [PATCH] doc: fix MAC address rewrite actions documentation

2019-01-08 Thread Ori Kam
> -Original Message- > From: Jack Min > Sent: Tuesday, January 8, 2019 10:34 AM > To: Ori Kam > Cc: Dekel Peled ; Adrien Mazarguil > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: fix MAC address rewrite actions > documentation > > On 19-01-03 22:20:58, Ori Kam wrote: > > PSB >

Re: [dpdk-dev] [PATCH 1/2] config: gather options for dlopen mlx dependency

2019-01-08 Thread Shahaf Shuler
Wednesday, January 9, 2019 4:05 AM, Thomas Monjalon: > Cc: dev@dpdk.org; ferruh.yi...@intel.com; bruce.richard...@intel.com > Subject: [PATCH 1/2] config: gather options for dlopen mlx dependency > > Rename options CONFIG_RTE_LIBRTE_MLX4_DLOPEN_DEPS and > CONFIG_RTE_LIBRTE_MLX5_DLOPEN_DEPS to a si