Re: [dpdk-dev] [PATCH] net/mlx5: fix external buffer pool registration for Rx queue

2021-02-21 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Friday, February 12, 2021 1:07 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix external buffer pool registration for Rx queue > > On Rx queue creation the mlx5 PM

Re: [dpdk-dev] [PATCH] net/mlx5: fix external buffer pool registration for Rx queue

2021-02-14 Thread Matan Azrad
From: Viacheslav Ovsiienko > On Rx queue creation the mlx5 PMD registers the data buffers of the specified > pools for DMA operations. It scans the mem_list of the pools and creates the > MRs (DMA related NIC objects) for the chunks found. > If the pool is created with rte_pktmbuf_pool_create_ex

[dpdk-dev] [PATCH] net/mlx5: fix external buffer pool registration for Rx queue

2021-02-12 Thread Viacheslav Ovsiienko
On Rx queue creation the mlx5 PMD registers the data buffers of the specified pools for DMA operations. It scans the mem_list of the pools and creates the MRs (DMA related NIC objects) for the chunks found. If the pool is created with rte_pktmbuf_pool_create_extbuf() and refers to the external atta