DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] After passing some traffic getting error tx_burst failed at lcore(1), port (0)
@ 2016-10-20  4:10 Tejas Kasundra
  2016-11-08  7:09 ` Tejas Kasundra
  0 siblings, 1 reply; 3+ messages in thread
From: Tejas Kasundra @ 2016-10-20  4:10 UTC (permalink / raw)
  To: users

Hello Experts,

I am facing problem with one of my application with DPDK. Please find below
details of my setup,

Host - Ubuntu 14.04 with KVM-QEMU(4.2.0-27-generic) 64 bit
Guest - Ubuntu 14.04(3.13.0-24-generic) 64 bit
DPDK - 16.04 running in VM
Huge page - 2000(2MB) on guest VM
Intel NIC 350 T-4
Configured grub parameter - intel_iommu=on, iommu=pt
Using 4 core with DPDK

Now when I start traffic, DPDK start processing traffic and for 15-20
minutes everything works fine.

Then after a while DPDK stops processing traffic and I can see error on log
like tx_burst failed at lcore(1), port (0).

I checked DPDK process health and I do not see any problem with that like
hang or crash.

Any help or lead will be appreciated.

Br,
Tejas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-users] After passing some traffic getting error tx_burst failed at lcore(1), port (0)
  2016-10-20  4:10 [dpdk-users] After passing some traffic getting error tx_burst failed at lcore(1), port (0) Tejas Kasundra
@ 2016-11-08  7:09 ` Tejas Kasundra
  2016-11-08  8:05   ` Muhammad Zain-ul-Abideen
  0 siblings, 1 reply; 3+ messages in thread
From: Tejas Kasundra @ 2016-11-08  7:09 UTC (permalink / raw)
  To: users

Hello Experts,

Any input will be appreciated on below issue, posting it again.

I am facing problem with one of my application with DPDK. Please find below
details of my setup,

Host - Ubuntu 14.04 with KVM-QEMU(4.2.0-27-generic) 64 bit
Guest - Ubuntu 14.04(3.13.0-24-generic) 64 bit
DPDK - 16.04 running in VM
Huge page - 2000(2MB) on guest VM
Intel NIC 350 T-4
Configured grub parameter - intel_iommu=on, iommu=pt
Using 4 core with DPDK

Now when I start traffic, DPDK start processing traffic and for 15-20
minutes everything works fine.

Then after a while DPDK stops processing traffic and I can see error on log
like tx_burst failed at lcore(1), port (0).

I checked DPDK process health and I do not see any problem with that like
hang or crash.

Any help or lead will be appreciated.

Br,
Tejas

On Thu, Oct 20, 2016 at 9:40 AM, Tejas Kasundra <tejashkasundra@gmail.com>
wrote:

> Hello Experts,
>
> I am facing problem with one of my application with DPDK. Please find
> below details of my setup,
>
> Host - Ubuntu 14.04 with KVM-QEMU(4.2.0-27-generic) 64 bit
> Guest - Ubuntu 14.04(3.13.0-24-generic) 64 bit
> DPDK - 16.04 running in VM
> Huge page - 2000(2MB) on guest VM
> Intel NIC 350 T-4
> Configured grub parameter - intel_iommu=on, iommu=pt
> Using 4 core with DPDK
>
> Now when I start traffic, DPDK start processing traffic and for 15-20
> minutes everything works fine.
>
> Then after a while DPDK stops processing traffic and I can see error on
> log like tx_burst failed at lcore(1), port (0).
>
> I checked DPDK process health and I do not see any problem with that like
> hang or crash.
>
> Any help or lead will be appreciated.
>
> Br,
> Tejas
>
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-users] After passing some traffic getting error tx_burst failed at lcore(1), port (0)
  2016-11-08  7:09 ` Tejas Kasundra
@ 2016-11-08  8:05   ` Muhammad Zain-ul-Abideen
  0 siblings, 0 replies; 3+ messages in thread
From: Muhammad Zain-ul-Abideen @ 2016-11-08  8:05 UTC (permalink / raw)
  To: Tejas Kasundra; +Cc: users

On Tue, Nov 8, 2016 at 12:09 PM, Tejas Kasundra
<tejashkasundra@gmail.com> wrote:
> Hello Experts,
>
> Any input will be appreciated on below issue, posting it again.
>
> I am facing problem with one of my application with DPDK. Please find below
> details of my setup,
>
> Host - Ubuntu 14.04 with KVM-QEMU(4.2.0-27-generic) 64 bit
> Guest - Ubuntu 14.04(3.13.0-24-generic) 64 bit
> DPDK - 16.04 running in VM
> Huge page - 2000(2MB) on guest VM
> Intel NIC 350 T-4
> Configured grub parameter - intel_iommu=on, iommu=pt
> Using 4 core with DPDK
>
> Now when I start traffic, DPDK start processing traffic and for 15-20
> minutes everything works fine.

Which example application u r using? If its self made, kindly try
examples like l2fwd first to see if the issue reproduces it self.

> Then after a while DPDK stops processing traffic and I can see error on log
> like tx_burst failed at lcore(1), port (0).
>
> I checked DPDK process health and I do not see any problem with that like
> hang or crash.
>
> Any help or lead will be appreciated.
>
> Br,
> Tejas
>
> On Thu, Oct 20, 2016 at 9:40 AM, Tejas Kasundra <tejashkasundra@gmail.com>
> wrote:
>
>> Hello Experts,
>>
>> I am facing problem with one of my application with DPDK. Please find
>> below details of my setup,
>>
>> Host - Ubuntu 14.04 with KVM-QEMU(4.2.0-27-generic) 64 bit
>> Guest - Ubuntu 14.04(3.13.0-24-generic) 64 bit
>> DPDK - 16.04 running in VM
>> Huge page - 2000(2MB) on guest VM
>> Intel NIC 350 T-4
>> Configured grub parameter - intel_iommu=on, iommu=pt
>> Using 4 core with DPDK
>>
>> Now when I start traffic, DPDK start processing traffic and for 15-20
>> minutes everything works fine.
>>
>> Then after a while DPDK stops processing traffic and I can see error on
>> log like tx_burst failed at lcore(1), port (0).
>>
>> I checked DPDK process health and I do not see any problem with that like
>> hang or crash.
>>
>> Any help or lead will be appreciated.
>>
>> Br,
>> Tejas
>>
>>
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-08  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-20  4:10 [dpdk-users] After passing some traffic getting error tx_burst failed at lcore(1), port (0) Tejas Kasundra
2016-11-08  7:09 ` Tejas Kasundra
2016-11-08  8:05   ` Muhammad Zain-ul-Abideen

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).