[dpdk-dev] dpdk 2.1 building failure on rhel 7.2 rc1

2015-11-13 Thread Serguei Bezverkhi (sbezverk)
Hello, When I try to build dpdk 2.1 on rhel 7.2 rc1 I am getting following errors, appreciate if somebody could suggest a workaround of this problem. Thank you, Serguei CC [M] /root/dpdk/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_main.o

[dpdk-dev] i40e SRIOV and dpdk

2015-10-02 Thread Serguei Bezverkhi (sbezverk)
Hello, I was wondering if anybody has tested and managed to get working the following scenario: Host with 2 NIC: 1 Niantic 82599 and 1 Fortville i40e, both NICs configured with 8 VFs. There are two VMs running on this host, each VM has two SRIOV interfaces 1 for each type (Niantic based VF

[dpdk-dev] i40e opcode 14 error

2015-09-22 Thread Serguei Bezverkhi (sbezverk)
Hello, I am getting these errors in the log when VM which is using VF interface bound to DPDK does shut/no shut. I tried to find what opcode 14 means but could not find. [11787.657800] i40e :83:00.0: Failed opcode 14 Error: -5 [11787.707834] i40e :83:00.0: Failed opcode 14 Error: -5

[dpdk-dev] getting pointer for struct ixgbe_hw

2015-09-21 Thread Serguei Bezverkhi (sbezverk)
. -Original Message- From: Ananyev, Konstantin [mailto:konstantin.anan...@intel.com] Sent: Monday, September 21, 2015 10:41 AM To: Serguei Bezverkhi (sbezverk) ; Van Haaren, Harry ; dev at dpdk.org Subject: RE: getting pointer for struct ixgbe_hw Hi Serguei, > -Original Message- >

[dpdk-dev] getting pointer for struct ixgbe_hw

2015-09-21 Thread Serguei Bezverkhi (sbezverk)
[mailto:harry.van.haa...@intel.com] Sent: Monday, September 21, 2015 10:06 AM To: Serguei Bezverkhi (sbezverk) ; dev at dpdk.org Subject: RE: getting pointer for struct ixgbe_hw Hi Serguei, > From: Serguei Bezverkhi > I would appreciate if somebody could share an example of getting &g

[dpdk-dev] getting pointer for struct ixgbe_hw

2015-09-21 Thread Serguei Bezverkhi (sbezverk)
Hello, I would appreciate if somebody could share an example of getting access to ixgbe_hw structure for already initialized ixgbe nic. I tried to find any references but could not find any API returning pointer for this structure. Thank you Serguei