Enable read counters with table entries for stratum-tofino driver

Change-Id: I8715c9480b13b78f0f15dff4982e78fd2ba13547
(cherry picked from commit e4d1294c3006079f37bc493258df60a51698e338)
diff --git a/drivers/barefoot/src/main/resources/barefoot-drivers.xml b/drivers/barefoot/src/main/resources/barefoot-drivers.xml
index 559182e..89260f5 100644
--- a/drivers/barefoot/src/main/resources/barefoot-drivers.xml
+++ b/drivers/barefoot/src/main/resources/barefoot-drivers.xml
@@ -27,7 +27,7 @@
             hwVersion="Tofino" swVersion="Stratum" extends="stratum">
         <behaviour api="org.onosproject.net.behaviour.PiPipelineProgrammable"
                    impl="org.onosproject.drivers.barefoot.TofinoPipelineProgrammable"/>
-        <property name="tableReadCountersWithTableEntries">false</property>
+        <property name="tableReadCountersWithTableEntries">true</property>
     </driver>
 
 </drivers>