RE: [dpdk-dev] [RFC] testpmd: support user-id attribute

2022-08-07 Thread Eli Britstein
Hi Aman, No, the group attribute has its own meaning, so it cannot be used for this purpose, unless I misunderstood your meaning. Thanks, Eli >-Original Message- >From: Singh, Aman Deep >Sent: Thursday, July 28, 2022 5:07 PM >To: dev@dpdk.org; Eli Britstein >Cc: Slava Ovsiienko ; Ori

Re: [PATCH v6] ip_frag: add IPv4 fragment copy packet API

2022-08-07 Thread Konstantin Ananyev
24/07/2022 09:10, Huichao Cai пишет: Some NIC drivers support MBUF_FAST_FREE(Device supports optimization for fast release of mbufs. When set application must guarantee that per-queue all mbufs comes from the same mempool,has refcnt = 1,direct and non-segmented.)offload. In order to adapt to this

Re: [PATCH v6] ip_frag: add IPv4 fragment copy packet API

2022-08-07 Thread Konstantin Ananyev
At 2022-07-25 23:42:06, "Stephen Hemminger" wrote: On Sun, 24 Jul 2022 16:10:03 +0800 Huichao Cai wrote: + + /* +* Formal parameter checking. +*/ + if (unlikely(pkt_in == NULL) || unlikely(pkts_out == NULL) || + unlikely(nb_pkts_out == 0) || unlikely(

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

2022-08-07 Thread Konstantin Ananyev
06/08/2022 19:35, Honnappa Nagarahalli пишет: GCC 12 raises the following warning: In function '__rte_ring_dequeue_elems_128', inlined from '__rte_ring_dequeue_elems' at ../lib/ring/rte_ring_elem_pvt.h:262:3, inlined from '__rte_ring_do_hts_dequeue_elem' at

Re: [PATCH 2/3] ipsec: compilation fix for GCC-12

2022-08-07 Thread Konstantin Ananyev
04/08/2022 14:40, Amit Prakash Shukla пишет: GCC 12 raises the following warning: In file included from ../lib/eal/x86/include/rte_atomic.h:15, from ../lib/eal/include/generic/rte_pause.h:19, from ../lib/eal/x86/include/rte_pause.h:12, from .

Re: [RFC v2] non-temporal memcpy

2022-08-07 Thread Mattias Rönnblom
On 2022-07-29 22:26, Morten Brørup wrote: +TO: @Honnappa, we need input from ARM From: Konstantin Ananyev [mailto:konstantin.anan...@huawei.com] Sent: Friday, 29 July 2022 21.49 From: Konstantin Ananyev [mailto:konstantin.anan...@huawei.com] Sent: Friday, 29 July 2022 14.14 Sorry, missed t

Re: [RFC v2] non-temporal memcpy

2022-08-07 Thread Mattias Rönnblom
On 2022-07-19 17:26, Morten Brørup wrote: This RFC proposes a set of functions optimized for non-temporal memory copy. At this stage, I am asking for feedback on the concept. Applications sometimes data to another memory location, which is only used much later. In this case, it is inefficient t

Re: [RFC v2] non-temporal memcpy

2022-08-07 Thread Mattias Rönnblom
On 2022-07-29 18:05, Stephen Hemminger wrote: On Fri, 29 Jul 2022 12:13:52 + Konstantin Ananyev wrote: Sorry, missed that part. Another question - who will do 'sfence' after the copying? Would it be inside memcpy_nt (seems quite costly), or would it be another API function for that:

RE: [PATCH v4] net/i40e: fix the issue caused by PF and VF release order

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Yuying > Sent: Tuesday, August 2, 2022 10:16 AM > To: Zhang, Ke1X ; tho...@monjalon.net; Xing, > Beilei ; ferruh.yi...@xilinx.com; Zhou, YidingX > ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [PATCH v4] net/i40e: fix the issue caused by PF and

RE: [PATCH v5] net/i40e: fix the issue caused by PF and VF release order

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Ke Zhang > Sent: Thursday, August 4, 2022 5:50 PM > To: Xing, Beilei ; Zhang, Yuying > ; dev@dpdk.org > Cc: Zhang, Ke1X ; sta...@dpdk.org > Subject: [PATCH v5] net/i40e: fix the issue caused by PF and VF release order > > A segmentation fault occurs when te

RE: [PATCH v4] net/i40e: fix the issue caused by PF and VF release order

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, August 8, 2022 8:06 AM > To: Zhang, Yuying ; Zhang, Ke1X > ; tho...@monjalon.net; Xing, Beilei > ; ferruh.yi...@xilinx.com; Zhou, YidingX > ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [PATCH v4] net/i40e: fix the issue caus

RE: [PATCH] net/ice: fix RSS hash update

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Thursday, August 4, 2022 5:33 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; Zeng, ZhichaoX ; > Zhang, Qi Z ; Junyu Jiang > Subject: [PATCH] net/ice: fix RSS hash update > > From: Zhichao Zeng > > Thi

RE: [PATCH v1] net/ice/base: fix symm RSS hash not valid for inner IPv4/6

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Wednesday, August 3, 2022 10:20 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Xu, Ting ; sta...@dpdk.org > Subject: [PATCH v1] net/ice/base: fix symm RSS hash not valid for inner > IPv4/6 > > Inner IPv4 and IPv6 symmetric RSS h

RE: [PATCH] net/iavf: eth pattern support smac and dmac match

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Dexia Li > Sent: Monday, July 25, 2022 11:12 AM > To: Zhang, Qi Z ; dev@dpdk.org > Subject: 答复: [PATCH] net/iavf: eth pattern support smac and dmac match > > Hi Zhang Qi, > When I test ovs parial offload using iavf, then found it can not > offloaded. >

RE: [PATCH] net/iavf: fix Tx path

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Ke Zhang > Sent: Thursday, August 4, 2022 3:33 PM > To: Li, Xiaoyun ; Wu, Jingjing > ; Xing, Beilei ; > dev@dpdk.org > Cc: Zhang, Ke1X ; sta...@dpdk.org > Subject: [PATCH] net/iavf: fix Tx path > > Fix the Tx path and Tx descriptor usage in order to make th

RE: [RFC] net/ice: support represented port flow action

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Tuesday, June 14, 2022 9:21 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zeng, ZhichaoX > ; Zhang, Qi Z > Subject: [RFC] net/ice: support represented port flow action > > From: Zhichao Zeng > > Add support for action REPRESENTED_PORT

[PATCH v7] ip_frag: add IPv4 fragment copy packet API

2022-08-07 Thread Huichao Cai
Some NIC drivers support MBUF_FAST_FREE(Device supports optimization for fast release of mbufs. When set application must guarantee that per-queue all mbufs comes from the same mempool,has refcnt = 1,direct and non-segmented.)offload. In order to adapt to this offload function, add this API. Add so

RE: [PATCH 03/13] net/idpf: support device initialization

2022-08-07 Thread Guo, Junfeng
> -Original Message- > From: Stephen Hemminger > Sent: Wednesday, August 3, 2022 23:12 > To: Guo, Junfeng > Cc: Zhang, Qi Z ; Wu, Jingjing > ; Xing, Beilei ; > dev@dpdk.org; Li, Xiaoyun ; Wang, Xiao W > > Subject: Re: [PATCH 03/13] net/idpf: support device initialization > > On Wed,

RE: [PATCH 04/13] net/idpf: add queue operations

2022-08-07 Thread Guo, Junfeng
> -Original Message- > From: Stephen Hemminger > Sent: Wednesday, August 3, 2022 23:16 > To: Guo, Junfeng > Cc: Zhang, Qi Z ; Wu, Jingjing > ; Xing, Beilei ; > dev@dpdk.org; Li, Xiaoyun > Subject: Re: [PATCH 04/13] net/idpf: add queue operations > > On Wed, 3 Aug 2022 19:30:55 +0800

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

2022-08-07 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1063 Bug ID: 1063 Summary: [19.11.13-rc3] drivers/net/i40e on meson build failure with clang13.0 on FreeBSD13.1/64 Product: DPDK Version: 19.11 Hardware: All OS: All

[Bug 1064] [19.11.13-rc3] lib/eal make build failed with gcc10.3.0 and clang11.0.1 on FreeBSD13.0/64

2022-08-07 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1064 Bug ID: 1064 Summary: [19.11.13-rc3] lib/eal make build failed with gcc10.3.0 and clang11.0.1 on FreeBSD13.0/64 Product: DPDK Version: 19.11 Hardware: All OS: All