[ovs-dev] Masters and PhD thesis topic needed

2014-07-23 Thread Scott
r the capabilities of OpenvSwitch? Scott Melton 512-663-2220 smelt...@uccs.edu ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [patch net-next RFC 10/12] openvswitch: add support for datapath hardware offload

2014-08-22 Thread Scott Feldman
; > > -- > John Fastabend Intel Corporation > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -scott ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [patch net-next RFC 03/12] net: introduce generic switch devices support

2014-08-22 Thread Scott Feldman
the swdev API. Maybe even someone in the background that has access to a real enterprise switch can play along ;). I hope you’re convinced from my other reply that the intent of swdev is to be independent of OVS. If the implementation in the RFC doesn’t match the intent, we should fix it. Th

Re: [ovs-dev] [patch net-next RFC 10/12] openvswitch: add support for datapath hardware offload

2014-08-24 Thread Scott Feldman
L2/L3 world we're all familiar with. Gleaning netlink msgs isn’t ideal for several reasons (and probably making more than a few in the audience squeamish), but it would be a quick way to get us closer to the answer we’re seeking which is the swdev driver model. -scott __

Re: [ovs-dev] [patch net-next RFC 10/12] openvswitch: add support for datapath hardware offload

2014-08-26 Thread Scott Feldman
flow > abstraction (openvswitch, the rocker dev ). The details of how the flow is > mapped to hw lies in the corresponding switch driver code. > > We think rtnetlink is the api to model switch asic hw tables. > We have a working model (Cumulus) that maps rtnetlink to switc

Re: [ovs-dev] [patch net-next RFC 10/12] openvswitch: add support for datapath hardware offload

2014-09-04 Thread Scott Feldman
not thought about it in detail I believe > that the current model you have implemented using such a scheme because > the scheme I am suggesting maps to that of the datapath and you have > implemented your model there. -scott ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [patch net-next RFC 10/12] openvswitch: add support for datapath hardware offload

2014-09-05 Thread Scott Feldman
On Sep 4, 2014, at 9:08 PM, Simon Horman wrote: > On Thu, Sep 04, 2014 at 09:30:45AM -0700, Scott Feldman wrote: >> >> On Sep 4, 2014, at 2:04 AM, Simon Horman wrote: >> >>> >>> >>> [snip] >>> >>> In relation to ports and

Re: [ovs-dev] [patch net-next v2 8/9] switchdev: introduce Netlink API

2014-09-20 Thread Scott Feldman
-> HW > If a non-ovs flow interface is needed from userspace, we can extend the > existing interface to include flows. > I don't understand why we should replace the existing rtnetlink switchdev api > to accommodate flows. > > Thanks, > Roopa > -scott ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [patch net-next v2 8/9] switchdev: introduce Netlink API

2014-09-20 Thread Scott Feldman
On Sep 20, 2014, at 5:51 AM, Roopa Prabhu wrote: > On 9/20/14, 1:10 AM, Scott Feldman wrote: >> On Sep 19, 2014, at 8:41 PM, Roopa Prabhu >> wrote: >> >> >>> On 9/19/14, 8:49 AM, Jiri Pirko wrote: >>> >>>> Fri, Sep 19, 2014 at 05:25

[ovs-dev] [PATCH] Build: shared libraries and versioning

2014-10-21 Thread Scott Mann
specified yet, and there are no requirements to maintain any sort of compatibility in any of the libraries. Signed-off-by: Scott Mann --- .travis/build.sh | 2 ++ INSTALL | 5 + acinclude.m4 | 2 +- configure.ac | 48

[ovs-dev] Fwd: [PATCH] Build: shared libraries and versioning

2014-10-22 Thread Scott Mann
My apologies for the churn. I forgot to reply-all. -- Forwarded message -- From: Scott Mann Date: Wed, Oct 22, 2014 at 4:38 PM Subject: Re: [ovs-dev] [PATCH] Build: shared libraries and versioning To: Ben Pfaff On Wed, Oct 22, 2014 at 3:35 PM, Ben Pfaff wrote: > On

Re: [ovs-dev] [PATCH] Build: shared libraries and versioning

2014-10-22 Thread Scott Mann
Signed-off-by: Gurucharan Shetty > > Reported-by: Gur Stavi > > Acked-by: Ben Pfaff > Yes. Thank you for finding it! > > If this has recurred, then it's probably the same kind of problem, and > probably a similar fix is appropriate. Scott, do you have

Re: [ovs-dev] [PATCH] Build: shared libraries and versioning

2014-10-22 Thread Scott Mann
On Wed, Oct 22, 2014 at 8:41 PM, Ben Pfaff wrote: > On Wed, Oct 22, 2014 at 08:23:13PM -0600, Scott Mann wrote: > > On Wed, Oct 22, 2014 at 7:29 PM, Ben Pfaff wrote: > > > > > On Wed, Oct 22, 2014 at 04:53:28PM -0700, Gurucharan Shetty wrote: > > > > > I

Re: [ovs-dev] [PATCH] Build: shared libraries and versioning

2014-10-22 Thread Scott Mann
On Wed, Oct 22, 2014 at 10:09 PM, Ben Pfaff wrote: > On Wed, Oct 22, 2014 at 08:54:44PM -0600, Scott Mann wrote: > > On Wed, Oct 22, 2014 at 8:41 PM, Ben Pfaff wrote: > > > > > On Wed, Oct 22, 2014 at 08:23:13PM -0600, Scott Mann wrote: > > > > On Wed, Oct 2

[ovs-dev] [PATCH v2] Build: shared libraries and versioning

2014-10-29 Thread Scott Mann
specified yet, and there are no requirements to maintain any sort of compatibility in any of the libraries. Signed-off-by: Scott Mann --- This is v2 of the shared library build patch. Changes include: make static build default (attribute to Ben Pfaff) remove changes to vlog.h and await a better

Re: [ovs-dev] [PATCH v2] Build: shared libraries and versioning

2014-10-29 Thread Scott Mann
Please ignore this patch as it has an incorrect commit message. On Wed, Oct 29, 2014 at 2:55 PM, Scott Mann wrote: > These changes cause shared libraries to be built by default. > In particular, lib/libopenvwitch.so, lib/libsflow.so, > ofproto/libofproto.so, > and ovsdb/libovsd

[ovs-dev] [PATCH v2] Build: shared libraries and versioning

2014-10-29 Thread Scott Mann
no requirements to maintain any sort of compatibility in any of the libraries. Signed-off-by: Scott Mann --- This is v2 of the shared library build patch. Changes include: make static build default (attribute to Ben Pfaff) remove changes to vlog.h and await a better fix (attribute to Ben Pfaff

[ovs-dev] [PATCH v2] Build: Add shared libraries and versioning

2014-10-29 Thread Scott Mann
no requirements to maintain any sort of compatibility in any of the libraries. Signed-off-by: Scott Mann --- This is v2 of the shared library build patch. Changes include: make static build default (attribute to Ben Pfaff) remove changes to vlog.h and await a better fix (attribute to Ben Pfaff

Re: [ovs-dev] [PATCH v2] Build: shared libraries and versioning

2014-11-04 Thread Scott Mann
Ben, Yes, I will. But it will likely be this weekend before I am able to do that (in traveling). Scott On Nov 4, 2014 3:51 PM, "Ben Pfaff" wrote: > > On Wed, Oct 29, 2014 at 02:55:39PM -0600, Scott Mann wrote: > > These changes cause shared libraries to be built by defa

[ovs-dev] [PATCH v3] Build: Shared libraries and versioning

2014-11-07 Thread Scott Mann
From: Scott Mann These changes allow for the building of shared libraries by providing the --enable-shared option to configure. In particular, lib/libopenvwitch.so, lib/libsflow.so, ofproto/libofproto.so, and ovsdb/libovsdb.so will be built. Original behavior of building static remains the same

Re: [ovs-dev] [PATCH v3] Build: Shared libraries and versioning

2014-11-11 Thread Scott Mann
Ben, Let me know what you want me to change, if you want me to do it. I'm still paying attention :) -Scott On Tue, Nov 11, 2014 at 6:04 PM, Gurucharan Shetty wrote: > On Tue, Nov 11, 2014 at 3:07 PM, Ben Pfaff wrote: > > On Fri, Nov 07, 2014 at 07:02:09PM -0800, Scott Mann wr

Re: [ovs-dev] [PATCH v3] Build: Shared libraries and versioning

2014-11-12 Thread Scott Mann
0, Ben Pfaff wrote: > > > > On Tue, Nov 11, 2014 at 07:28:50PM -0800, Scott Mann wrote: > > > > > Let me know what you want me to change, if you want me to do it. > I'm still > > > > > paying attention :) > > > > > > > > I folded

Re: [ovs-dev] Good change is always good

2015-04-07 Thread Scott Daniels
Eat more and gain less in my moto This is the new way to shape your body. http://x.co/8jbrG ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] OVN - OVN Northbound DB and ovn-nbd question

2015-03-23 Thread Millward, Scott T (HP Networking / CEB- Roseville)
nterface between the CMS (and its plugin architecture) is OVSDB protocol to the OVN Northbound DB, only the CMS and its plugin would need to be CMS Specific. Thoughts... -Scott Millward