Re: [dpdk-users] [dpdk-ci] Integration of DPDK into Bazel

2021-03-11 Thread Thomas Monjalon
11/03/2021 01:17, Jinkun Geng: > Do you mean all components must be built inside bazel? > >> Sort of. We have a project that is built on bazel. Now, we need to use the > >> core functions of DPDK to replace the network primitives in our project, > >> so that we can improve the performance of our

Re: [dpdk-users] [dpdk-ci] Integration of DPDK into Bazel

2021-03-10 Thread Jinkun Geng
_ From: Thomas Monjalon Sent: Wednesday, March 10, 2021 4:06 PM To: Jinkun Geng Cc: Stephen Hemminger ; c...@dpdk.org ; users@dpdk.org Subject: Re: [dpdk-ci] [dpdk-users] Integration of DPDK into Bazel 11/03/2021 00:42, Jinkun Geng: > For any project using bazel, if we want

Re: [dpdk-users] [dpdk-ci] Integration of DPDK into Bazel

2021-03-10 Thread Thomas Monjalon
11/03/2021 00:42, Jinkun Geng: > For any project using bazel, if we want to use DPDK, then we need to compile > DPDK stuff into bazel by ourselves. It is not a trivial thing and the > bazelment (https://github.com/bazelment/dpdk) guys have spent much effort > extracting the core files in DPDK

Re: [dpdk-users] [dpdk-ci] Integration of DPDK into Bazel

2021-03-10 Thread Jinkun Geng
; c...@dpdk.org ; users@dpdk.org Subject: Re: [dpdk-ci] [dpdk-users] Integration of DPDK into Bazel 09/03/2021 05:11, Jinkun Geng: > Too bad. :< Why is it too bad? How the choice of an internal build system can affect other projects? From: Stephen Hemminger > On Tue, 9 Mar 2021 01:32

Re: [dpdk-users] [dpdk-ci] Integration of DPDK into Bazel

2021-03-10 Thread Thomas Monjalon
09/03/2021 05:11, Jinkun Geng: > Too bad. :< Why is it too bad? How the choice of an internal build system can affect other projects? From: Stephen Hemminger > On Tue, 9 Mar 2021 01:32:16 + > Jinkun Geng wrote: > > > Hi, all. > > Since bazel building system is becoming more and more