Re: [ovs-dev] [ovs-discuss] OVS fdb - MAC learning Subscription

2016-07-04 Thread Ben Pfaff
On Mon, Jul 04, 2016 at 09:16:22PM +0530, Kapil Adhikesavalu wrote: > Hi Ben, > > Thanks for the information. This is exactly what I was looking for. > > My implementation involves around 3K dynamic MACs. > > Couple of questions, > > 1. MAC eviction on table full. I took a look at NORMAL

Re: [ovs-dev] [ovs-discuss] OVS fdb - MAC learning Subscription

2016-07-04 Thread Kapil Adhikesavalu
Hi Ben, Thanks for the information. This is exactly what I was looking for. My implementation involves around 3K dynamic MACs. Couple of questions, 1. MAC eviction on table full. I took a look at NORMAL action Mac learning code. It had implemented MAC eviction by giving fair share of entries

Re: [ovs-dev] [ovs-discuss] OVS fdb - MAC learning Subscription

2016-07-01 Thread Ben Pfaff
On Mon, Jun 27, 2016 at 07:21:53PM +0530, Kapil Adhikesavalu wrote: > is there a way to get notification on MACs learnt on a OVS bridge ? OVS doesn't provide a way to do that. If you implement MAC learning using the "learn" action, e.g. as described in the OVS tutorial under the tutorial/

Re: [ovs-dev] [ovs-discuss] OVS fdb - MAC learning Subscription

2016-06-27 Thread Srinivasreddy R
hi , ofproto_unixctl_fdb_show api hits when fdb/show is called .May be you can find some hint there . On Mon, Jun 27, 2016 at 7:21 PM, Kapil Adhikesavalu wrote: > Hi, > > is there a way to get notification on MACs learnt on a OVS bridge ? > > i am looking for a way to get