mbox series

[V4,0/2] change data type in TC queue

Message ID 1601038310-24195-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series change data type in TC queue |

Message

humin (Q) Sept. 25, 2020, 12:51 p.m. UTC
  From: Huisong Li <lihuisong@huawei.com>

This series change data type in TC rxq and TC txq,
fix compiling errors for per-queue statistics.

Huisong Li (2):
  dpdk: resolve compiling errors for per-queue stats
  ethdev: change data type in TC rxq and TC txq

 app/proc-info/main.c                  |  2 +-
 app/test-pmd/cmdline.c                |  4 ++--
 app/test-pmd/config.c                 |  4 ++--
 app/test-pmd/testpmd.c                |  2 +-
 app/test-pmd/testpmd.h                |  5 +++--
 drivers/net/igc/igc_ethdev.c          |  4 ++--
 drivers/net/ixgbe/ixgbe_ethdev.c      |  4 ++--
 drivers/net/memif/rte_eth_memif.c     |  2 +-
 drivers/net/octeontx2/otx2_ethdev.h   |  2 +-
 drivers/net/octeontx2/otx2_stats.c    |  2 +-
 drivers/net/virtio/virtio_ethdev.c    |  4 ++--
 lib/librte_ethdev/rte_ethdev.c        |  6 +++---
 lib/librte_ethdev/rte_ethdev.h        | 12 ++++++------
 lib/librte_ethdev/rte_ethdev_driver.h |  2 +-
 14 files changed, 28 insertions(+), 27 deletions(-)
  

Comments

Ferruh Yigit Sept. 25, 2020, 1:14 p.m. UTC | #1
On 9/25/2020 1:51 PM, Min Hu (Connor) wrote:
> From: Huisong Li <lihuisong@huawei.com>
> 
> This series change data type in TC rxq and TC txq,
> fix compiling errors for per-queue statistics.
> 
> Huisong Li (2):
>    dpdk: resolve compiling errors for per-queue stats
>    ethdev: change data type in TC rxq and TC txq
> 
>   app/proc-info/main.c                  |  2 +-
>   app/test-pmd/cmdline.c                |  4 ++--
>   app/test-pmd/config.c                 |  4 ++--
>   app/test-pmd/testpmd.c                |  2 +-
>   app/test-pmd/testpmd.h                |  5 +++--
>   drivers/net/igc/igc_ethdev.c          |  4 ++--
>   drivers/net/ixgbe/ixgbe_ethdev.c      |  4 ++--
>   drivers/net/memif/rte_eth_memif.c     |  2 +-
>   drivers/net/octeontx2/otx2_ethdev.h   |  2 +-
>   drivers/net/octeontx2/otx2_stats.c    |  2 +-
>   drivers/net/virtio/virtio_ethdev.c    |  4 ++--
>   lib/librte_ethdev/rte_ethdev.c        |  6 +++---
>   lib/librte_ethdev/rte_ethdev.h        | 12 ++++++------
>   lib/librte_ethdev/rte_ethdev_driver.h |  2 +-
>   14 files changed, 28 insertions(+), 27 deletions(-)
> 

While you are dropping the deprecation notice, it seems dropped the 
release notes updates too, they were good to have.

If you don't mind can you add the release notes updated back, and 
instead of making them separate patch they can be be squashed into 
existing patches.

Thanks again.