mbox series

[0/2] xstats related patches

Message ID 20191101201255.4853-1-stephen@networkplumber.org (mailing list archive)
Headers
Series xstats related patches |

Message

Stephen Hemminger Nov. 1, 2019, 8:12 p.m. UTC
  This is an updated simplified version of previous failsafe xstats
patch and a bug fix for testpmd.

The failsafe xstats patch is almostly a complete redo.

Stephen Hemminger (2):
  app/testpmd: block xstats for hidden ports
  failsafe: implement xstats

 app/test-pmd/config.c               |   8 ++
 drivers/net/failsafe/failsafe_ops.c | 152 ++++++++++++++++++++++++++++
 2 files changed, 160 insertions(+)
  

Comments

Ferruh Yigit Nov. 8, 2019, 6:26 p.m. UTC | #1
On 11/1/2019 8:12 PM, Stephen Hemminger wrote:
> This is an updated simplified version of previous failsafe xstats
> patch and a bug fix for testpmd.
> 
> The failsafe xstats patch is almostly a complete redo.
> 
> Stephen Hemminger (2):
>   app/testpmd: block xstats for hidden ports
>   failsafe: implement xstats

Series applied to dpdk-next-net/master, thanks.