Re: [dpdk-dev] [PATCH] bus/vmbus: fix wrong allocation for device.name

2020-05-29 Thread wangyunjian
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Friday, May 29, 2020 12:13 AM > To: wangyunjian > Cc: dev@dpdk.org; sthem...@microsoft.com; Lilijun (Jerry) > ; xudingke ; > sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] bus/vmbus: fix wrong

Re: [dpdk-dev] [PATCH v5 04/11] eal/mem: extract common code for memseg list initialization

2020-05-29 Thread Burakov, Anatoly
On 28-May-20 3:41 PM, Dmitry Kozlyuk wrote: On Thu, 28 May 2020 12:46:49 +0100 "Burakov, Anatoly" wrote: On 25-May-20 1:37 AM, Dmitry Kozlyuk wrote: All supported OS create memory segment lists (MSL) and reserve VA space for them in a nearly identical way. Move common code into EAL private fu

[dpdk-dev] [PATCH v2] net/axgbe: add RSS reta/hash query and update

2020-05-29 Thread chandu
From: Chandu Babu N add support for RSS reta/hash query and update function v2: modification as per Andrew Rybchenko review comments Signed-off-by: Chandu Babu N --- doc/guides/nics/features/axgbe.ini | 2 + drivers/net/axgbe/axgbe_dev.c | 5 +- drivers/net/axgbe/axgbe_ethdev.c | 1

[dpdk-dev] [PATCH v2] net/axgbe: add RSS reta/hash query and update

2020-05-29 Thread chandu
From: Chandu Babu N add support for RSS reta/hash query and update function v2: modification as per Andrew Rybchenko review comments Signed-off-by: Chandu Babu N --- doc/guides/nics/features/axgbe.ini | 2 + drivers/net/axgbe/axgbe_dev.c | 5 +- drivers/net/axgbe/axgbe_ethdev.c | 1

[dpdk-dev] Marvell DPDK v20.08 Roadmap

2020-05-29 Thread Jerin Kollanukkaran
General: 1) hash: unify crc32 API header for x86 and ARM http://patches.dpdk.org/patch/70132/ 2) rte_log registration simplification using constructor scheme http://mails.dpdk.org/archives/dev/2020-May/168874.html 3) PCI probe optimization by removing RTE_KDRV_NONE based probe http://

Re: [dpdk-dev] [PATCH 3/3] l3fwd-power: add interrupt-only mode

2020-05-29 Thread Harman Kalra
On Thu, May 28, 2020 at 10:13:51AM +0100, Anatoly Burakov wrote: > In addition to existing modes, add a mode which is very similar to > legacy mode, but does not do frequency scaling, and thus does not > depend on the power library. > > Signed-off-by: Anatoly Burakov > --- > examples/l3fwd-power

Re: [dpdk-dev] [PATCH 3/3] l3fwd-power: add interrupt-only mode

2020-05-29 Thread Burakov, Anatoly
On 29-May-20 2:19 PM, Harman Kalra wrote: if (ret < 0) rte_exit(EXIT_FAILURE, "Invalid L3FWD parameters\n"); - if (app_mode != APP_MODE_TELEMETRY && init_power_library()) + if (app_mode == APP_MODE_DEFAULT) + app_mode = APP_MODE_LEGACY; + + /

[dpdk-dev] [PATCH] doc: removed typing mistake

2020-05-29 Thread Muhammad Bilal
There was a duplicate command instruction in the documentation of memif so I have removed the 1 command from it. Fixes: cd3365d2 ("net/memif: enable loopback") Cc: jmilan@gmail.com Signed-off-by: Muhammad Bilal --- doc/guides/nics/memif.rst | 1 - 1 file changed, 1 deletion(-) diff --g

Re: [dpdk-dev] [PATCH] bus/vmbus: fix wrong allocation for device.name

2020-05-29 Thread Stephen Hemminger
On Thu, 28 May 2020 20:03:07 +0800 wangyunjian wrote: > From: Yunjian Wang > > We do not need and should not allocate memory for device.name. > The device.name should be set point to the devargs->name. > > Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support") > Cc: sta...@dpdk.org

Re: [dpdk-dev] mlx5 & pdump: convert HW timestamps to nanoseconds

2020-05-29 Thread N. Benes
Hi everyone, Tom Barbette: > > Le 22/05/2020 à 20:43, PATRICK KEROULAS a écrit : >> mlx5 part of libibverbs includes a ts-to-ns converter which takes the >> instantaneous clock info. It's unused in dpdk so far. I've tested >> it in the >> device/port init routine and the result lo

Re: [dpdk-dev] mlx5 & pdump: convert HW timestamps to nanoseconds

2020-05-29 Thread PATRICK KEROULAS
On Tue, May 26, 2020 at 12:00 PM Slava Ovsiienko wrote: >> Hi, Patrick > > ConnectX HW timestamp is the captured value of internal 64-bit counter running at the frequency, > reported in the device_frequency_khz field of struct mlx5_ifc_cmd_hca_cap_bits{}. > This structure is queried in mlx5_devx_c