Re: [dpdk-dev] [PATCH v3] l3fwd-power: add Rx interrupt timeout

2020-05-07 Thread Ma, LihongX
Tested-by:ma,lihong Regards, Ma,lihong -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov Sent: Thursday, May 7, 2020 6:46 PM To: dev@dpdk.org Cc: Hunt, David ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v3] l3fwd-power: add Rx interrupt timeout Curre

Re: [dpdk-dev] [PATCH v2 2/2] vhost: cache gpa to hpa translation

2020-04-03 Thread Ma, LihongX
Tested-by: ma,lihong Regards, Ma,lihong -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Liu, Yong Sent: Wednesday, April 1, 2020 9:01 PM To: Gavin Hu ; maxime.coque...@redhat.com; Ye, Xiaolong ; Wang, Zhihong Cc: dev@dpdk.org; nd Subject: Re: [dpdk-dev] [PATCH

Re: [dpdk-dev] [PATCH v2 1/2] vhost: utilize dpdk dynamic memory allocator

2020-04-03 Thread Ma, LihongX
Tested-by: ma,lihong Regards, Ma,lihong -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Marvin Liu Sent: Wednesday, April 1, 2020 10:50 PM To: maxime.coque...@redhat.com; Ye, Xiaolong ; Wang, Zhihong Cc: dev@dpdk.org; Liu, Yong Subject: [dpdk-dev] [PATCH v2 1/2

Re: [dpdk-dev] [PATCH] EEPROM Dump Feature

2020-09-28 Thread Ma, LihongX
It seems you cc to the wrong mail. The prefix of the dts patch is [dts]. Regards, Ma,lihong > -Original Message- > From: dev On Behalf Of David Liu > Sent: Friday, September 25, 2020 12:45 AM > To: d...@dpdk.org > Cc: lylav...@iol.unh.edu; dev@dpdk.org; David Liu > Subject: [dpdk-dev] [

Re: [dpdk-dev] [PATCH] pci: keep API compatibility with mmap values

2020-07-10 Thread Ma, LihongX
tested-by:ma,Lihong Regards, Ma,lihong -Original Message- From: dev On Behalf Of Thomas Monjalon Sent: Friday, July 10, 2020 7:53 PM To: dev@dpdk.org Cc: david.march...@redhat.com; Yigit, Ferruh ; gr...@u256.net; Zhang, AlvinX ; Xing, Beilei ; Guo, Jia ; Burakov, Anatoly ; Richardson,

Re: [dpdk-dev] [PATCH v2] pci: keep API compatibility with mmap values

2020-07-10 Thread Ma, LihongX
Tested-by:ma,lhong Regards, Ma,lihong -Original Message- From: dev On Behalf Of Thomas Monjalon Sent: Saturday, July 11, 2020 4:41 AM To: dev@dpdk.org Cc: david.march...@redhat.com; Yigit, Ferruh ; gr...@u256.net; Zhang, AlvinX ; Xing, Beilei ; Guo, Jia ; Burakov, Anatoly ; Richardson

Re: [dpdk-dev] [PATCH v3 1/2] power: fix power management env detection

2020-07-14 Thread Ma, LihongX
Tested-by:ma,Lihong Regards, Ma,lihong -Original Message- From: dev On Behalf Of Anatoly Burakov Sent: Tuesday, July 14, 2020 6:30 PM To: dev@dpdk.org Cc: Hunt, David ; Pattan, Reshma ; Richardson, Bruce Subject: [dpdk-dev] [PATCH v3 1/2] power: fix power management env detection Anyt

Re: [dpdk-dev] [PATCH 2/2] config: allow overriding some build defaults

2020-08-31 Thread Ma, LihongX
Tested-by: lihongx Ma Before apply this patchset, set config like DRTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=8 will failed, After apply this patchset, the the meson build can work find. Cmd like below: meson -Denable_kmods=True -Dlibdir=lib --default-library=static -Dexamples=vmdq_dcb -Dc_args='-DRTE_LIBR

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-09 Thread Ma, LihongX
> With DPDK 20.11 release, the igb_uio module is no more part of DPDK. > There are use cases where this module is required, for example while > testing the virtual ports in OvS, the virtual ports are bound to igb_uio > module inside a VM. So, this patch provides a Makefile which can be used to > bu