[ovs-dev] Doubt regarding packet registers

2016-06-09 Thread Faseela K
Hi,
   I would like to know the difference in behavior between metadata field and 
packet register.
   Is register a per-packet entity like metadata field?
   If there is an action to copy metadata value to a packet register, will 
there be any performance impact on the packet processing pipeline, since each 
packet matching on this flow has to access the register sequentially?
Thanks,
Faseela
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] Doubt regarding packet registers

2016-06-09 Thread Faseela K
Thanks Ben!
The last question is not valid if the answer to first question is Yes.

Thanks,
Faseela

-Original Message-
From: Ben Pfaff [mailto:b...@ovn.org] 
Sent: Friday, June 10, 2016 8:55 AM
To: Faseela K
Cc: ovs dev
Subject: Re: [ovs-dev] Doubt regarding packet registers

On Thu, Jun 09, 2016 at 11:38:46PM +, Faseela K wrote:
>I would like to know the difference in behavior between metadata field and 
> packet register.
>Is register a per-packet entity like metadata field?

Yes.

> If there is an action to copy metadata value to a packet register, 
> will there be any performance impact on the packet processing 
> pipeline,

No.

> since each packet matching on this flow has to access the register 
> sequentially?

I don't understand this part.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] Applying QoS on Logical Ports

2016-04-08 Thread Faseela K
Hi,
   Can QoS be applied on any logical ports, say for example : patch ports or 
tunnel ports?
Thanks,
Faseela
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] Applying QoS on Logical Ports

2016-04-11 Thread Faseela K
Hi,
  Thanks for the information.
  What will be the best way to implement hierarchical qos in this case?
Thanks,
Faseela

-Original Message-
From: Justin Pettit [mailto:jpet...@ovn.org] 
Sent: Monday, April 11, 2016 12:05 AM
To: Faseela K
Cc: ovs dev
Subject: Re: [ovs-dev] Applying QoS on Logical Ports

Please don't drop the list.

Yes, that's possible, since veth pairs show up as proper Linux devices.

--Justin


> On Apr 10, 2016, at 7:55 AM, Faseela K  wrote:
> 
> Hi Justin,
>Thanks for your reply.
> I read some answer on ovs-discuss forum, where they mentioned they were 
> able to achieve qos on veth pair between bridges.
> Is that possible? 
> http://openvswitch.org/pipermail/discuss/2015-April/017452.html
> 
> Thanks,
> Faseela
> 
> -Original Message-
> From: Justin Pettit [mailto:jpet...@ovn.org] 
> Sent: Saturday, April 09, 2016 3:06 AM
> To: Faseela K
> Cc: dev@openvswitch.org
> Subject: Re: [ovs-dev] Applying QoS on Logical Ports
> 
> 
>> On Apr 8, 2016, at 7:25 AM, Faseela K  wrote:
>> 
>> Hi,
>>  Can QoS be applied on any logical ports, say for example : patch ports or 
>> tunnel ports?
> 
> It works on ports that are Linux devices, so it would work on physical 
> devices, tap devices, etc.  Patch ports are purely an OVS userspace 
> construct, so QoS would not work on them.  I checked with Pravin, and while 
> tunnel ports have Linux devices, they wouldn't work properly, since the SKBs 
> aren't fully populated when they see them.  You can apply QoS to the physical 
> port that the tunnel goes through, though, which is typically what's wanted.
> 
> --Justin
> 
> 

___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] Doubt regarding openvswitch UUID

2015-11-16 Thread Faseela K
Hi,

  I have two OVS running on two VMs.
  Since both the VMs are based on the same template, both vSwitches are getting 
the same UUID.
  I need separate UUIDs for the usecase I am trying out.
  Is there any way I can manually set the vSwitch UUID to non-conflicting 
values?

Thanks,
Faseela
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] Doubt regarding openvswitch UUID

2015-11-23 Thread Faseela K
I tried removing the conf.db and restarting the VM, was able to get a new 
UUID...

-Original Message-
From: Ben Pfaff [mailto:b...@ovn.org] 
Sent: Tuesday, November 24, 2015 12:14 PM
To: Faseela K
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] Doubt regarding openvswitch UUID

On Mon, Nov 16, 2015 at 05:26:33PM +, Faseela K wrote:
>   I have two OVS running on two VMs.
>   Since both the VMs are based on the same template, both vSwitches are 
> getting the same UUID.
>   I need separate UUIDs for the usecase I am trying out.
>   Is there any way I can manually set the vSwitch UUID to non-conflicting 
> values?

If it's OK to start with an empty database, you can just delete the database 
and restart OVS, because the usual init scripts will create the database if 
it's empty.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev