Re: [dpdk-dev] [PATCH] net/e1000: use macro PCI_PRI_FMT for PCI log format

2020-02-01 Thread Ye Xiaolong
On 01/13, Yunjian Wang wrote: >Use PCI_PRI_FMT instead of "%04d:%02d:%02d:%d" print format. > >Signed-off-by: Yunjian Wang >--- > drivers/net/e1000/em_ethdev.c | 2 +- > drivers/net/e1000/igb_ethdev.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/drivers/net/e1000/em_et

Re: [dpdk-dev] [PATCH 0/6] common/cpt: code improvements and bug fixes

2020-02-01 Thread Anoob Joseph
> > This series has code improvements, bug fixes and capabilities changes > supported > with new firmware. > > Anoob Joseph (1): > common/cpt: remove redundant bitswaps > > Archana Muniganti (3): > crypto/octeontx2: add AES-GCM capabilities supported with new firmware > common/cpt: fix err

Re: [dpdk-dev] [PATCH v2 01/13] drivers: introduce mlx5 vDPA driver

2020-02-01 Thread Matan Azrad
Hi Maxime Thank you very much for the review. Please see answers inline. From: Maxime Coquelin > On 1/29/20 11:08 AM, Matan Azrad wrote: > > Add a new driver to support vDPA operations by Mellanox devices. > > > > The first Mellanox devices which support vDPA operations are > > ConnectX6DX and

Re: [dpdk-dev] [PATCH v3 4/4] add ABI checks

2020-02-01 Thread David Marchand
On Thu, Jan 30, 2020 at 11:33 PM Thomas Monjalon wrote: > > 30/01/2020 17:00, David Marchand: > > Enabling them requires a configuration that will trigger the ABI dumps > > generation as part of the existing devtools/test-build.sh and > > devtools/test-meson-builds.sh scripts. > [...] > > --- a/de

Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix flow ctrl mode setting

2020-02-01 Thread Ye Xiaolong
Hi, Guinan On 12/19, Guinan Sun wrote: >When the port starts, the hw register is reset first, >and then the required parameters are set again. >If the parameters to be used are not set after resetting the register, >a read register error will occur. This patch is used to fix the problem. > >Fixes:

Re: [dpdk-dev] [PATCH v2] mempool/octeontx2: optimize for L1D cache architecture

2020-02-01 Thread Jerin Jacob
On Fri, Jan 31, 2020 at 10:53 PM wrote: > > From: Pavan Nikhilesh > > OCTEON TX2 has 8 sets, 41 ways L1D cache, VA<9:7> bits dictate > the set selection. > Add additional padding to ensure that the element size always > occupies odd number of cachelines to ensure even distribution > of elements a

Re: [dpdk-dev] DPDK Windows Build

2020-02-01 Thread Dmitry Kozliuk
Hi William, > Sanity check compile stderr: > clang.exe: error: linker command failed with exit code 1104 (use -v to > see invocation) Please add '-v' flag to Meson invocation and post the output as plain text. The exact commands you're using will also help. > Program cat found: YES (C:\MinGW\msy

Re: [dpdk-dev] [PATCH v3 14/15] net/octeontx2: add inline Tx path changes

2020-02-01 Thread Anoob Joseph
Hi Akhil, Please see inline. Thanks, Anoob > -Original Message- > From: dev On Behalf Of Anoob Joseph > Sent: Friday, January 31, 2020 9:04 PM > To: Akhil Goyal ; Declan Doherty > ; Thomas Monjalon > Cc: Ankur Dwivedi ; Jerin Jacob Kollanukkaran > ; Narayana Prasad Raju Athreya > ; Kir