DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Fwd: OVS with DPDK ..Error packets
       [not found] <CA+8eA5kqSxrmzxY0WGeS8_uBuEpdHKkup4jBW2fgXhv5qKxgGg@mail.gmail.com>
@ 2015-07-29 21:32 ` Srikanth Akula
  2015-07-31  8:02   ` Traynor, Kevin
  0 siblings, 1 reply; 2+ messages in thread
From: Srikanth Akula @ 2015-07-29 21:32 UTC (permalink / raw)
  To: dev, dev

(+DPDK dev team )


Hello ,

I am trying to test the OVS_DPDK performance and found that lot of packets
being treated as error packets .

ovs-vsctl get Interface dpdk0 statistics
{collisions=0, rx_bytes=38915076374, rx_crc_err=0, rx_dropped=0,
*rx_errors=3840287219
<3840287219>, *rx_frame_err=0, rx_over_err=0, rx_packets=292972799,
tx_bytes=38935883904, tx_dropped=0, tx_errors=0, tx_packets=293068162}

I am running DPDK application inside my VM .

Looks like there is a buffer issue ( 64Bytes - 10Gbps)

Could  somebody let me know if i have missed any configuration in DPDK/OVS ?

-Srikanth

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

* Re: [dpdk-dev] Fwd: OVS with DPDK ..Error packets
  2015-07-29 21:32 ` [dpdk-dev] Fwd: OVS with DPDK ..Error packets Srikanth Akula
@ 2015-07-31  8:02   ` Traynor, Kevin
  0 siblings, 0 replies; 2+ messages in thread
From: Traynor, Kevin @ 2015-07-31  8:02 UTC (permalink / raw)
  To: Srikanth Akula, dev, dev


> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Srikanth Akula
> Sent: Wednesday, July 29, 2015 10:32 PM
> To: dev@dpdk.org; dev@openvswitch.org
> Subject: [dpdk-dev] Fwd: OVS with DPDK ..Error packets
> 
> (+DPDK dev team )
> 
> 
> Hello ,
> 
> I am trying to test the OVS_DPDK performance and found that lot of packets
> being treated as error packets .
> 
> ovs-vsctl get Interface dpdk0 statistics
> {collisions=0, rx_bytes=38915076374, rx_crc_err=0, rx_dropped=0,
> *rx_errors=3840287219
> <3840287219>, *rx_frame_err=0, rx_over_err=0, rx_packets=292972799,
> tx_bytes=38935883904, tx_dropped=0, tx_errors=0, tx_packets=293068162}
> 
> I am running DPDK application inside my VM .
> 
> Looks like there is a buffer issue ( 64Bytes - 10Gbps)
> 
> Could  somebody let me know if i have missed any configuration in DPDK/OVS ?

Errors can show here when you are sending traffic in at a rate higher than can
be handled, so it can be normal to see that in some cases. 

First thing I would check is that you have your PMD(s) and qemu threads doing
the fwding core affinitised to different cores so they get the max amount of
cycles they can. 

I would also check a simple phy-phy test to eliminate any test equipment/NIC
setup issues.

> 
> -Srikanth

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

end of thread, other threads:[~2015-07-31  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CA+8eA5kqSxrmzxY0WGeS8_uBuEpdHKkup4jBW2fgXhv5qKxgGg@mail.gmail.com>
2015-07-29 21:32 ` [dpdk-dev] Fwd: OVS with DPDK ..Error packets Srikanth Akula
2015-07-31  8:02   ` Traynor, Kevin

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