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.
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
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
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
4 matches
Mail list logo