Re: [dpdk-dev] [PATCH 0/2] free port private data in dev_close callback

2021-01-27 Thread Ferruh Yigit
On 1/19/2021 11:56 AM, Heinrich Kuhn wrote: The first patch in this series prepares the NFP PMD for the new expected behavior of the .dev_close() callback function, most recently described in commit fbd191356148 ("ethdev: remove old close behaviour"). Patch one makes the needed infrastructure cha

[dpdk-dev] [PATCH 0/2] free port private data in dev_close callback

2021-01-19 Thread Heinrich Kuhn
The first patch in this series prepares the NFP PMD for the new expected behavior of the .dev_close() callback function, most recently described in commit fbd191356148 ("ethdev: remove old close behaviour"). Patch one makes the needed infrastructure changes to make this possible. The second patch