mbox series

[v2,0/3] pdump: small enhancements

Message ID 20201229200901.101171-1-stephen@networkplumber.org (mailing list archive)
Headers
Series pdump: small enhancements |

Message

Stephen Hemminger Dec. 29, 2020, 8:08 p.m. UTC
  Found these while doing pcapng support and new capture command.
They are standalone enhancements.

Stephen Hemminger (3):
  pdump: use rte_pktmbuf_free bulk
  pdump: replace DEVICE_ID_SIZE with RTE_DEV_NAME_MAX_LEN
  pdump: cleanup checkpatch warnings

v2 - add more checkpatch fixes

 app/pdump/main.c             |  8 +++---
 lib/librte_pdump/rte_pdump.c | 47 +++++++++++++++++-------------------
 2 files changed, 26 insertions(+), 29 deletions(-)
  

Comments

Thomas Monjalon Jan. 19, 2021, 2:25 p.m. UTC | #1
29/12/2020 21:08, Stephen Hemminger:
> Found these while doing pcapng support and new capture command.
> They are standalone enhancements.
> 
> Stephen Hemminger (3):
>   pdump: use rte_pktmbuf_free bulk
>   pdump: replace DEVICE_ID_SIZE with RTE_DEV_NAME_MAX_LEN
>   pdump: cleanup checkpatch warnings
> 
> v2 - add more checkpatch fixes

Applied, thanks