blob: d712fb4870f7af3ccb4fa0f999d3a287495f0e38 [file] [log] [blame]
Carmelo Casconed61fdb32017-10-30 10:09:57 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright 2017-present Open Networking Laboratory
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17<drivers>
Carmelo Cascone1ae25062019-03-07 16:02:22 -080018 <driver name="barefoot" manufacturer="Barefoot Networks" hwVersion="1.0"
19 swVersion="1.0" extends="p4runtime">
Carmelo Cascone87892e22017-11-13 16:01:29 -080020 <behaviour api="org.onosproject.net.behaviour.PiPipelineProgrammable"
Carmelo Casconed61fdb32017-10-30 10:09:57 -070021 impl="org.onosproject.drivers.barefoot.TofinoPipelineProgrammable"/>
Carmelo Cascone158b8c42018-07-04 19:42:37 +020022 <property name="tableDeleteBeforeUpdate">true</property>
Carmelo Casconed61fdb32017-10-30 10:09:57 -070023 </driver>
Carmelo Cascone1ae25062019-03-07 16:02:22 -080024
25 <driver name="stratum-tofino" manufacturer="Barefoot Networks"
26 hwVersion="Tofino" swVersion="Stratum" extends="stratum">
27 <behaviour api="org.onosproject.net.behaviour.PiPipelineProgrammable"
28 impl="org.onosproject.drivers.barefoot.TofinoPipelineProgrammable"/>
29 <!-- The current version of p4lang/PI used in Stratum does not
30 support reading default table entries -->
31 <property name="supportDefaultTableEntry">false</property>
32 </driver>
33
Carmelo Casconed61fdb32017-10-30 10:09:57 -070034</drivers>
35