mbox series

[v3,0/2] RTE flow support logging improvements

Message ID 20210721041505.10795-1-ivan.malov@oktetlabs.ru (mailing list archive)
Headers
Series RTE flow support logging improvements |

Message

Ivan Malov July 21, 2021, 4:15 a.m. UTC
  Changes in v3:
* [1/2] Improved style consistency and revised some log levels
* [2/2] RTE flow item and action types/names use no macros now

Changes in v2:
* [2/2] RTE flow item and action type macros are spelled out in full

Ivan Malov (2):
  net/sfc: extend logging in MAE backend of RTE flow support
  net/sfc: improve logging in MAE backend of RTE flow support

 drivers/net/sfc/sfc_flow.c |  22 +++++-
 drivers/net/sfc/sfc_flow.h |   8 ++-
 drivers/net/sfc/sfc_mae.c  | 133 +++++++++++++++++++++++++++++++------
 3 files changed, 137 insertions(+), 26 deletions(-)
  

Comments

Thomas Monjalon July 23, 2021, 9:31 p.m. UTC | #1
21/07/2021 06:15, Ivan Malov:
> Changes in v3:
> * [1/2] Improved style consistency and revised some log levels
> * [2/2] RTE flow item and action types/names use no macros now
> 
> Changes in v2:
> * [2/2] RTE flow item and action type macros are spelled out in full
> 
> Ivan Malov (2):
>   net/sfc: extend logging in MAE backend of RTE flow support
>   net/sfc: improve logging in MAE backend of RTE flow support

Applied, thanks.