Re: [dpdk-dev] [PATCH v3 0/5] raw/ifpga/base: An improvement for multi-process

2020-10-25 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Tianfei > Sent: Friday, October 23, 2020 5:00 PM > To: dev@dpdk.org; Xu, Rosen ; Zhang, Qi Z > > Cc: Zhang, Tianfei > Subject: [PATCH v3 0/5] raw/ifpga/base: An improvement for multi-process > > This patches set will improve the ifpga base driver r

[dpdk-dev] [PATCH v3 0/5] raw/ifpga/base: An improvement for multi-process

2020-10-23 Thread Tianfei zhang
This patches set will improve the ifpga base driver reliability in multi-process environment. Main changes from v2: - Fix typo in some commit log. Main changes from v3: - Split into 2 small patches, one is fix the pointer variable, other is fix the return value. - Free the driver's resource in ra

[dpdk-dev] [PATCH v3 0/5] raw/ifpga/base: An improvement for multi-process

2020-10-23 Thread Tianfei zhang
This patches set will improve the ifpga base driver reliability in multi-process environment. Main changes from v2: - Fix typo in some commit log. Patch #1: Fix a bug for register and unregister interrupt functions. Patch #2: Fix the return value of unsupported interrupt type. Patch #3: Fix the r