Message ID | 20220501001205.33782-1-roopa@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | support for vxlan vni filtering | expand |
On 4/30/22 5:12 PM, Roopa Prabhu wrote: > This series adds bridge command to manage > recently added vnifilter on a collect metadata > vxlan (external) device. Also includes per vni stats > support. > > examples: > $bridge vni add dev vxlan0 vni 400 > > $bridge vni add dev vxlan0 vni 200 group 239.1.1.101 > > $bridge vni del dev vxlan0 vni 400 > > $bridge vni show > > $bridge -s vni show > > hey Roopa: sorry for the delay; traveling. The patches have a number of new uses of matches(). We are not taking any more of those; please convert to strcmp. The rest looks fine to me.
On 5/5/22 20:26, David Ahern wrote: > On 4/30/22 5:12 PM, Roopa Prabhu wrote: >> This series adds bridge command to manage >> recently added vnifilter on a collect metadata >> vxlan (external) device. Also includes per vni stats >> support. >> >> examples: >> $bridge vni add dev vxlan0 vni 400 >> >> $bridge vni add dev vxlan0 vni 200 group 239.1.1.101 >> >> $bridge vni del dev vxlan0 vni 400 >> >> $bridge vni show >> >> $bridge -s vni show >> >> > hey Roopa: sorry for the delay; traveling. The patches have a number of > new uses of matches(). We are not taking any more of those; please > convert to strcmp. The rest looks fine to me. > will do, thanks David