Re: [ovs-dev] Reg:STT implementation

2012-09-10 Thread Jesse Gross
On Sun, Sep 9, 2012 at 10:37 PM, satish R wrote: > 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 ra

[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