RE: lib/vhost/virtio_net: possible stack overflow in virtio_dev_tx_async_packed()

2023-01-28 Thread Jiang, Cheng1
Hi Mike, Thanks for your report. I agree with you, maybe you can submit the patch to fix it. (by the way, the sync path has the same issue) Thanks a lot. Cheng From: Mike Cui Sent: Thursday, December 29, 2022 4:38 AM To: dev@dpdk.org; Jiang, Cheng1 Subject: lib/vhost/virtio_net: possible stac

Re: [PATCH v2 1/3] eventdev/eth_rx: add params set/get APIs

2023-01-28 Thread Stephen Hemminger
On Sat, 28 Jan 2023 16:23:45 +0530 Jerin Jacob wrote: > > > > > > Yes. No need recompile if ABI not breaking. > > > > > > > When some of the reserved fields are used in the future, the > > > > application > > > also may need to be recompiled along with DPDK right? > > > > As the applicatio

Re: [PATCH v8] doc: add PMD known issue

2023-01-28 Thread Stephen Hemminger
On Sat, 28 Jan 2023 06:01:38 + Mingjin Ye wrote: > Add a known issue: Rx path dynamic change is not supported for PMD. > > Fixes: de853a3bb151 ("net/ice: disable DDP package on Windows") > Cc: sta...@dpdk.org > > Signed-off-by: Mingjin Ye > --- > doc/guides/nics/ice.rst | 12

RE: [PATCH v3] app/dma-perf: introduce dma-perf application

2023-01-28 Thread Jiang, Cheng1
Hi Bruce, Sorry for the late reply. We are in the Spring Festival holiday last week. Thanks for your comments. Replies are inline. Thanks, Cheng > -Original Message- > From: Richardson, Bruce > Sent: Wednesday, January 18, 2023 12:52 AM > To: Jiang, Cheng1 > Cc: tho...@monjalon.net; m.

[PATCH 2/2] ethdev: introduce the mhpsdp hwport field in Tx queue API

2023-01-28 Thread Jiawei Wang
For the multiple hardware ports connect to a single DPDK port (mhpsdp), the previous patch introduces the new rte flow item to match the hardware port of the received packets. This patch adds the tx_mhpsdp_hwport setting in Tx queue API, the hwport value reflects packets be sent to which hardware

[PATCH 1/2] ethdev: add mhpsdp hardware port match item

2023-01-28 Thread Jiawei Wang
For the multiple hardware ports connect to a single DPDK port (mhpsdp), currently there is no information to indicate the packet belongs to which hardware port. This patch introduces a new hardware port item in rte flow API, and the port value reflects the hardware port of the received packets. W

[PATCH 0/2] add new mhpsdp hw port in the flow item and Tx queue API

2023-01-28 Thread Jiawei Wang
For the multiple hardware ports connect to a single DPDK port (mhpsdp), currently there is no information to indicate the packet belongs to which hardware port. This patch introduces a new hardware port item in rte flow API, and the port value reflects the hardware port of the received packets. T

Re: [EXT] Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-28 Thread Jerin Jacob
On Fri, Jan 27, 2023 at 6:28 PM Thomas Monjalon wrote: > > Hi, > > Shivah Shankar, please quote your replies > so we can distinguish what I said from what you say. > > Please try to understand my questions, you tend to reply to something else. > > > 27/01/2023 05:29, Jerin Jacob: > > On Fri, Jan 2

Re: [PATCH v2 1/3] eventdev/eth_rx: add params set/get APIs

2023-01-28 Thread Jerin Jacob
On Wed, Jan 25, 2023 at 10:02 PM Naga Harish K, S V wrote: > > > > > -Original Message- > > From: Jerin Jacob > > > > > > > > > > > > +*/ > > > > > > > + uint32_t rsvd[15]; > > > > > > > + /**< Reserved fields for future use */ > > > > > > > > > > > > Introduce rte_ev