[ovs-dev] Gso testing with respect to stt tunnel

2012-09-24 Thread satish R
Hi, Topology. vm eth5 - tap0 br0-eth0 --eth0 -br0---tap0--eth5 vm machine1 machine2 eth5, tap0, br0 mtu has been set as 64000 to enable sending of greater sized packets. eth0 h

[ovs-dev] Reg:STT implementation

2012-09-09 Thread satish R
Hi, There are 2 kinds of approach discussed in this forum for the receiving of tcp packets without going through the tcp state machine. 1) introduction of tcp_encap hook , which means a change in the existing kernel, 2)Using tcp raw sockets and sk->sk_data_ready callback function for receiving t

[ovs-dev] Reg: Using TSO capabilities of NIC

2012-09-06 Thread satish R
Could anyone please let me know if some special configuration has to be done to enable TSO capability of the NIC. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] Reg: STT implementation using TSO capabilities.

2012-09-03 Thread satish R
Hi Jesse, Thanks For your reply , Can you please let me know if a patch is available for STT protocol ? Thanks & Regards, Satish On Tue, Sep 4, 2012 at 4:06 AM, Jesse Gross wrote: > On Mon, Sep 3, 2012 at 2:24 AM, satish R wrote: > > Hi, > > > > I was wondering if t

[ovs-dev] Reg: STT implementation using TSO capabilities.

2012-09-03 Thread satish R
Hi, I was wondering if there is a patch available for STT protocol. If not could anyone explain me about the TSO capability available in NIC, and whether it has the intelligence to fill the tcp like header available in the STT frame. I could not find this info in google. Thanks & Regards, Satis