Re: [dpdk-dev] [PATCH 1/2] eal: remove redundant code

2020-07-07 Thread Phil Yang
> -Original Message- > From: Honnappa Nagarahalli > Sent: Wednesday, July 8, 2020 1:15 PM > To: Phil Yang ; dev@dpdk.org > Cc: d...@linux.vnet.ibm.com; Ruifeng Wang ; nd > ; shah...@mellanox.com; sta...@dpdk.org; Honnappa > Nagarahalli ; nd > Subject: RE: [PATCH 1/2] eal: remove redundant

Re: [dpdk-dev] [PATCH 1/2] eal: remove redundant code

2020-07-07 Thread Honnappa Nagarahalli
> Subject: [PATCH 1/2] eal: remove redundant code > > The event status has been cleaned up by the CAS operation when we free > the event data, so there is no need to set it to invalid after that. > > Fixes: 49e2f374e45a ("eal/linux: support external Rx interrupt") > Cc: shah...@mellanox.com > C

[dpdk-dev] [PATCH 1/2] eal: remove redundant code

2020-06-11 Thread Phil Yang
The event status has been cleaned up by the CAS operation when we free the event data, so there is no need to set it to invalid after that. Fixes: 49e2f374e45a ("eal/linux: support external Rx interrupt") Cc: shah...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Phil Yang Reviewed-by: Ruifeng