Re: [ovs-dev] [PATCH v3 4/6] ovs-vtep: Store physical switch name globally.

2014-09-25 Thread Justin Pettit
Acked-by: Justin Pettit On Fri, Sep 19, 2014 at 7:29 AM, Gurucharan Shetty wrote: > ovs-vtep is an emulator and it works only on one > physical switch. This switch name is stored in the variable > 'ps_name' and then passed around. An upcoming commit requires > access to this variable at more p

Re: [ovs-dev] [PATCH v3 4/6] ovs-vtep: Store physical switch name globally.

2014-09-19 Thread Ariel Tubaltsev
Acked-by: Ariel Tubaltsev On 9/19/14 7:29 AM, "Gurucharan Shetty" wrote: >ovs-vtep is an emulator and it works only on one >physical switch. This switch name is stored in the variable >'ps_name' and then passed around. An upcoming commit requires >access to this variable at more places and it

[ovs-dev] [PATCH v3 4/6] ovs-vtep: Store physical switch name globally.

2014-09-19 Thread Gurucharan Shetty
ovs-vtep is an emulator and it works only on one physical switch. This switch name is stored in the variable 'ps_name' and then passed around. An upcoming commit requires access to this variable at more places and it is easier if this variable is global. Signed-off-by: Gurucharan Shetty --- vtep