[dpdk-dev] dpdk-testpmd app with SRIOV VF on Kubernetes POD not working

2021-07-15 Thread Truring Team
Hi Everyone, We have Kubernetes setup where Master Node and one worker node are there and tried running dpdk-testpmd on POD So Master Node and Worker Node are AWS VM which has ixgbevf VF interfaces and binded one interface with dpdk igb_uio then expose the interface inside POD with multus cni

Re: [dpdk-dev] dpdk-testpmd app with SRIOV VF on Kubernetes POD not working

2021-07-20 Thread Truring Team
Hi Everyone , Can someone please look into this and analyse logs ? I need help to proceed further . Best Regards Puneet On Fri, 16 Jul 2021 at 09:34, Truring Team wrote: > Hi Everyone, > > > We have Kubernetes setup where Master Node and one worker node are there > and tri

[dpdk-dev] DPDK 20.11 Static vs Dynamic Linking- l2fwd issue

2021-01-19 Thread Truring Team
Hi Team, I am facing one issue with dpdk 20.11 Release, compiled the l2fwd app with make static , its throwing following error while running the app: Problematic Use Case: cd dpdk-20.11/examples/l2fwd export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig *make static * ./build/l2fwd -l 0-3 -n 4 -- -q

Re: [dpdk-dev] DPDK 20.11 Static vs Dynamic Linking- l2fwd issue

2021-01-19 Thread Truring Team
e, Jan 19, 2021 at 03:36:18PM +0530, Truring Team wrote: > > > Hi Team, > > > > > > I am facing one issue with dpdk 20.11 Release, compiled the l2fwd app > with > > > make static , its throwing following error while running the app: > > > >

Re: [dpdk-dev] DPDK 20.11 Static vs Dynamic Linking- l2fwd issue

2021-01-19 Thread Truring Team
-lrte_meter -lrte_net -lrte_mbuf -lrte_mempool -lrte_rcu -lrte_ring -lrte_eal -lrte_telemetry -lrte_kvargs -lm -ldl -lnuma -lpcap On Tue, 19 Jan 2021 at 16:51, Truring Team wrote: > cat /etc/redhat-release > CentOS Linux release 7.8.2003 (Core) > > > pkg-config --version > 0.27.

[dpdk-dev] DPDK issue with Marvell NIC QLogic Corp. FastLinQ QL41000

2021-05-25 Thread Truring Team
Hi Team, I am trying to run the dpdk test-pmd application (DPDK 20.11 and DPDK 21.05) with NIC QLogic Corp. FastLinQ QL41000 Series 10/25/40/50GbE Controller but facing following issues: If someone can look into the following logs and help me figure out the issue? 1. DPDK 20.11 ( Using 1 GB hu

Re: [dpdk-dev] [dpdk-users] DPDK issue with Marvell NIC QLogic Corp. FastLinQ QL41000

2021-05-25 Thread Truring Team
> NV > > On Tue, May 25, 2021 at 9:52 PM Truring Team wrote: > >> Hi Team, >> >> I am trying to run the dpdk test-pmd application (DPDK 20.11 and DPDK >> 21.05) with NIC QLogic Corp. FastLinQ QL41000 Series 10/25/40/50GbE >> Controller but facing following

Re: [dpdk-dev] [dpdk-users] DPDK issue with Marvell NIC QLogic Corp. FastLinQ QL41000

2021-05-25 Thread Truring Team
gt; NV > > On Wed, May 26, 2021 at 12:21 AM Truring Team wrote: > >> Hi Nishant, >> >> cat /proc/meminfo >> 11:59:29.200 §MemTotal: 23101672 kB >> 11:59:29.200 §MemFree:15254764 kB >> 11:59:29.200 §MemAvailable: 19243184 kB >> 11:59:29

[dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11

2021-01-28 Thread Truring Team
Hi Team , Can someone help me to figure out how to enable the Mellanox Driver flag in meson.build file , so that dpdk 20.11 compiles with mlx driver enabled. Best Regards Puneet

Re: [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11

2021-01-29 Thread Truring Team
net_mlx5.a* Best Regards Puneet On Fri, 29 Jan 2021 at 15:38, Bruce Richardson wrote: > On Fri, Jan 29, 2021 at 11:50:08AM +0530, Truring Team wrote: > > Hi Team , > > > > Can someone help me to figure out how to enable the Mellanox Driver flag > > in meson.build fi