Re: [dpdk-dev] [PATCH v2 20/27] event/dlb2: move dlb_resource_new.c to dlb_resource.c

2021-04-03 Thread Jerin Jacob
On Wed, Mar 31, 2021 at 1:09 AM Timothy McDaniel wrote: > > The file dlb_resource_new.c now contains all of the low level > functions required to support both DLB v2.0 and DLB v2.5, and > the original file (dlb_resource.c) was removed in the previous > commit, so rename dlb_resource_new.c to dlb_r

[dpdk-dev] [PATCH v2 20/27] event/dlb2: move dlb_resource_new.c to dlb_resource.c

2021-03-30 Thread Timothy McDaniel
The file dlb_resource_new.c now contains all of the low level functions required to support both DLB v2.0 and DLB v2.5, and the original file (dlb_resource.c) was removed in the previous commit, so rename dlb_resource_new.c to dlb_resource.c, and update the meson build file so that the new file is