DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/6] fix port id type
@ 2017-10-12  9:32 Zhiyong Yang
  2017-10-12  9:32 ` [dpdk-dev] [PATCH 1/6] lib/librte_ether: " Zhiyong Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Zhiyong Yang @ 2017-10-12  9:32 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

Now ethdev port_id has been increased to uint16_t from uint8_t in the below patch
http://www.dpdk.org/dev/patchwork/patch/29418/

but
1. Some features which are applied were still developed based on older version
uint8_t port_id.
2. Some places using port id such as testpmd are omitted in previous patch.
The patchset fixes some port id type issues.

Zhiyong Yang (6):
  lib/librte_ether: fix port id type
  net/bnxt: fix port id type
  net/liquidio: fix port id type
  app/pdump: fix port id type
  app/proc_info: fix port id type
  app/testpmd: fix port id type

 app/pdump/main.c                  |   4 +-
 app/proc_info/main.c              |  14 +-
 app/test-pmd/cmdline.c            | 427 +++++++++++++++++++-------------------
 app/test-pmd/config.c             |  14 +-
 app/test-pmd/testpmd.c            |  13 +-
 app/test-pmd/testpmd.h            |  16 +-
 drivers/net/bnxt/bnxt_hwrm.c      |   2 +-
 drivers/net/liquidio/lio_struct.h |   2 +-
 lib/librte_ether/ethdev_profile.c |   6 +-
 lib/librte_ether/ethdev_profile.h |   2 +-
 lib/librte_ether/rte_ethdev.c     |   2 +-
 lib/librte_ether/rte_ethdev.h     |   2 +-
 12 files changed, 253 insertions(+), 251 deletions(-)

-- 
2.13.3

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-10-13  2:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-12  9:32 [dpdk-dev] [PATCH 0/6] fix port id type Zhiyong Yang
2017-10-12  9:32 ` [dpdk-dev] [PATCH 1/6] lib/librte_ether: " Zhiyong Yang
2017-10-12  9:32 ` [dpdk-dev] [PATCH 2/6] net/bnxt: " Zhiyong Yang
2017-10-12  9:32 ` [dpdk-dev] [PATCH 3/6] net/liquidio: " Zhiyong Yang
2017-10-12  9:32 ` [dpdk-dev] [PATCH 4/6] app/pdump: " Zhiyong Yang
2017-10-12  9:32 ` [dpdk-dev] [PATCH 5/6] app/proc_info: " Zhiyong Yang
2017-10-12  9:32 ` [dpdk-dev] [PATCH 6/6] app/testpmd: " Zhiyong Yang
2017-10-12 18:03 ` [dpdk-dev] [PATCH 0/6] " Ferruh Yigit
2017-10-12 20:12   ` Ferruh Yigit
2017-10-13  2:04     ` Yang, Zhiyong
2017-10-13  2:20       ` Ferruh Yigit
2017-10-13  2:31         ` Yang, Zhiyong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).