* [dpdk-users] Tx/Rx not increasing on DPDK interface
@ 2017-12-12 11:14 abhishek jain
2017-12-12 17:55 ` Shivaram Mysore
0 siblings, 1 reply; 2+ messages in thread
From: abhishek jain @ 2017-12-12 11:14 UTC (permalink / raw)
To: users; +Cc: Hristo.Trifonov, mxkvcs
Hi Team
I'm having one physical interface configured as DPDK interface using below
command..
dpdk_nic_bind --bind=igb_uio 0000:03:00.1
and it succesffluy appears in DPDK configured interfaces..
dpdk_nic_bind --status
Network devices using DPDK-compatible driver
============================================
0000:03:00.1 'Ethernet Connection X552/X557-AT 10GBASE-T' drv=igb_uio
unused=vfio-pci,uio_pci_generic
Once it is configured,I'm adding this interface in OVS-DPDK bridge using
below command..
ovs-vsctl add-port br-int eth3 tag=4 -- set Interface eth3
type=dpdkvhostuser options:dpdk-devargs=0000:03:00.1
After this configuration,when I'm sending traffic from physical
interface,I'm not able to see any packets reaching OVS br-int .
tcpdump -i br-int
Hoever once I unbind the physical interface with ixgbe driver,I'm able to
see the packets reaching OVS DPDK br-int.
Please let me know regarding this.
Regars
Abhishek Jain
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-users] Tx/Rx not increasing on DPDK interface
2017-12-12 11:14 [dpdk-users] Tx/Rx not increasing on DPDK interface abhishek jain
@ 2017-12-12 17:55 ` Shivaram Mysore
0 siblings, 0 replies; 2+ messages in thread
From: Shivaram Mysore @ 2017-12-12 17:55 UTC (permalink / raw)
To: abhishek jain; +Cc: users, Hristo.Trifonov, mxkvcs
With the info provided, I am not sure how your OVS is setup. You may want
to consider looking at my presentation and code available @
https://github.com/shivarammysore/faucetsdn-intel/tree/master/src/ubuntu/zesty/ovs_281
to get DPDK working
On Tue, Dec 12, 2017 at 3:14 AM, abhishek jain <ashujain9727@gmail.com>
wrote:
> Hi Team
>
> I'm having one physical interface configured as DPDK interface using below
> command..
>
> dpdk_nic_bind --bind=igb_uio 0000:03:00.1
>
>
> and it succesffluy appears in DPDK configured interfaces..
>
> dpdk_nic_bind --status
>
> Network devices using DPDK-compatible driver
> ============================================
> 0000:03:00.1 'Ethernet Connection X552/X557-AT 10GBASE-T' drv=igb_uio
> unused=vfio-pci,uio_pci_generic
>
>
> Once it is configured,I'm adding this interface in OVS-DPDK bridge using
> below command..
>
> ovs-vsctl add-port br-int eth3 tag=4 -- set Interface eth3
> type=dpdkvhostuser options:dpdk-devargs=0000:03:00.1
>
>
> After this configuration,when I'm sending traffic from physical
> interface,I'm not able to see any packets reaching OVS br-int .
>
>
> tcpdump -i br-int
>
> Hoever once I unbind the physical interface with ixgbe driver,I'm able to
> see the packets reaching OVS DPDK br-int.
>
>
> Please let me know regarding this.
>
> Regars
> Abhishek Jain
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-12 17:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-12 11:14 [dpdk-users] Tx/Rx not increasing on DPDK interface abhishek jain
2017-12-12 17:55 ` Shivaram Mysore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).