Re: [dpdk-dev] [PATCH v5 1/2] eventdev: add rx queue conf get api

2021-09-19 Thread Jerin Jacob
On Thu, Sep 16, 2021 at 6:21 PM Ganapati Kundapura wrote: > > Added rte_event_eth_rx_adapter_queue_conf_get() API to get rx queue > information - event queue identifier, flags for handling received packets, > scheduler type, event priority, polling frequency of the receive queue > and flow identif

Re: [dpdk-dev] [PATCH v1 3/5] eventdev:rx_adapter:add per queue event buffer configure support

2021-09-19 Thread Jerin Jacob
On Sat, Sep 18, 2021 at 6:42 PM Naga Harish K S V wrote: > > To configure per queue event buffer size, applications sets > ``rte_event_eth_rx_adapter_params::use_queue_event_buf`` flag > as true and is passed to `rte_event_eth_rx_adapter_create2` api. > > The per queue event buffer size is populat

Re: [dpdk-dev] [PATCH v1 1/5] eventdev: rx_adapter: add support to configure event buffer size

2021-09-19 Thread Jerin Jacob
On Sat, Sep 18, 2021 at 6:41 PM Naga Harish K S V wrote: > > Currently Rx event buffer is static array > with a default size of 192(6*BATCH_SIZE). > > ``rte_event_eth_rx_adapter_create2`` api is added which takes > ``struct rte_event_eth_rx_adapter_params`` to configure event > buffer size in addi

Re: [dpdk-dev] [PATCH v3] eventdev: update crypto adapter metadata structures

2021-09-19 Thread Gujjar, Abhinandan S
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Monday, September 20, 2021 12:19 AM > To: Gujjar, Abhinandan S ; Anoob Joseph > ; Shijith Thotton > Cc: Jerin Jacob Kollanukkaran ; Pavan Nikhilesh > Bhagavatula ; Ray Kinsella ; > Ankur Dwivedi ; dev@dpdk.org; > tho...@monjalon.

Re: [dpdk-dev] [PATCH v3] eventdev: update crypto adapter metadata structures

2021-09-19 Thread Akhil Goyal
Hi Abhinandan, > > > >> >> > > > >> >> >> In crypto adapter metadata, reserved bytes in request info > > > >> >> >> structure is a space holder for response info. It enforces an > > > >> >> >> order of operation if the structures are updated using memcpy > > > >> >> >> to avoid overwriting response

Re: [dpdk-dev] [PATCH v3] eventdev: update crypto adapter metadata structures

2021-09-19 Thread Gujjar, Abhinandan S
Hi Shijith & Anoob, > -Original Message- > From: Anoob Joseph > Sent: Tuesday, September 14, 2021 10:16 AM > To: Gujjar, Abhinandan S > Cc: Jerin Jacob Kollanukkaran ; Pavan Nikhilesh > Bhagavatula ; Akhil Goyal > ; Ray Kinsella ; Ankur Dwivedi > ; Shijith Thotton ; > dev@dpdk.org > Subj

Re: [dpdk-dev] [PATCH 2/2] security: build on Windows

2021-09-19 Thread William Tu
On Wed, Sep 15, 2021 at 9:27 AM Tal Shnaiderman wrote: > > Build the security library on Windows. > > Remove unneeded export from version file. > > Signed-off-by: Tal Shnaiderman > --- Acked-by: William Tu

Re: [dpdk-dev] [PATCH 1/2] security: use the net library for IP structs

2021-09-19 Thread William Tu
On Wed, Sep 15, 2021 at 9:27 AM Tal Shnaiderman wrote: > > Remove the netinet includes and replaces them > with rte_ip.h to support the in_addr/in6_addr structs > on all operating systems. > > Signed-off-by: Tal Shnaiderman > --- Acked-by: William Tu I sent a similar patch to enable ixgbe supp

Re: [dpdk-dev] [PATCH] cryptodev: build on Windows

2021-09-19 Thread William Tu
On Mon, Sep 13, 2021 at 10:19 AM Tal Shnaiderman wrote: > > Build the cryptography device library on Windows OS > by removing unneeded include and exports blocking the > compilation. > > Signed-off-by: Tal Shnaiderman Acked-by: William Tu I sent similar patch to enable ixgbe support for window