Re: [dpdk-dev] [PATCH v6] build: kni cross-compilation support

2021-03-15 Thread Thomas Monjalon
11/02/2021 13:59, Juraj Linkeš: > The kni linux module is using a custom target for building, which > doesn't take into account any cross compilation arguments. The arguments > in question are ARCH, CROSS_COMPILE (for gcc, clang) and CC, LD (for > clang). Get those from the cross file and pass them

Re: [dpdk-dev] [PATCH v6] build: kni cross-compilation support

2021-03-09 Thread Andrew Boyer
No, I am sorry, I have not tested it. I was able to remove rte_kni from our requirements so this is no longer a blocker for us. -Andrew > On Mar 9, 2021, at 3:47 AM, Juraj Linkeš wrote: > > Hi Folks, > > Does anyone have any comments? Is the patch ready? If so, please send acks or > reviewed

Re: [dpdk-dev] [PATCH v6] build: kni cross-compilation support

2021-03-09 Thread Juraj Linkeš
Hi Folks, Does anyone have any comments? Is the patch ready? If so, please send acks or reviewed-by, thanks. Andrew, did you get a chance to test the patch? Juraj > -Original Message- > From: Juraj Linkeš > Sent: Thursday, February 11, 2021 2:00 PM > To: bruce.richard...@intel.com; th

[dpdk-dev] [PATCH v6] build: kni cross-compilation support

2021-02-11 Thread Juraj Linkeš
The kni linux module is using a custom target for building, which doesn't take into account any cross compilation arguments. The arguments in question are ARCH, CROSS_COMPILE (for gcc, clang) and CC, LD (for clang). Get those from the cross file and pass them to the custom target. The user supplie