Re: Regarding User Data in DPDK ACL Library.

2022-11-19 Thread venkatesh bs
t; On Thu, 17 Nov 2022 19:28:12 +0530 > > venkatesh bs wrote: > > > > > Hi DPDK Team, > > > > > > After the ACL match for highest priority DPDK Classification API > returns > > > User Data Which is as mentioned below in the document. > > >

Regarding User Data in DPDK ACL Library.

2022-11-17 Thread venkatesh bs
Hi DPDK Team, After the ACL match for highest priority DPDK Classification API returns User Data Which is as mentioned below in the document. 53. Packet Classification and Access Control — Data Plane Development Kit 22.11.0-rc2 documentation (dpdk.org) - *userdata*: A user-defined value. For

Fwd: Regarding User Data in DPDK ACL Library.

2022-11-17 Thread venkatesh bs
-- Forwarded message - From: venkatesh bs Date: Wed, Nov 16, 2022 at 7:28 PM Subject: Regarding User Data in DPDK ACL Library. To: Hi DPDK Team, After the ACL match for highest priority DPDK Classification API returns User Data Which is as mentioned below in the document. 53

Re: clarification on RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF flag

2022-07-06 Thread venkatesh bs
Wed, Jul 6, 2022 at 7:07 PM venkatesh bs wrote: > Hi All, > > In multithreaded/Multicore environment can we use > RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF > independently, > or this flag should always be used with > RTE_HASH_EXTRA_FLAGS_MULTI_WRITER_ADD. > > We are tryi

Re: clarification on RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF flag

2022-07-06 Thread venkatesh bs
Wed, Jul 6, 2022 at 9:15 AM venkatesh bs wrote: > Hi All, > > In multithreaded/Multicore environment can we use > RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF > independently, > or this flag should always be used with > RTE_HASH_EXTRA_FLAGS_MULTI_WRITER_ADD. > > We are tryi

clarification on RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF flag

2022-07-05 Thread venkatesh bs
Hi All, In multithreaded/Multicore environment can we use RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF independently, or this flag should always be used with RTE_HASH_EXTRA_FLAGS_MULTI_WRITER_ADD. We are trying to create and access the hash table with RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF only. We ar