Re: [dpdk-dev] [PATCH v3] port: fix library build order dependency

2019-11-13 Thread David Marchand
On Thu, Nov 14, 2019 at 1:43 AM Rahul Shah wrote: > > The port library should be built after eventdev library. > > Fixes: 5d92c4e5 ("port: add eventdev port type") > > Signed-off-by: Rahul Shah This patch has been accepted and applied in its v2 form: https://patchwork.dpdk.org/patch/62661/ --

[dpdk-dev] [PATCH v3] port: fix library build order dependency

2019-11-13 Thread Rahul Shah
The port library should be built after eventdev library. Fixes: 5d92c4e5 ("port: add eventdev port type") Signed-off-by: Rahul Shah --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 5d04ab915..1ff00ba8c 100644 --- a/lib/Makef