[ovs-discuss] Problem with OVS QoS

2015-10-10 Thread Seyyed Hesamoddin Ghasemi
=12800 \ other-config:max-rate=128000 \ -- --id=@newqueue1 create queue other-config:min-rate=25600 \ other-config:max-rate=256000 \ -- --id=@newqueue2 create queue other-config:min-rate=102400 \ other-config:max-rate=1024000 -- Seyyed Hesamoddin Ghasemi

[ovs-discuss] Help me on calculating queue size

2015-10-09 Thread Seyyed Hesamoddin Ghasemi
Hi, Can somebody explain me how can calculate queue size in my switch port? what command I can use in OVS? -- Seyyed Hesamoddin Ghasemi ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] add/sub a constant value to tcp sequence number and ack number in ovs

2015-09-12 Thread Seyyed Hesamoddin Ghasemi
wrote: > > > On Sep 12, 2015, at 6:21 AM, Seyyed Hesamoddin Ghasemi < > s.hesam.ghas...@gmail.com> wrote: > > > > Why not? As I know OVS have access to all header fields in layer 2 to > layer 4! > > We don't provide the ability to match on sequence number

Re: [ovs-discuss] add/sub a constant value to tcp sequence number and ack number in ovs

2015-09-12 Thread Seyyed Hesamoddin Ghasemi
To achieve this, Client needs to establish a session to the controller and when controller receives HTTP packet from the client, then decide to redirect this session to the accurate server in a transparent manner. Am I right? On Sat, Sep 12, 2015 at 7:15 PM, Seyyed Hesamoddin Ghasemi

Re: [ovs-discuss] add/sub a constant value to tcp sequence number and ack number in ovs

2015-09-12 Thread Seyyed Hesamoddin Ghasemi
at OVS in master branch now has an > integration with conntrack. > You might be able to use it ( > http://openvswitch.org/support/ovscon2014/17/1030-conntrack_nat.pdf) > > What are you trying to do that require TCP termination? > > > > > > On Sat, Sep 12, 2015 at 4:21

Re: [ovs-discuss] add/sub a constant value to tcp sequence number and ack number in ovs

2015-09-12 Thread Seyyed Hesamoddin Ghasemi
a proxy) and then forward the rest of packets using OVS without intervention of the controller and with keep current tcp session. How can I do that? On Sat, Sep 5, 2015 at 10:19 PM, Justin Pettit wrote: > > > On Sep 5, 2015, at 8:53 AM, Seyyed Hesamoddin Ghasemi < > s.hesam.gh

[ovs-discuss] add/sub a constant value to tcp sequence number and ack number in ovs

2015-09-05 Thread Seyyed Hesamoddin Ghasemi
Hi every body, I need to develop a proxy, and for this I should add/sub a constant value to sequence number and ack number in ovs, Could somebody please help me? -- Seyyed Hesamoddin Ghasemi ___ discuss mailing list discuss@openvswitch.org http