Re: [dpdk-dev] [PATCH V4 1/3] ethdev: introduce FEC API

2020-09-12 Thread Ajit Khaparde
On Thu, Sep 10, 2020 at 12:26 AM Min Hu (Connor) wrote: > This patch adds Forward error correction(FEC) support for ethdev. > Introduce APIs which support query and config FEC information in > hardware. > > Signed-off-by: Min Hu (Connor) > Reviewed-by: Wei Hu (Xavier) > Reviewed-by: Chengwen Fe

Re: [dpdk-dev] [PATCH v2] kernel: remove igb_uio

2020-09-12 Thread Thomas Monjalon
11/09/2020 18:22, Ferruh Yigit: > On 9/11/2020 4:54 PM, Thomas Monjalon wrote: > > As decided in the Technical Board in November 2019, > > the kernel module igb_uio is moved to the dpdk-kmods repository > > in the /linux/igb_uio/ directory. > > > > Minutes of Technical Board meeting: > > https://m

Re: [dpdk-dev] CALL to eth PMD maintainers: complete closing of port

2020-09-12 Thread Thomas Monjalon
03/08/2020 20:50, Thomas Monjalon: > 18/04/2019 12:59, Thomas Monjalon: > > Hi all, > > > > Since DPDK 18.11, the behaviour of the close operation is changed > > if RTE_ETH_DEV_CLOSE_REMOVE is enabled in the driver: > > port is released (i.e. totally freed and data erased) on close. > > This new b

Re: [dpdk-dev] [PATCH 1/2] config: add Graviton2(arm64) meson configuration

2020-09-12 Thread Vimal Chungath
On 9/11/20 8:23 PM, Honnappa Nagarahalli wrote: > > +Jerin, Hemant, Dharmik > > > Hi Vimal, > Few comments inline. > >> >> Add meson build configuration for Graviton2 platform with 64-bit ARM >> Neoverse N1 cores. This patch makes the following changes to generic >> Neoverse N1 config: >>

Re: [dpdk-dev] [PATCH 0/2] build: add Graviton2(arm64) config

2020-09-12 Thread Vimal Chungath
On 9/9/20 1:03 AM, David Marchand wrote: > > Hello Vimal, > > On Wed, Sep 9, 2020 at 3:11 AM Vimal Chungath wrote: >> >> These two patches add meson and make build configuration >> for AWS Graviton2 platform. I plan to send platform guide >> patch separately. >> >> Vimal Chungath (2): >> config:

Re: [dpdk-dev] [PATCH] EAL: Called remove() of drivers for vdev and pci buses

2020-09-12 Thread Gaƫtan Rivet
On 08/07/20 17:03 +0500, Muhammad Bilal wrote: > while using memif with app, the resources are not cleaned on exit, > So an error occurred on running it second time. The cause of this problem > is that remove() of memif driver is not called by rte_eal_cleanup() which > is counterpart of probe() cal

Re: [dpdk-dev] [PATCH v2 0/7] update i40e base code

2020-09-12 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Guinan Sun > Sent: Saturday, September 12, 2020 11:01 AM > To: dev@dpdk.org > Cc: Guo, Jia ; Xing, Beilei ; Sun, > GuinanX > Subject: [dpdk-dev] [PATCH v2 0/7] update i40e base code > > update i40e base code. > > source code of i40e drive