Fix port id type and update related docs. Zhiyong Yang (8): net/bonding: fix port id type net/i40e: fix port id type net/fm10k: fix port id type net/mrvl: fix port id type app: fix port id type test: fix port id type examples: fix port id type doc: update port id type
app/pdump/main.c | 2 +- app/test-pmd/cmdline.c | 52 +++++++++++----------- doc/guides/prog_guide/poll_mode_drv.rst | 2 +- doc/guides/prog_guide/rte_flow.rst | 12 ++--- doc/guides/sample_app_ug/ipv4_multicast.rst | 2 +- doc/guides/sample_app_ug/kernel_nic_interface.rst | 8 ++-- doc/guides/sample_app_ug/l2_forward_job_stats.rst | 4 +- .../sample_app_ug/l2_forward_real_virtual.rst | 2 +- doc/guides/sample_app_ug/l3_forward.rst | 10 ++--- doc/guides/sample_app_ug/l3_forward_power_man.rst | 4 +- doc/guides/sample_app_ug/link_status_intr.rst | 4 +- doc/guides/sample_app_ug/ptpclient.rst | 2 +- doc/guides/sample_app_ug/rxtx_callbacks.rst | 6 +-- doc/guides/sample_app_ug/skeleton.rst | 6 +-- drivers/net/bonding/rte_eth_bond_pmd.c | 8 ++-- drivers/net/fm10k/fm10k_rxtx.c | 4 +- drivers/net/i40e/i40e_ethdev.c | 2 +- drivers/net/i40e/rte_pmd_i40e.c | 8 ++-- drivers/net/i40e/rte_pmd_i40e.h | 8 ++-- drivers/net/mrvl/mrvl_qos.c | 2 +- drivers/net/mrvl/mrvl_qos.h | 2 +- examples/distributor/main.c | 2 +- examples/ethtool/lib/rte_ethtool.c | 42 ++++++++--------- examples/ethtool/lib/rte_ethtool.h | 42 ++++++++--------- examples/exception_path/main.c | 2 +- examples/ipsec-secgw/ipsec-secgw.c | 47 ++++++++++--------- examples/kni/main.c | 16 +++---- examples/l2fwd-crypto/main.c | 18 ++++---- examples/l2fwd-jobstats/main.c | 26 +++++------ examples/l3fwd-acl/main.c | 23 +++++----- examples/l3fwd-power/main.c | 12 ++--- examples/l3fwd/l3fwd_em.c | 17 +++---- examples/l3fwd/l3fwd_em_sequential.h | 4 +- examples/link_status_interrupt/main.c | 15 +++---- .../client_server_mp/mp_client/client.c | 6 +-- examples/multi_process/symmetric_mp/main.c | 21 ++++----- examples/performance-thread/l3fwd-thread/main.c | 6 +-- examples/ptpclient/ptpclient.c | 8 ++-- examples/qos_meter/main.c | 4 +- examples/qos_sched/cmdline.c | 30 ++++++------- examples/quota_watermark/qw/init.c | 4 +- examples/quota_watermark/qw/init.h | 4 +- examples/quota_watermark/qw/main.c | 4 +- examples/quota_watermark/qw/main.h | 2 +- examples/rxtx_callbacks/main.c | 2 +- examples/server_node_efd/node/node.c | 21 ++++----- examples/server_node_efd/server/init.c | 18 ++++---- examples/tep_termination/main.c | 6 +-- examples/tep_termination/vxlan_setup.c | 6 +-- examples/tep_termination/vxlan_setup.h | 10 ++--- examples/vmdq/main.c | 6 +-- examples/vmdq_dcb/main.c | 6 +-- test/test-pipeline/init.c | 8 ++-- test/test/test_link_bonding.c | 2 +- test/test/test_link_bonding_mode4.c | 4 +- test/test/test_link_bonding_rssconf.c | 7 +-- 56 files changed, 306 insertions(+), 295 deletions(-) -- 2.13.3