[dpdk-dev] dropped packet count

2013-10-08 Thread John Lange
Greetings, Is there a standard way of retrieving the dropped packet count for a particular port/queue in the DPDK? If no way is currently defined, could this please be added in a future version? Thanks!

[dpdk-dev] [PATCH] Request for comments on ixgbe TSO support

2013-10-08 Thread jigsaw
Hi Heqing, Thanks for pointing out the Rx cksum test case. I was looking for usage of IXGBE_RXDADV_ERR_SHIFT and IXGBE_RXDADV_ERR_MASK without any result, therefore I assumed these 2 fields are not checked. So it turns out that the implementation of Rx cksum is in routine rx_desc_error_to_pkt_fla

[dpdk-dev] How to guarantee bandwith using DPDK QoS library?

2013-10-08 Thread William Rolinson
Apologies if this is a dumb question, but how can we guarantee bandwith with librte_sched like what HTB do in Linux?

[dpdk-dev] [PATCH] Request for comments on ixgbe TSO support

2013-10-08 Thread Zhu, Heqing
Hi Qinglai, >> Besides, as you mentioned, the ixgbe driver doesn't leverage the hardware >> receive checksum offloading at all. On the Rx side, ixgbe driver support the Rx checksum validation via hardware offload. There is a simple example @ DPDK\app\test-pmd\csumonly.c to check IPv4/L4 check