[dpdk-users] Issue with cryptodev_qat_autotest on CentOS 7.2 host system using dpdk-2.2.0

2016-06-22 Thread Chinmaya Dwibedy
Hi , Additionally I find the below error logs after running of cryptodev_qat_autotest". If anyone has an idea on it , kindly suggest. [root at localhost ~]# dmesg [ 794.746134] dmar: DRHD: handling fault status reg 2 [ 794.746141] dmar: DMAR:[DMA Read] Request device [83:01.0] fault addr

[dpdk-users] Issue with cryptodev_qat_autotest on CentOS 7.2 host system using dpdk-2.2.0

2016-06-22 Thread Chinmaya Dwibedy
Hi All, I do have CentOS Linux release 7.2.1511 (Core) host system, where two Intel QAT devices are installed. I have installed dpdk-2.2.0 and QAT driver as mentioned in section 6.4. (i.e., Installation using 01.org QAT driver) of http://dpdk.readthedocs.io/en/v16.04/cryptodevs/qat.html. I

[dpdk-users] Get interface speed through IOCTL

2016-06-22 Thread Gadre Nayan
Hi, I need to get the interface speed though standard IOCTL call: edata.cmd = ETHTOOL_GSET; // issue ioctl rc = ioctl(sock, SIOCETHTOOL, ); However, for 10G interface I do not read a correct speed, since it may not be supported. Out 1G cards are I350 and 10G card is

[dpdk-users] Issue with virtio PMD (using dpdk-2.2.0)

2016-06-22 Thread Chinmaya Dwibedy
Thank you Thomas for your response. Will use --pci-blacklist and test . On Wed, Jun 22, 2016 at 5:22 PM, Thomas Monjalon wrote: > 2016-06-22 15:58, Chinmaya Dwibedy: > > It appears that, the virtio PMD takes over each virtio device. > > It has been fixed in recent DPDK. > You can use

[dpdk-users] Issue with virtio PMD (using dpdk-2.2.0)

2016-06-22 Thread Chinmaya Dwibedy
Hi All, I have installed dpdk-2.2.0 on VM (Fedora 20). The VMs are created using openstack framework. It has two Ethernet ports (eth0 and eth1). The eth0 is managed by Virtio network device. It also acts as my Management interface. I login into this VM (via ssh) using IP address of eth0. When

[dpdk-users] Get interface speed through IOCTL

2016-06-22 Thread Thomas Monjalon
2016-06-22 17:49, Gadre Nayan: > I need to get the interface speed though standard IOCTL call: [...] > > However, for 10G interface I do not read a correct speed, since it may > not be supported. Yes > Out 1G cards are I350 and 10G card is I40. [...] > There is no support for 1base. So to

[dpdk-users] Issue with virtio PMD (using dpdk-2.2.0)

2016-06-22 Thread Thomas Monjalon
2016-06-22 15:58, Chinmaya Dwibedy: > It appears that, the virtio PMD takes over each virtio device. It has been fixed in recent DPDK. You can use --pci-blacklist to avoid this behaviour in old DPDK.

[dpdk-users] Issue with ipsec-secgw sample application on VM using Intel QAT device (pass-through mode)

2016-06-22 Thread Chinmaya Dwibedy
Hi Sergio, Thank your for clarification. I am using dpdk-2.2.0. Here goes our configuration on VM. Can you please have a look into the same and let me know if anything is wrong. Will try to run the autotest, ipsec-segw on host as per your suggestion. [root at vpn-s ~]# uname -r

[dpdk-users] OVS Switch with DPDK

2016-06-22 Thread shyam yeduru
Hi Team, We have a setup at our lab to demonstrate DPDK with OVS and With-Out. Here are my configuration details and error message. Hardware : HP DL 380 G8? OS - Ubuntu 16.0.4 OVS Package - 2.5 DPDK has been installed along with OVS Packages installed :?apt-get install openvswitch-switch-dpdk

[dpdk-users] OVS Switch with DPDK

2016-06-22 Thread Sergey Matov
Hello. Have you done dpdk-binding before adding DPDK interface to your bridge? It can be done via (your DPDK dir)/tools/dpdk_nic_bind.py script. 2016-06-22 9:23 GMT+03:00 shyam yeduru : > Hi Team, > > We have a setup at our lab to demonstrate DPDK with OVS and With-Out. Here > are my