RE: [PATCH] vdpa/sfc: make MCDI memzone name unique

2022-01-13 Thread Xia, Chenbo
Hi Abhimanyu, > -Original Message- > From: abhimanyu.sa...@xilinx.com > Sent: Tuesday, January 11, 2022 1:33 PM > To: dev@dpdk.org > Cc: Xia, Chenbo ; maxime.coque...@redhat.com; > andrew.rybche...@oktetlabs.ru; Abhimanyu Saini > Subject: [PATCH] vdpa/sfc: make MCD

[PATCH] vdpa/sfc: make MCDI memzone name unique

2022-01-10 Thread abhimanyu.saini
From: Abhimanyu Saini Buffer for MCDI channel is allocated using rte_memzone_reserve_aligned with zone name 'mcdi'. Since multiple MCDI channels are needed to support multiple VF(s) and rte_memzone_reserve_aligned expects unique zone names, append PCI address to zone name to make it unique. Sign

[PATCH] vdpa/sfc: make MCDI memzone name unique

2022-01-04 Thread abhimanyu.saini
From: Abhimanyu Saini Buffer for MCDI channel is allocated using rte_memzone_reserve_aligned with zone name 'mcdi'. Since multiple MCDI channels are needed to support multiple VF(s) and rte_memzone_reserve_aligned expects unique zone names, append PCI address to zone name to make it unique. Sign