Re: [dpdk-dev] [PATCH] net/mlx4: optimize stuck memory size in probe

2020-07-22 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Michael Baum > Sent: Tuesday, July 21, 2020 3:01 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Slava Ovsiienko > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx4: optimize stuck memory size in probe > >

[dpdk-dev] [PATCH] net/mlx4: optimize stuck memory size in probe

2020-07-21 Thread Michael Baum
The mlx4_pci_probe function sets a pointer to the mlx4_priv structure, and during that function fills its fields one by one with relevant values. It wants to put a value in the intr_handle field that has all its fields zero except 2. To do so, it initializes a local struct rte_intr_handle type var