[dpdk-users] Enabling stats in pipeline applications

2018-02-08 Thread sharanya k
Hi, I am running an ip pipeline application in dpdk version 17.08.1 (stable). I can see the packets getting received and send through Wireshark. But, I couldn't get the statistics in the pipeline app using the following command. pipeline> p 1 stats port in 0 Pipeline 1 - stats for input port 0: Pk

Re: [dpdk-users] Enabling stats in pipeline applications

2018-02-08 Thread Heena Sirwani
I had a similar issue. The problem turned out to be in configs. Make sure the configuration changes are made in the target in $RTE_SDK/$RTE_TARGET/.config. Either edit that config file for build local configs or remake target configuration by make config T=$RTE_TARGET -- Original Messa

[dpdk-users] i40e VF Rx/Tx CRC Bytes Discrepancy

2018-02-08 Thread Matthew Coppola
Hi, I am noticing a discrepancy in the Rx/Tx Byte counters when using the i40e driver as a virtual function. Specifically I am observing that the Rx bytes are 4 bytes per packet larger than the Tx Bytes. My application is transmitting a packet and then receiving the same packet back (in a servic

Re: [dpdk-users] i40e VF Rx/Tx CRC Bytes Discrepancy

2018-02-08 Thread Stephen Hemminger
On Thu, 8 Feb 2018 11:52:55 -0500 Matthew Coppola wrote: > Hi, > > I am noticing a discrepancy in the Rx/Tx Byte counters when using the > i40e driver as a virtual function. Specifically I am observing that > the Rx bytes are 4 bytes per packet larger than the Tx Bytes. > > My application is t