[dpdk-dev] 82599 feature request: loopback and TSO

2013-09-23 Thread jigsaw
Hi Thomas, Thanks for reply. Hereunder the patch for Tx->Rx loopback operation for 82599. Note that Rx->Tx is not implemented yet. The patch is tested with a Intel Corporation 82599EB 10-Gigabit KX4 Network Connection. If the patch could be accepted then Rx->Tx could be implemented on top of it.

[dpdk-dev] 82599 feature request: loopback and TSO

2013-09-23 Thread Thomas Monjalon
Hello, 22/09/2013 20:01, jigsaw : > Is there any plan for adding support for 82599 features such as: > > 1. Loopback operation for diagnostic purpose > The Tx->Rx loopback operation is handy when debugging with a standalone 10G > port. > > 2. TCP/UDP segmentation in Tx (TSE bit in DCMD) > TSO im

[dpdk-dev] 82599 feature request: loopback and TSO

2013-09-22 Thread jigsaw
Hi, Is there any plan for adding support for 82599 features such as: 1. Loopback operation for diagnostic purpose The Tx->Rx loopback operation is handy when debugging with a standalone 10G port. 2. TCP/UDP segmentation in Tx (TSE bit in DCMD) TSO implementation is already in kernel. Is it in