From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B7ABC1B620 for ; Fri, 13 Oct 2017 15:17:07 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Oct 2017 06:17:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,371,1503385200"; d="scan'208";a="909624259" Received: from unknown (HELO dpdk5.bj.intel.com) ([172.16.182.182]) by FMSMGA003.fm.intel.com with ESMTP; 13 Oct 2017 06:17:05 -0700 From: Zhiyong Yang To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Fri, 13 Oct 2017 21:16:53 +0800 Message-Id: <20171013131701.38147-1-zhiyong.yang@intel.com> X-Mailer: git-send-email 2.13.3 Subject: [dpdk-dev] [PATCH 0/8] fix port id type X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 13:17:08 -0000 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