[dpdk-dev] How to include pre-build object file (.o) in DPDK makefile?

2016-09-16 Thread Lu, Patrick
-Original Message- From: Yigit, Ferruh Sent: Friday, September 16, 2016 11:05 AM To: Lu, Patrick ; dev at dpdk.org Subject: Re: [dpdk-dev] How to include pre-build object file (.o) in DPDK makefile? On 9/16/2016 6:04 PM, Lu, Patrick wrote: > Hi, > > I'm trying to include

[dpdk-dev] How to include pre-build object file (.o) in DPDK makefile?

2016-09-16 Thread Lu, Patrick
Hi, I'm trying to include some hand written assembly (compiled by yasm) in my DPDK program. I couldn't find any example linking the DPDK C code with pre-compiled .o file. I've searched the mk/ and found OBJS-y seems the right variable to include .o file, but when generating the final

[dpdk-dev] [PATCH] scripts: enable extended tag of PCIe

2015-03-30 Thread Lu, Patrick
Hi Helin and Thomas, Rather than an additional patch. Can we always enable extended tag in i40e driver? There is no negative impact for enabling extended tag. (Even on devices that don't support extended tag, the PCIe packet will simply ignore the bit and go on.) Best, Patrick -Original

[dpdk-dev] l2fwd application - packets not getting forwarded

2014-06-22 Thread Lu, Patrick
You can also pass iommu=pt, then you can keep intel_iommu=on and have dpdk co-exist on native and virtialized. Patrick On Jun 15, 2014 11:08 PM, Raj Ravi wrote: I can get this working after some changes. 1. I have pci_assign=buses and intel_iommu=on present in grub.conf , Removed them 2.

[dpdk-dev] [PATCH] Add an API to query enabled core index

2014-06-11 Thread Lu, Patrick
-Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Wednesday, June 11, 2014 2:51 PM To: Lu, Patrick Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH] Add an API to query enabled core index Hi, 2014-06-11 13:45, Patrick Lu: > EAL -c option allows the u