Re: [ovs-dev] rtnetlink_notifier_register() function

2011-12-05 Thread Gaetano Catalli
.{2,3,4}. > > Thanks, > > Ben. > > On Fri, Dec 02, 2011 at 10:20:15AM +0100, Gaetano Catalli wrote: >> I think that's fine. >> >> On Wed, Nov 30, 2011 at 8:00 PM, Ben Pfaff wrote: >> > On Mon, Nov 28, 2011 at 09:15:08AM -0800, Ben Pfaff wrote:

Re: [ovs-dev] rtnetlink_notifier_register() function

2011-12-02 Thread Gaetano Catalli
I think that's fine. On Wed, Nov 30, 2011 at 8:00 PM, Ben Pfaff wrote: > On Mon, Nov 28, 2011 at 09:15:08AM -0800, Ben Pfaff wrote: >> On Mon, Nov 28, 2011 at 04:19:07PM +0100, Gaetano Catalli wrote: >> > the following is a snippet of code taken from the >>

[ovs-dev] rtnetlink_notifier_register() function

2011-11-28 Thread Gaetano Catalli
error = rtnetlink_notifier_register(&netdev_linux_cache_notifier, netdev_linux_cache_cb, NULL); if (error) { return error; } } cache_notifier_refcount++; ... thanks. -- gaetan

[ovs-dev] [PATCH] : Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1

2011-03-30 Thread Gaetano Catalli
/utilities/ovs-ofctl.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include -- gaetano catalli ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] switch local port

2011-02-25 Thread Gaetano Catalli
Ok. Thanks for your explanation. I think my issue is solved! On Thu, Feb 24, 2011 at 6:29 PM, Ben Pfaff wrote: > On Thu, Feb 24, 2011 at 04:04:43PM +0100, Gaetano Catalli wrote: >> >> Why this tap device could be opened more than one time? >> > >> > Any netw

Re: [ovs-dev] switch local port

2011-02-24 Thread Gaetano Catalli
On Wed, Feb 23, 2011 at 6:39 PM, Ben Pfaff wrote: > On Wed, Feb 23, 2011 at 04:30:12PM +0100, Gaetano Catalli wrote: >> On Fri, Feb 11, 2011 at 6:09 PM, Ben Pfaff wrote: >> > On Fri, Feb 11, 2011 at 06:05:08PM +0100, Gaetano Catalli wrote: >> >> I have some doubts

Re: [ovs-dev] switch local port

2011-02-23 Thread Gaetano Catalli
On Fri, Feb 11, 2011 at 6:09 PM, Ben Pfaff wrote: > On Fri, Feb 11, 2011 at 06:05:08PM +0100, Gaetano Catalli wrote: >> I have some doubts to resolve about switch local port. >> Firstly, in the ovs-openflowd manpage I can read: "...The Open???Flow >> local port is a vir

[ovs-dev] netdev: netdev_*_cache_cb() & netdev_dev_get_devices()

2011-02-23 Thread Gaetano Catalli
_dev_hash' and the temporary shash structure. Thanks. -- gaetano catalli ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev_openvswitch.org

[ovs-dev] netdev: netdev_*_cache_cb() & netdev_dev_get_devices()

2011-02-23 Thread Gaetano Catalli
_dev_hash' and the temporary shash structure. -- gaetano catalli ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev_openvswitch.org

[ovs-dev] switch local port

2011-02-11 Thread Gaetano Catalli
find out where this bridging operation is realised. Can you kindly show it to me? I'm working on the 1.1.0pre2 code version. Moreover, I don't understand which exactly is the role played by this virtual device and in which cases it is used. Can you explain me it