Re: [dpdk-dev] [PATCH v4] eal: refactor rte_eal_init into sub-functions

2024-02-03 Thread Rahul Gupta
On (02/02/24 11:21), Thomas Monjalon wrote: > Date: Fri, 02 Feb 2024 11:21:59 +0100 > From: Thomas Monjalon > To: Rahul Gupta > Cc: David Marchand , dev@dpdk.org, > bruce.richard...@intel.com, dmitry.kozl...@gmail.com, > step...@networkplumber.org, sovar...@linux.microsoft.com, > ok...@kernel.

rss calculation as the nic

2024-02-03 Thread Yaron Illouz
I am using mellanox Connectx6, dpdk 22 'MT2892 Family [ConnectX-6 Dx] 101d' if=ens5f1 drv=mlx5_core unused=igb_uio I configure port with multiqueue and split traffic according to ip+port I want to calculate the hash as the nic do, to be able to load balance traffic ( from another card ) - the info

Re: [PATCH] dmadev: standardize alignment and allocation

2024-02-03 Thread fengchengwen
Hi Pavan, Alloc fp_objects from rte_memory is a good idea, but this may cause the rte_memory memory leak, especially in multi-process scenario. Currently, there is no mechanism for releasing such a rte_memory which don't belong to any driver. So I suggest: maybe we could add rte_mem_align API wh

Re: [PATCH v7 11/19] crypto/armv8: do not use PMD logtype

2024-02-03 Thread Ruifeng Wang
On 2024/2/3 12:11 PM, Stephen Hemminger wrote: Driver already has logging macros, just not used in one place. Fixes: 169ca3db550c ("crypto/armv8: add PMD optimized for ARMv8 processors") Signed-off-by: Stephen Hemminger --- drivers/crypto/armv8/rte_armv8_pmd.c | 4 ++-- 1 file changed, 2 i