Re: [RFC v3 08/26] dev: move unrelated macros from header

2022-08-23 Thread David Marchand
On Fri, Jul 29, 2022 at 3:22 PM David Marchand wrote: > > On Fri, Jul 29, 2022 at 11:59 AM Bruce Richardson > wrote: > > > > Personally, I really don't like these macros at all. I think having the > > > > check explicitly in the code would be far more readable, and would only > > > > be > > > >

Re: [PATCH 00/10] ethdev: cleanup deprecated defines

2022-08-23 Thread David Marchand
On Tue, Aug 23, 2022 at 8:08 PM Ferruh Yigit wrote: > Adding your explicit ack while merging: > Acked-by: David Marchand > > For series, > Acked-by: Ferruh Yigit > > Series applied to dpdk-next-net/main, thanks. > Thanks for the tweaks while merging. Btw, Stephen also acked the series. -- Da

dpdk-22.07

2022-08-23 Thread Michael Lekar
Hi All, My name is Michaele and I work in Radware Ltd . Currently we use 17.11.3 version of dpdk in our product. Now we want to evaluate 22.07 version of dpdk. We want to build statically linkage dpdk-test application and run it on our device. We use 7.5 version of gcc. By default, dpdk-test

[Bug 1065] dpdkvhostuserclient port link state is down when ovs-vswitchd is reset

2022-08-23 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1065 zhangtongjian (125163...@qq.com) changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--

[Bug 1063] [19.11.13-rc3] drivers/net/i40e on meson build failure with clang13.0 on FreeBSD13.1/64

2022-08-23 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1063 jiang,yu (yux.ji...@intel.com) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug 1070] [dpdk-20.11.6-rc1] unit_tests_eal/link_bonding_rssconf: link_bonding_rssconf_autotest test failed

2022-08-23 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1070 jiang,yu (yux.ji...@intel.com) changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

Re: [PATCH v1] vhost: fix build

2022-08-23 Thread zhoumin
Ping. On Mon, Aug 22, 2022 at 15:42, Min Zhou wrote: This patch fixes the following build failure seen on CentOS 8 with gcc 12.1 because of uninitialized struct variable: [..] ../lib/vhost/virtio_net.c:1159:18: warning: 'buf_vec[0].buf_addr' may be used uninitialized [-Wmaybe-uninitialized

RE: [EXT] Re: [PATCH 1/3] eventdev: add element offset to event vector

2022-08-23 Thread Pavan Nikhilesh Bhagavatula
> On 2022-08-16 17:49, pbhagavat...@marvell.com wrote: > > From: Pavan Nikhilesh > > > > Add ``elem_offset:12`` bit field event vector structure > > the bits are taken from ``rsvd:15``. > > The element offset defines the offset into the vector array > > at which valid elements start. > > The valid

Re: [PATCH 00/10] ethdev: cleanup deprecated defines

2022-08-23 Thread Ferruh Yigit
On 8/23/2022 9:41 AM, David Marchand wrote: On Thu, Aug 4, 2022 at 9:06 PM Andrew Rybchenko wrote: Remove deprecated because of invalid namespace defines. Andrew Rybchenko (10): ethdev: remove deprecated link speed and duplex defines ethdev: remove deprecated Rx and Tx multi-queue mode

Re: [PATCH 05/10] ethdev: remove deprecated DCB and VMDq defines

2022-08-23 Thread Ferruh Yigit
On 8/23/2022 9:41 AM, David Marchand wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. On Thu, Aug 4, 2022 at 9:06 PM Andrew Rybchenko wrote: Remove deprecated `

Re: [PATCH 03/10] ethdev: remove deprecated defines for RSS configuration

2022-08-23 Thread Ferruh Yigit
On 8/23/2022 9:41 AM, David Marchand wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. On Thu, Aug 4, 2022 at 9:06 PM Andrew Rybchenko wrote: Remove deprecated `

RE: [EXT] [PATCH v2 00/37] baseband/acc100: changes for 22.11

2022-08-23 Thread Akhil Goyal
Hi Hernan, Can you specify the change log for v2? > -Original Message- > From: Hernan Vargas > Sent: Saturday, August 20, 2022 8:01 AM > To: dev@dpdk.org; Akhil Goyal ; t...@redhat.com > Cc: nicolas.chau...@intel.com; qi.z.zh...@intel.com; Hernan Vargas > > Subject: [EXT] [PATCH v2 00/3

RE: 20.11.6 patches review and test

2022-08-23 Thread Ali Alnubani
> -Original Message- > From: Xueming(Steven) Li > Sent: Monday, August 15, 2022 12:17 PM > To: sta...@dpdk.org > Cc: Xueming(Steven) Li ; dev@dpdk.org; Abhishek > Marathe ; Ali Alnubani > ; benjamin.wal...@intel.com; David Christensen > ; Hemant Agrawal ; > Ian Stokes ; Jerin Jacob ; John

[PATCH v1] dma/idxd: add completion status for page fault

2022-08-23 Thread Sean Morrissey
Add a status for page faults to be used when getting the completion status of an operation. Signed-off-by: Sean Morrissey --- drivers/dma/idxd/idxd_common.c | 2 ++ drivers/dma/idxd/idxd_hw_defs.h | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/dma/idxd/idxd_common.c b/drivers/dma

RE: [PATCH v2 1/1] ethdev: add protocol param to color table update

2022-08-23 Thread Dumitrescu, Cristian
> -Original Message- > From: sk...@marvell.com > Sent: Tuesday, August 23, 2022 11:23 AM > To: Dumitrescu, Cristian ; Singh, Aman Deep > ; Zhang, Yuying ; > Nithin Dabilpuram ; Kiran Kumar K > ; Sunil Kumar Kori ; Satha > Rao ; Singh, Jasvinder > ; Thomas Monjalon ; > Ferruh Yigit ; And

RE: [PATCH 3/3] examples/ipsec-secgw: compilation fix for GCC-12

2022-08-23 Thread Akhil Goyal
> GCC 12 raises the following warning: > > meson --werror --buildtype=debugoptimized --cross-file > config/arm/arm64_armv8_linux_gcc -Ddefault_library=shared > -Dexamples=all build > ninja -C build > > In file included from ../examples/ipsec-secgw/ipsec_lpm_neon.h:9, >

RE: [PATCH v2 10/13] test/telemetry_data: refactor for maintainability

2022-08-23 Thread Power, Ciara
> -Original Message- > From: Richardson, Bruce > Sent: Monday 25 July 2022 17:36 > To: dev@dpdk.org > Cc: Richardson, Bruce ; Power, Ciara > > Subject: [PATCH v2 10/13] test/telemetry_data: refactor for maintainability > > To help with the writing and maintaining of test cases in this

RE: [PATCH v2 00/13] telemetry JSON escaping and other enhancements

2022-08-23 Thread Power, Ciara
> -Original Message- > From: Bruce Richardson > Sent: Monday 25 July 2022 17:35 > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH v2 00/13] telemetry JSON escaping and other > enhancements > > This patchset contains fixes for the problem of handling characters returned > by

RE: 20.11.6 patches review and test

2022-08-23 Thread Xueming(Steven) Li
> -Original Message- > From: Jiang, YuX > Sent: Tuesday, August 23, 2022 5:39 PM > To: Xueming(Steven) Li ; sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; Ali > Alnubani ; Walker, Benjamin > ; David Christensen ; > Hemant Agrawal ; Stokes, Ian > ; Jerin Jacob ; Mcnamara, John

[PATCH 3/3] examples/ipsec-secgw: compilation fix for GCC-12

2022-08-23 Thread Amit Prakash Shukla
GCC 12 raises the following warning: meson --werror --buildtype=debugoptimized --cross-file config/arm/arm64_armv8_linux_gcc -Ddefault_library=shared -Dexamples=all build ninja -C build In file included from ../examples/ipsec-secgw/ipsec_lpm_neon.h:9, from ../exam

[PATCH 2/3] net/qede/base: compilation fix for GCC-12

2022-08-23 Thread Amit Prakash Shukla
GCC 12 raises the following warning: ../drivers/net/qede/base/ecore_init_fw_funcs.c: In function 'ecore_dmae_to_grc.constprop.isra': ../drivers/net/qede/base/ecore_init_fw_funcs.c:1418:25: error: array subscript 1 is outside array bounds of 'u32[1]' {aka 'unsigned int[1]'} [-Werror

[PATCH 1/3] net/i40e: compilation fix for GCC-12

2022-08-23 Thread Amit Prakash Shukla
GCC 12 raises the following warning: meson --werror --buildtype=debugoptimized --cross-file config/x86/cross-mingw -Dexamples=helloworld build ninja -C build In function 'i40e_hash_get_pattern_type', inlined from 'i40e_hash_get_pattern_pctypes' at ../drivers/net/i40e/i40e_hash.c:520:8

[PATCH v2 1/1] ethdev: add protocol param to color table update

2022-08-23 Thread skori
From: Sunil Kumar Kori Using rte_mtr_color_in_protocol_set(), user can configure combination of protocol headers, like outer_vlan and outer_ip, can be enabled on given meter object. But rte_mtr_meter_vlan_table_update() and rte_mtr_meter_dscp_table_update() do not have information that which tab

RE: [EXT] Re: [PATCH] ring: compilation fix with GCC-12

2022-08-23 Thread Amit Prakash Shukla
> -Original Message- > From: Amit Prakash Shukla > Sent: Tuesday, August 23, 2022 3:08 PM > To: Konstantin Ananyev ; Honnappa > Nagarahalli > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; > sta...@dpdk.org; nd > Subject: RE: [EXT] Re: [PATCH] ring: compilation fix with GCC-12 > > Than

RE: 20.11.6 patches review and test

2022-08-23 Thread Jiang, YuX
> -Original Message- > From: Xueming(Steven) Li > Sent: Wednesday, August 17, 2022 2:10 PM > To: Jiang, YuX ; sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; > Ali Alnubani ; Walker, Benjamin > ; David Christensen > ; Hemant Agrawal ; > Stokes, Ian ; Jerin Jacob ; > Mcnamara, John ;

RE: [EXT] Re: [PATCH] ring: compilation fix with GCC-12

2022-08-23 Thread Amit Prakash Shukla
Thanks for the feedback. My apologies for delayed reply. > -Original Message- > From: Konstantin Ananyev > Sent: Sunday, August 7, 2022 5:56 PM > To: Honnappa Nagarahalli ; Amit Prakash > Shukla > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; > sta...@dpdk.org; nd > Subject: [EXT] Re: [

RE: [PATCH v2] net/ice: support disabling ACL engine in DCF via devargs

2022-08-23 Thread Zeng, ZhichaoX
Hi Qiming > -Original Message- > From: Yang, Qiming > Sent: Tuesday, August 23, 2022 3:34 PM > To: Zeng, ZhichaoX ; dev@dpdk.org > Cc: Zhang, Qi Z > Subject: RE: [PATCH v2] net/ice: support disabling ACL engine in DCF via > devargs > > > -Original Message- > > From: Zeng, Zhicha

[PATCH v3] net/vhost: support asynchronous data path

2022-08-23 Thread Yuan Wang
Vhost asynchronous data-path offloads packet copy from the CPU to the DMA engine. As a result, large packet copy can be accelerated by the DMA engine, and vhost can free CPU cycles for higher level functions. In this patch, we enable asynchronous data-path for vhostpmd. Asynchronous data path is e

RE: [PATCH 01/10] net/gve: introduce GVE PMD base code

2022-08-23 Thread Guo, Junfeng
Hi Bruce, Could you help give some comments about the License? Thanks! Regards, Junfeng Guo > -Original Message- > From: Stephen Hemminger > Sent: Saturday, July 30, 2022 06:45 > To: Li, Xiaoyun > Cc: Guo, Junfeng ; Zhang, Qi Z > ; awogbem...@google.com; Richardson, Bruce > ; dev@dpdk.

Re: [PATCH 00/10] ethdev: cleanup deprecated defines

2022-08-23 Thread David Marchand
On Thu, Aug 4, 2022 at 9:06 PM Andrew Rybchenko wrote: > > Remove deprecated because of invalid namespace defines. > > Andrew Rybchenko (10): > ethdev: remove deprecated link speed and duplex defines > ethdev: remove deprecated Rx and Tx multi-queue mode defines > ethdev: remove deprecated d

Re: [PATCH 06/10] ethdev: remove deprecated tunnel type defines

2022-08-23 Thread David Marchand
On Thu, Aug 4, 2022 at 9:06 PM Andrew Rybchenko wrote: > > Remove deprecated ``RTE_TUNNEL_*`` defines. Use corresponding defines > with ``RTE_ETH_TUNNEL_`` prefix instead. > > Signed-off-by: Andrew Rybchenko We have some private RTE_TUNNEL_IPTYPE_* defines. HEAD~4:lib/ethdev/ethdev_driver.h:

Re: [PATCH 05/10] ethdev: remove deprecated DCB and VMDq defines

2022-08-23 Thread David Marchand
On Thu, Aug 4, 2022 at 9:06 PM Andrew Rybchenko wrote: > > Remove deprecated ``ETH_DCB_*``, ``ETH_VMDQ_``, ``ETH_*_TCS``, > ``ETH_*_POOLS`` and ``ETH_MAX_VMDQ_POOL`` defines. Use corresponding > defines with ``RTE_`` prefix instead. > > Signed-off-by: Andrew Rybchenko Nit: we still have some ref

Re: [PATCH 03/10] ethdev: remove deprecated defines for RSS configuration

2022-08-23 Thread David Marchand
On Thu, Aug 4, 2022 at 9:06 PM Andrew Rybchenko wrote: > > Remove deprecated ``ETH_RSS_*`` defines used for hash function and RETA > size specification. Use corresponding defines with ``RTE_`` prefix > instead. Nit: we still have some reference in comments in the publicly exposed header: HEAD~7

RE: [PATCH v2] net/ice: support disabling ACL engine in DCF via devargs

2022-08-23 Thread Yang, Qiming
> -Original Message- > From: Zeng, ZhichaoX > Sent: Wednesday, August 17, 2022 4:21 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zeng, ZhichaoX > ; Zhang, Qi Z > Subject: [PATCH v2] net/ice: support disabling ACL engine in DCF via devargs > > From: Zhichao Zeng One line more > > Sup

Re: [PATCH] mlx5: initially reading xstats does not cause seg fault

2022-08-23 Thread Kamil Vojanec
On 8/18/22 14:30, huzaifa.rahman wrote: Bugzilla ID: 296 the size of counters array in mlx5_xstats_get() was smaller than the memory we are setting for this array in mlx5_os_read_dev_counters(). due to which the extra memory is corrupted and thus corrupting the seemingly unrelated variables. th