automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw102042-102048 [PATCH] [v7, 6/6] examples/ip_reassembly: remove unused parameter
@ 2021-10-18 16:39 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-18 16:39 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 34076 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/102042

_apply patch failure_

Submitter: Ferruh Yigit <ferruh.yigit@intel.com>
Date: Monday, October 18 2021 13:48:53 
Applied on: CommitID:9942ebb9c698a53b86e2bbd450f3e24238771fe5
Apply patch set 102042-102048 failed:

Checking patch app/test-eventdev/test_perf_common.c...
Checking patch app/test-eventdev/test_pipeline_common.c...
Checking patch app/test-pmd/cmdline.c...
Hunk #1 succeeded at 1874 (offset -6 lines).
Checking patch app/test-pmd/config.c...
Hunk #1 succeeded at 1147 (offset -62 lines).
Hunk #2 succeeded at 1163 (offset -62 lines).
Checking patch app/test-pmd/parameters.c...
Hunk #1 succeeded at 870 (offset -81 lines).
Checking patch app/test-pmd/testpmd.c...
Hunk #1 succeeded at 214 (offset -5 lines).
Hunk #2 succeeded at 451 (offset -5 lines).
Hunk #3 succeeded at 1480 (offset -61 lines).
Hunk #4 succeeded at 1508 (offset -64 lines).
Hunk #5 succeeded at 1528 (offset -64 lines).
Hunk #6 succeeded at 1544 (offset -64 lines).
Hunk #7 succeeded at 2574 (offset -183 lines).
Hunk #8 succeeded at 3474 (offset -218 lines).
Hunk #9 succeeded at 3533 (offset -218 lines).
Checking patch app/test-pmd/testpmd.h...
Hunk #1 succeeded at 448 (offset -19 lines).
Hunk #2 succeeded at 1024 (offset -21 lines).
Checking patch app/test/test_link_bonding.c...
Checking patch app/test/test_link_bonding_mode4.c...
Checking patch app/test/test_link_bonding_rssconf.c...
Checking patch app/test/test_pmd_perf.c...
Checking patch doc/guides/nics/dpaa.rst...
Checking patch doc/guides/nics/dpaa2.rst...
Checking patch doc/guides/nics/features.rst...
Checking patch doc/guides/nics/fm10k.rst...
Checking patch doc/guides/nics/mlx5.rst...
Checking patch doc/guides/nics/octeontx.rst...
Checking patch doc/guides/nics/thunderx.rst...
Checking patch doc/guides/rel_notes/deprecation.rst...
error: while searching for:
  In 19.11 PMDs will still update the field even when the offload is not
  enabled.

* ethdev: ``uint32_t max_rx_pkt_len`` field of ``struct rte_eth_rxmode``, will be
  replaced by a new ``uint32_t mtu`` field of ``struct rte_eth_conf`` in v21.11.
  The new ``mtu`` field will be used to configure the initial device MTU via
  ``rte_eth_dev_configure()`` API.
  Later MTU can be changed by ``rte_eth_dev_set_mtu()`` API as done now.
  The existing ``(struct rte_eth_dev)->data->mtu`` variable will be used to store
  the configured ``mtu`` value,
  and this new ``(struct rte_eth_dev)->data->dev_conf.mtu`` variable will
  be used to store the user configuration request.
  Unlike ``max_rx_pkt_len``, which was valid only when ``JUMBO_FRAME`` enabled,
  ``mtu`` field will be always valid.
  When ``mtu`` config is not provided by the application, default ``RTE_ETHER_MTU``
  value will be used.
  ``(struct rte_eth_dev)->data->mtu`` should be updated after MTU set successfully,
  either by ``rte_eth_dev_configure()`` or ``rte_eth_dev_set_mtu()``.

  An application may need to configure device for a specific Rx packet size, like for
  cases ``DEV_RX_OFFLOAD_SCATTER`` is not supported and device received packet size
  can't be bigger than Rx buffer size.
  To cover these cases an application needs to know the device packet overhead to be
  able to calculate the ``mtu`` corresponding to a Rx buffer size, for this
  ``(struct rte_eth_dev_info).max_rx_pktlen`` will be kept,
  the device packet overhead can be calculated as:
  ``(struct rte_eth_dev_info).max_rx_pktlen - (struct rte_eth_dev_info).max_mtu``

* ethdev: Announce moving from dedicated modify function for each field,
  to using the general ``rte_flow_modify_field`` action.


error: patch failed: doc/guides/rel_notes/deprecation.rst:81
Checking patch doc/guides/sample_app_ug/flow_classify.rst...
Checking patch doc/guides/sample_app_ug/l3_forward.rst...
Checking patch doc/guides/sample_app_ug/l3_forward_access_ctrl.rst...
Checking patch doc/guides/sample_app_ug/l3_forward_graph.rst...
Checking patch doc/guides/sample_app_ug/l3_forward_power_man.rst...
Checking patch doc/guides/sample_app_ug/performance_thread.rst...
Checking patch doc/guides/sample_app_ug/skeleton.rst...
Checking patch drivers/net/atlantic/atl_ethdev.c...
Checking patch drivers/net/avp/avp_ethdev.c...
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
Checking patch drivers/net/bnx2x/bnx2x_ethdev.c...
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
Hunk #1 succeeded at 1157 (offset -4 lines).
Hunk #2 succeeded at 1196 (offset -4 lines).
Hunk #3 succeeded at 1211 (offset -4 lines).
Hunk #4 succeeded at 3022 (offset -4 lines).
Hunk #5 succeeded at 3036 (offset -4 lines).
Hunk #6 succeeded at 3063 (offset -4 lines).
Hunk #7 succeeded at 3085 (offset -4 lines).
Checking patch drivers/net/bonding/rte_eth_bond_pmd.c...
Hunk #1 succeeded at 1724 (offset 3 lines).
Checking patch drivers/net/cnxk/cnxk_ethdev.c...
Checking patch drivers/net/cnxk/cnxk_ethdev_ops.c...
Checking patch drivers/net/cxgbe/cxgbe_ethdev.c...
Checking patch drivers/net/cxgbe/cxgbe_main.c...
Checking patch drivers/net/cxgbe/sge.c...
Checking patch drivers/net/dpaa/dpaa_ethdev.c...
Checking patch drivers/net/dpaa2/dpaa2_ethdev.c...
Hunk #3 succeeded at 1466 (offset 1 line).
Checking patch drivers/net/e1000/em_ethdev.c...
Hunk #1 succeeded at 1818 (offset 2 lines).
Hunk #2 succeeded at 1829 (offset 2 lines).
Checking patch drivers/net/e1000/igb_ethdev.c...
Hunk #1 succeeded at 2681 (offset 4 lines).
Hunk #2 succeeded at 2697 (offset 4 lines).
Hunk #3 succeeded at 4396 (offset 4 lines).
Hunk #4 succeeded at 4407 (offset 4 lines).
Checking patch drivers/net/e1000/igb_rxtx.c...
Hunk #1 succeeded at 2329 (offset 17 lines).
Hunk #2 succeeded at 2348 (offset 17 lines).
Hunk #3 succeeded at 2427 (offset 17 lines).
Hunk #4 succeeded at 2651 (offset 17 lines).
Hunk #5 succeeded at 2716 (offset 17 lines).
Checking patch drivers/net/ena/ena_ethdev.c...
Checking patch drivers/net/enetc/enetc_ethdev.c...
Checking patch drivers/net/enic/enic_ethdev.c...
Checking patch drivers/net/enic/enic_main.c...
Checking patch drivers/net/fm10k/fm10k_ethdev.c...
Checking patch drivers/net/hinic/hinic_pmd_ethdev.c...
Checking patch drivers/net/hns3/hns3_ethdev.c...
Checking patch drivers/net/hns3/hns3_ethdev_vf.c...
Checking patch drivers/net/hns3/hns3_rxtx.c...
Checking patch drivers/net/i40e/i40e_ethdev.c...
Hunk #1 succeeded at 11423 (offset -14 lines).
Checking patch drivers/net/i40e/i40e_rxtx.c...
Hunk #1 succeeded at 2925 (offset 26 lines).
Checking patch drivers/net/iavf/iavf_ethdev.c...
Checking patch drivers/net/ice/ice_dcf_ethdev.c...
Checking patch drivers/net/ice/ice_ethdev.c...
Checking patch drivers/net/ice/ice_rxtx.c...
Checking patch drivers/net/igc/igc_ethdev.c...
Hunk #2 succeeded at 1595 (offset 1 line).
Hunk #3 succeeded at 2473 (offset 1 line).
Hunk #4 succeeded at 2482 (offset 1 line).
Hunk #5 succeeded at 2498 (offset 1 line).
Hunk #6 succeeded at 2507 (offset 1 line).
Checking patch drivers/net/igc/igc_ethdev.h...
Checking patch drivers/net/igc/igc_txrx.c...
Hunk #1 succeeded at 1081 (offset 19 lines).
Hunk #2 succeeded at 1099 (offset 19 lines).
Hunk #3 succeeded at 1168 (offset 19 lines).
Checking patch drivers/net/ionic/ionic_ethdev.c...
Checking patch drivers/net/ionic/ionic_rxtx.c...
Checking patch drivers/net/ipn3ke/ipn3ke_representor.c...
Checking patch drivers/net/ixgbe/ixgbe_ethdev.c...
Hunk #1 succeeded at 5167 (offset 2 lines).
Hunk #2 succeeded at 5180 (offset 2 lines).
Hunk #3 succeeded at 5191 (offset 2 lines).
Hunk #4 succeeded at 6074 (offset 2 lines).
Hunk #5 succeeded at 6349 (offset 2 lines).
Hunk #6 succeeded at 6357 (offset 2 lines).
Hunk #7 succeeded at 6374 (offset 2 lines).
Checking patch drivers/net/ixgbe/ixgbe_pf.c...
Checking patch drivers/net/ixgbe/ixgbe_rxtx.c...
Hunk #1 succeeded at 5065 (offset 18 lines).
Hunk #2 succeeded at 5101 (offset 18 lines).
Hunk #3 succeeded at 5175 (offset 18 lines).
Hunk #4 succeeded at 5655 (offset 18 lines).
Hunk #5 succeeded at 5692 (offset 18 lines).
Hunk #6 succeeded at 5753 (offset 18 lines).
Checking patch drivers/net/liquidio/lio_ethdev.c...
Checking patch drivers/net/mlx4/mlx4_rxq.c...
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Checking patch drivers/net/mvneta/mvneta_ethdev.c...
Checking patch drivers/net/mvneta/mvneta_rxtx.c...
Checking patch drivers/net/mvpp2/mrvl_ethdev.c...
Checking patch drivers/net/nfp/nfp_common.c...
Checking patch drivers/net/octeontx/octeontx_ethdev.c...
Checking patch drivers/net/octeontx2/otx2_ethdev.c...
Checking patch drivers/net/octeontx2/otx2_ethdev_ops.c...
Checking patch drivers/net/pfe/pfe_ethdev.c...
Checking patch drivers/net/qede/qede_ethdev.c...
Checking patch drivers/net/qede/qede_rxtx.c...
Checking patch drivers/net/sfc/sfc_ethdev.c...
Hunk #1 succeeded at 1067 (offset -75 lines).
Checking patch drivers/net/sfc/sfc_port.c...
Checking patch drivers/net/tap/rte_eth_tap.c...
Checking patch drivers/net/thunderx/nicvf_ethdev.c...
Hunk #3 succeeded at 1722 (offset 1 line).
Checking patch drivers/net/txgbe/txgbe_ethdev.c...
Hunk #1 succeeded at 3486 (offset 4 lines).
Checking patch drivers/net/txgbe/txgbe_ethdev.h...
Checking patch drivers/net/txgbe/txgbe_ethdev_vf.c...
Checking patch drivers/net/txgbe/txgbe_rxtx.c...
Hunk #1 succeeded at 4305 (offset -21 lines).
Hunk #2 succeeded at 4368 (offset -21 lines).
Hunk #3 succeeded at 4821 (offset -21 lines).
Hunk #4 succeeded at 4885 (offset -21 lines).
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #2 succeeded at 2107 (offset 1 line).
Checking patch examples/bbdev_app/main.c...
Checking patch examples/bond/main.c...
Checking patch examples/distributor/main.c...
Checking patch examples/eventdev_pipeline/pipeline_worker_generic.c...
Checking patch examples/eventdev_pipeline/pipeline_worker_tx.c...
Checking patch examples/flow_classify/flow_classify.c...
Checking patch examples/ioat/ioatfwd.c...
Checking patch examples/ip_fragmentation/main.c...
Checking patch examples/ip_pipeline/link.c...
Checking patch examples/ip_reassembly/main.c...
Checking patch examples/ipsec-secgw/ipsec-secgw.c...
Checking patch examples/ipv4_multicast/main.c...
Checking patch examples/kni/main.c...
Checking patch examples/l2fwd-cat/l2fwd-cat.c...
Checking patch examples/l2fwd-crypto/main.c...
Checking patch examples/l2fwd-event/l2fwd_common.c...
Checking patch examples/l3fwd-acl/main.c...
Checking patch examples/l3fwd-graph/main.c...
Checking patch examples/l3fwd-power/main.c...
Checking patch examples/l3fwd/main.c...
Checking patch examples/performance-thread/l3fwd-thread/main.c...
Checking patch examples/performance-thread/l3fwd-thread/test.sh...
Checking patch examples/pipeline/obj.c...
Checking patch examples/ptpclient/ptpclient.c...
Checking patch examples/qos_meter/main.c...
Checking patch examples/qos_sched/init.c...
Checking patch examples/rxtx_callbacks/main.c...
Checking patch examples/skeleton/basicfwd.c...
Checking patch examples/vhost/main.c...
Checking patch examples/vm_power_manager/main.c...
Checking patch lib/ethdev/rte_ethdev.c...
Hunk #1 succeeded at 1338 (offset 23 lines).
Hunk #2 succeeded at 1358 (offset 23 lines).
Hunk #3 succeeded at 1409 (offset 23 lines).
Hunk #4 succeeded at 1479 (offset 23 lines).
Hunk #5 succeeded at 2170 (offset 17 lines).
Checking patch lib/ethdev/rte_ethdev.h...
Checking patch lib/ethdev/rte_ethdev_trace.h...
Applied patch app/test-eventdev/test_perf_common.c cleanly.
Applied patch app/test-eventdev/test_pipeline_common.c cleanly.
Applied patch app/test-pmd/cmdline.c cleanly.
Applied patch app/test-pmd/config.c cleanly.
Applied patch app/test-pmd/parameters.c cleanly.
Applied patch app/test-pmd/testpmd.c cleanly.
Applied patch app/test-pmd/testpmd.h cleanly.
Applied patch app/test/test_link_bonding.c cleanly.
Applied patch app/test/test_link_bonding_mode4.c cleanly.
Applied patch app/test/test_link_bonding_rssconf.c cleanly.
Applied patch app/test/test_pmd_perf.c cleanly.
Applied patch doc/guides/nics/dpaa.rst cleanly.
Applied patch doc/guides/nics/dpaa2.rst cleanly.
Applied patch doc/guides/nics/features.rst cleanly.
Applied patch doc/guides/nics/fm10k.rst cleanly.
Applied patch doc/guides/nics/mlx5.rst cleanly.
Applied patch doc/guides/nics/octeontx.rst cleanly.
Applied patch doc/guides/nics/thunderx.rst cleanly.
Applying patch doc/guides/rel_notes/deprecation.rst with 1 reject...
Rejected hunk #1.
Applied patch doc/guides/sample_app_ug/flow_classify.rst cleanly.
Applied patch doc/guides/sample_app_ug/l3_forward.rst cleanly.
Applied patch doc/guides/sample_app_ug/l3_forward_access_ctrl.rst cleanly.
Applied patch doc/guides/sample_app_ug/l3_forward_graph.rst cleanly.
Applied patch doc/guides/sample_app_ug/l3_forward_power_man.rst cleanly.
Applied patch doc/guides/sample_app_ug/performance_thread.rst cleanly.
Applied patch doc/guides/sample_app_ug/skeleton.rst cleanly.
Applied patch drivers/net/atlantic/atl_ethdev.c cleanly.
Applied patch drivers/net/avp/avp_ethdev.c cleanly.
Applied patch drivers/net/axgbe/axgbe_ethdev.c cleanly.
Applied patch drivers/net/bnx2x/bnx2x_ethdev.c cleanly.
Applied patch drivers/net/bnxt/bnxt_ethdev.c cleanly.
Applied patch drivers/net/bonding/rte_eth_bond_pmd.c cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev.c cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev_ops.c cleanly.
Applied patch drivers/net/cxgbe/cxgbe_ethdev.c cleanly.
Applied patch drivers/net/cxgbe/cxgbe_main.c cleanly.
Applied patch drivers/net/cxgbe/sge.c cleanly.
Applied patch drivers/net/dpaa/dpaa_ethdev.c cleanly.
Applied patch drivers/net/dpaa2/dpaa2_ethdev.c cleanly.
Applied patch drivers/net/e1000/em_ethdev.c cleanly.
Applied patch drivers/net/e1000/igb_ethdev.c cleanly.
Applied patch drivers/net/e1000/igb_rxtx.c cleanly.
Applied patch drivers/net/ena/ena_ethdev.c cleanly.
Applied patch drivers/net/enetc/enetc_ethdev.c cleanly.
Applied patch drivers/net/enic/enic_ethdev.c cleanly.
Applied patch drivers/net/enic/enic_main.c cleanly.
Applied patch drivers/net/fm10k/fm10k_ethdev.c cleanly.
Applied patch drivers/net/hinic/hinic_pmd_ethdev.c cleanly.
Applied patch drivers/net/hns3/hns3_ethdev.c cleanly.
Applied patch drivers/net/hns3/hns3_ethdev_vf.c cleanly.
Applied patch drivers/net/hns3/hns3_rxtx.c cleanly.
Applied patch drivers/net/i40e/i40e_ethdev.c cleanly.
Applied patch drivers/net/i40e/i40e_rxtx.c cleanly.
Applied patch drivers/net/iavf/iavf_ethdev.c cleanly.
Applied patch drivers/net/ice/ice_dcf_ethdev.c cleanly.
Applied patch drivers/net/ice/ice_ethdev.c cleanly.
Applied patch drivers/net/ice/ice_rxtx.c cleanly.
Applied patch drivers/net/igc/igc_ethdev.c cleanly.
Applied patch drivers/net/igc/igc_ethdev.h cleanly.
Applied patch drivers/net/igc/igc_txrx.c cleanly.
Applied patch drivers/net/ionic/ionic_ethdev.c cleanly.
Applied patch drivers/net/ionic/ionic_rxtx.c cleanly.
Applied patch drivers/net/ipn3ke/ipn3ke_representor.c cleanly.
Applied patch drivers/net/ixgbe/ixgbe_ethdev.c cleanly.
Applied patch drivers/net/ixgbe/ixgbe_pf.c cleanly.
Applied patch drivers/net/ixgbe/ixgbe_rxtx.c cleanly.
Applied patch drivers/net/liquidio/lio_ethdev.c cleanly.
Applied patch drivers/net/mlx4/mlx4_rxq.c cleanly.
Applied patch drivers/net/mlx5/mlx5_rxq.c cleanly.
Applied patch drivers/net/mvneta/mvneta_ethdev.c cleanly.
Applied patch drivers/net/mvneta/mvneta_rxtx.c cleanly.
Applied patch drivers/net/mvpp2/mrvl_ethdev.c cleanly.
Applied patch drivers/net/nfp/nfp_common.c cleanly.
Applied patch drivers/net/octeontx/octeontx_ethdev.c cleanly.
Applied patch drivers/net/octeontx2/otx2_ethdev.c cleanly.
Applied patch drivers/net/octeontx2/otx2_ethdev_ops.c cleanly.
Applied patch drivers/net/pfe/pfe_ethdev.c cleanly.
Applied patch drivers/net/qede/qede_ethdev.c cleanly.
Applied patch drivers/net/qede/qede_rxtx.c cleanly.
Applied patch drivers/net/sfc/sfc_ethdev.c cleanly.
Applied patch drivers/net/sfc/sfc_port.c cleanly.
Applied patch drivers/net/tap/rte_eth_tap.c cleanly.
Applied patch drivers/net/thunderx/nicvf_ethdev.c cleanly.
Applied patch drivers/net/txgbe/txgbe_ethdev.c cleanly.
Applied patch drivers/net/txgbe/txgbe_ethdev.h cleanly.
Applied patch drivers/net/txgbe/txgbe_ethdev_vf.c cleanly.
Applied patch drivers/net/txgbe/txgbe_rxtx.c cleanly.
Applied patch drivers/net/virtio/virtio_ethdev.c cleanly.
Applied patch examples/bbdev_app/main.c cleanly.
Applied patch examples/bond/main.c cleanly.
Applied patch examples/distributor/main.c cleanly.
Applied patch examples/eventdev_pipeline/pipeline_worker_generic.c cleanly.
Applied patch examples/eventdev_pipeline/pipeline_worker_tx.c cleanly.
Applied patch examples/flow_classify/flow_classify.c cleanly.
Applied patch examples/ioat/ioatfwd.c cleanly.
Applied patch examples/ip_fragmentation/main.c cleanly.
Applied patch examples/ip_pipeline/link.c cleanly.
Applied patch examples/ip_reassembly/main.c cleanly.
Applied patch examples/ipsec-secgw/ipsec-secgw.c cleanly.
Applied patch examples/ipv4_multicast/main.c cleanly.
Applied patch examples/kni/main.c cleanly.
Applied patch examples/l2fwd-cat/l2fwd-cat.c cleanly.
Applied patch examples/l2fwd-crypto/main.c cleanly.
Applied patch examples/l2fwd-event/l2fwd_common.c cleanly.
Applied patch examples/l3fwd-acl/main.c cleanly.
Applied patch examples/l3fwd-graph/main.c cleanly.
Applied patch examples/l3fwd-power/main.c cleanly.
Applied patch examples/l3fwd/main.c cleanly.
Applied patch examples/performance-thread/l3fwd-thread/main.c cleanly.
Applied patch examples/performance-thread/l3fwd-thread/test.sh cleanly.
Applied patch examples/pipeline/obj.c cleanly.
Applied patch examples/ptpclient/ptpclient.c cleanly.
Applied patch examples/qos_meter/main.c cleanly.
Applied patch examples/qos_sched/init.c cleanly.
Applied patch examples/rxtx_callbacks/main.c cleanly.
Applied patch examples/skeleton/basicfwd.c cleanly.
Applied patch examples/vhost/main.c cleanly.
Applied patch examples/vm_power_manager/main.c cleanly.
Applied patch lib/ethdev/rte_ethdev.c cleanly.
Applied patch lib/ethdev/rte_ethdev.h cleanly.
Applied patch lib/ethdev/rte_ethdev_trace.h cleanly.
diff a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst	(rejected hunks)
@@ -81,31 +81,6 @@ Deprecation Notices
   In 19.11 PMDs will still update the field even when the offload is not
   enabled.
 
-* ethdev: ``uint32_t max_rx_pkt_len`` field of ``struct rte_eth_rxmode``, will be
-  replaced by a new ``uint32_t mtu`` field of ``struct rte_eth_conf`` in v21.11.
-  The new ``mtu`` field will be used to configure the initial device MTU via
-  ``rte_eth_dev_configure()`` API.
-  Later MTU can be changed by ``rte_eth_dev_set_mtu()`` API as done now.
-  The existing ``(struct rte_eth_dev)->data->mtu`` variable will be used to store
-  the configured ``mtu`` value,
-  and this new ``(struct rte_eth_dev)->data->dev_conf.mtu`` variable will
-  be used to store the user configuration request.
-  Unlike ``max_rx_pkt_len``, which was valid only when ``JUMBO_FRAME`` enabled,
-  ``mtu`` field will be always valid.
-  When ``mtu`` config is not provided by the application, default ``RTE_ETHER_MTU``
-  value will be used.
-  ``(struct rte_eth_dev)->data->mtu`` should be updated after MTU set successfully,
-  either by ``rte_eth_dev_configure()`` or ``rte_eth_dev_set_mtu()``.
-
-  An application may need to configure device for a specific Rx packet size, like for
-  cases ``DEV_RX_OFFLOAD_SCATTER`` is not supported and device received packet size
-  can't be bigger than Rx buffer size.
-  To cover these cases an application needs to know the device packet overhead to be
-  able to calculate the ``mtu`` corresponding to a Rx buffer size, for this
-  ``(struct rte_eth_dev_info).max_rx_pktlen`` will be kept,
-  the device packet overhead can be calculated as:
-  ``(struct rte_eth_dev_info).max_rx_pktlen - (struct rte_eth_dev_info).max_mtu``
-
 * ethdev: Announce moving from dedicated modify function for each field,
   to using the general ``rte_flow_modify_field`` action.
 
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
error: drivers/net/axgbe/axgbe_ethdev.c: does not match index
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: drivers/net/bnxt/bnxt_ethdev.c: does not match index
Checking patch drivers/net/cnxk/cnxk_ethdev_ops.c...
error: drivers/net/cnxk/cnxk_ethdev_ops.c: does not match index
Checking patch drivers/net/cxgbe/cxgbe_ethdev.c...
error: drivers/net/cxgbe/cxgbe_ethdev.c: does not match index
Checking patch drivers/net/dpaa/dpaa_ethdev.c...
error: drivers/net/dpaa/dpaa_ethdev.c: does not match index
Checking patch drivers/net/dpaa2/dpaa2_ethdev.c...
error: drivers/net/dpaa2/dpaa2_ethdev.c: does not match index
Checking patch drivers/net/e1000/em_ethdev.c...
error: drivers/net/e1000/em_ethdev.c: does not match index
Checking patch drivers/net/e1000/igb_ethdev.c...
error: drivers/net/e1000/igb_ethdev.c: does not match index
Checking patch drivers/net/enetc/enetc_ethdev.c...
error: drivers/net/enetc/enetc_ethdev.c: does not match index
Checking patch drivers/net/hinic/hinic_pmd_ethdev.c...
error: drivers/net/hinic/hinic_pmd_ethdev.c: does not match index
Checking patch drivers/net/hns3/hns3_ethdev.c...
error: drivers/net/hns3/hns3_ethdev.c: does not match index
Checking patch drivers/net/hns3/hns3_ethdev_vf.c...
error: drivers/net/hns3/hns3_ethdev_vf.c: does not match index
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: drivers/net/i40e/i40e_ethdev.c: does not match index
Checking patch drivers/net/iavf/iavf_ethdev.c...
error: drivers/net/iavf/iavf_ethdev.c: does not match index
Checking patch drivers/net/ice/ice_ethdev.c...
error: drivers/net/ice/ice_ethdev.c: does not match index
Checking patch drivers/net/igc/igc_ethdev.c...
error: drivers/net/igc/igc_ethdev.c: does not match index
Checking patch drivers/net/ipn3ke/ipn3ke_representor.c...
error: drivers/net/ipn3ke/ipn3ke_representor.c: does not match index
Checking patch drivers/net/ixgbe/ixgbe_ethdev.c...
error: drivers/net/ixgbe/ixgbe_ethdev.c: does not match index
Checking patch drivers/net/liquidio/lio_ethdev.c...
error: drivers/net/liquidio/lio_ethdev.c: does not match index
Checking patch drivers/net/nfp/nfp_common.c...
error: drivers/net/nfp/nfp_common.c: does not match index
Checking patch drivers/net/octeontx/octeontx_ethdev.c...
error: drivers/net/octeontx/octeontx_ethdev.c: does not match index
Checking patch drivers/net/octeontx2/otx2_ethdev_ops.c...
error: drivers/net/octeontx2/otx2_ethdev_ops.c: does not match index
Checking patch drivers/net/qede/qede_ethdev.c...
error: drivers/net/qede/qede_ethdev.c: does not match index
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: drivers/net/sfc/sfc_ethdev.c: does not match index
Checking patch drivers/net/thunderx/nicvf_ethdev.c...
error: drivers/net/thunderx/nicvf_ethdev.c: does not match index
Checking patch drivers/net/txgbe/txgbe_ethdev.c...
error: drivers/net/txgbe/txgbe_ethdev.c: does not match index
Checking patch lib/ethdev/rte_ethdev.c...
error: lib/ethdev/rte_ethdev.c: does not match index
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
error: drivers/net/axgbe/axgbe_ethdev.c: does not match index
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: drivers/net/bnxt/bnxt_ethdev.c: does not match index
Checking patch drivers/net/cxgbe/cxgbe_ethdev.c...
error: drivers/net/cxgbe/cxgbe_ethdev.c: does not match index
Checking patch drivers/net/dpaa/dpaa_ethdev.c...
error: drivers/net/dpaa/dpaa_ethdev.c: does not match index
Checking patch drivers/net/dpaa2/dpaa2_ethdev.c...
error: drivers/net/dpaa2/dpaa2_ethdev.c: does not match index
Checking patch drivers/net/e1000/em_ethdev.c...
error: drivers/net/e1000/em_ethdev.c: does not match index
Checking patch drivers/net/e1000/igb_ethdev.c...
error: drivers/net/e1000/igb_ethdev.c: does not match index
Checking patch drivers/net/enetc/enetc_ethdev.c...
error: drivers/net/enetc/enetc_ethdev.c: does not match index
Checking patch drivers/net/hinic/hinic_pmd_ethdev.c...
error: drivers/net/hinic/hinic_pmd_ethdev.c: does not match index
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: drivers/net/i40e/i40e_ethdev.c: does not match index
Checking patch drivers/net/iavf/iavf_ethdev.c...
error: drivers/net/iavf/iavf_ethdev.c: does not match index
Checking patch drivers/net/ice/ice_ethdev.c...
error: drivers/net/ice/ice_ethdev.c: does not match index
Checking patch drivers/net/igc/igc_ethdev.c...
error: drivers/net/igc/igc_ethdev.c: does not match index
Checking patch drivers/net/ipn3ke/ipn3ke_representor.c...
error: drivers/net/ipn3ke/ipn3ke_representor.c: does not match index
Checking patch drivers/net/liquidio/lio_ethdev.c...
error: drivers/net/liquidio/lio_ethdev.c: does not match index
Checking patch drivers/net/nfp/nfp_common.c...
error: drivers/net/nfp/nfp_common.c: does not match index
Checking patch drivers/net/octeontx/octeontx_ethdev.c...
error: drivers/net/octeontx/octeontx_ethdev.c: does not match index
Checking patch drivers/net/octeontx2/otx2_ethdev_ops.c...
error: drivers/net/octeontx2/otx2_ethdev_ops.c: does not match index
Checking patch drivers/net/qede/qede_ethdev.c...
error: drivers/net/qede/qede_ethdev.c: does not match index
Checking patch drivers/net/thunderx/nicvf_ethdev.c...
error: drivers/net/thunderx/nicvf_ethdev.c: does not match index
Checking patch drivers/net/txgbe/txgbe_ethdev.c...
error: drivers/net/txgbe/txgbe_ethdev.c: does not match index
Checking patch lib/ethdev/rte_ethdev.c...
error: lib/ethdev/rte_ethdev.c: does not match index
Checking patch app/test-eventdev/test_pipeline_common.c...
error: app/test-eventdev/test_pipeline_common.c: does not match index
Checking patch app/test-pmd/cmdline.c...
error: app/test-pmd/cmdline.c: does not match index
Checking patch app/test-pmd/config.c...
error: app/test-pmd/config.c: does not match index
Checking patch app/test-pmd/testpmd.c...
error: app/test-pmd/testpmd.c: does not match index
Checking patch app/test-pmd/testpmd.h...
error: app/test-pmd/testpmd.h: does not match index
Checking patch doc/guides/howto/debug_troubleshoot.rst...
Checking patch doc/guides/nics/bnxt.rst...
Checking patch doc/guides/nics/features.rst...
error: doc/guides/nics/features.rst: does not match index
Checking patch drivers/net/atlantic/atl_ethdev.c...
error: drivers/net/atlantic/atl_ethdev.c: does not match index
Checking patch drivers/net/axgbe/axgbe_ethdev.c...
error: drivers/net/axgbe/axgbe_ethdev.c: does not match index
Checking patch drivers/net/bnx2x/bnx2x_ethdev.c...
error: drivers/net/bnx2x/bnx2x_ethdev.c: does not match index
Checking patch drivers/net/bnxt/bnxt.h...
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: drivers/net/bnxt/bnxt_ethdev.c: does not match index
Checking patch drivers/net/bonding/rte_eth_bond_pmd.c...
error: drivers/net/bonding/rte_eth_bond_pmd.c: does not match index
Checking patch drivers/net/cnxk/cnxk_ethdev.h...
Checking patch drivers/net/cnxk/cnxk_ethdev_ops.c...
error: drivers/net/cnxk/cnxk_ethdev_ops.c: does not match index
Checking patch drivers/net/cxgbe/cxgbe.h...
Checking patch drivers/net/cxgbe/cxgbe_ethdev.c...
error: drivers/net/cxgbe/cxgbe_ethdev.c: does not match index
Checking patch drivers/net/cxgbe/sge.c...
error: drivers/net/cxgbe/sge.c: does not match index
Checking patch drivers/net/dpaa/dpaa_ethdev.c...
error: drivers/net/dpaa/dpaa_ethdev.c: does not match index
Checking patch drivers/net/dpaa2/dpaa2_ethdev.c...
error: drivers/net/dpaa2/dpaa2_ethdev.c: does not match index
Checking patch drivers/net/e1000/e1000_ethdev.h...
Hunk #1 succeeded at 468 (offset 3 lines).
Checking patch drivers/net/e1000/em_ethdev.c...
error: drivers/net/e1000/em_ethdev.c: does not match index
Checking patch drivers/net/e1000/em_rxtx.c...
Hunk #4 succeeded at 1838 (offset 17 lines).
Hunk #5 succeeded at 1873 (offset 17 lines).
Hunk #6 succeeded at 1907 (offset 17 lines).
Checking patch drivers/net/e1000/igb_rxtx.c...
error: drivers/net/e1000/igb_rxtx.c: does not match index
Checking patch drivers/net/ena/ena_ethdev.c...
error: drivers/net/ena/ena_ethdev.c: does not match index
Checking patch drivers/net/enetc/enetc_ethdev.c...
error: drivers/net/enetc/enetc_ethdev.c: does not match index
Checking patch drivers/net/enic/enic_res.c...
Checking patch drivers/net/failsafe/failsafe_ops.c...
Checking patch drivers/net/fm10k/fm10k_ethdev.c...
error: drivers/net/fm10k/fm10k_ethdev.c: does not match index
Checking patch drivers/net/hinic/hinic_pmd_ethdev.c...
error: drivers/net/hinic/hinic_pmd_ethdev.c: does not match index
Checking patch drivers/net/hns3/hns3_ethdev.c...
error: drivers/net/hns3/hns3_ethdev.c: does not match index
Checking patch drivers/net/hns3/hns3_ethdev_vf.c...
error: drivers/net/hns3/hns3_ethdev_vf.c: does not match index
Checking patch drivers/net/i40e/i40e_ethdev.c...
error: drivers/net/i40e/i40e_ethdev.c: does not match index
Checking patch drivers/net/i40e/i40e_rxtx.c...
error: drivers/net/i40e/i40e_rxtx.c: does not match index
Checking patch drivers/net/iavf/iavf_ethdev.c...
error: drivers/net/iavf/iavf_ethdev.c: does not match index
Checking patch drivers/net/ice/ice_dcf_ethdev.c...
error: drivers/net/ice/ice_dcf_ethdev.c: does not match index
Checking patch drivers/net/ice/ice_dcf_vf_representor.c...
Checking patch drivers/net/ice/ice_ethdev.c...
error: drivers/net/ice/ice_ethdev.c: does not match index
Checking patch drivers/net/ice/ice_rxtx.c...
error: drivers/net/ice/ice_rxtx.c: does not match index
Checking patch drivers/net/igc/igc_ethdev.h...
error: drivers/net/igc/igc_ethdev.h: does not match index
Checking patch drivers/net/igc/igc_txrx.c...
error: drivers/net/igc/igc_txrx.c: does not match index
Checking patch drivers/net/ionic/ionic_ethdev.c...
error: drivers/net/ionic/ionic_ethdev.c: does not match index
Checking patch drivers/net/ipn3ke/ipn3ke_representor.c...
error: drivers/net/ipn3ke/ipn3ke_representor.c: does not match index
Checking patch drivers/net/ixgbe/ixgbe_ethdev.c...
error: drivers/net/ixgbe/ixgbe_ethdev.c: does not match index
Checking patch drivers/net/ixgbe/ixgbe_pf.c...
error: drivers/net/ixgbe/ixgbe_pf.c: does not match index
Checking patch drivers/net/ixgbe/ixgbe_rxtx.c...
error: drivers/net/ixgbe/ixgbe_rxtx.c: does not match index
Checking patch drivers/net/mlx4/mlx4_rxq.c...
error: drivers/net/mlx4/mlx4_rxq.c: does not match index
Checking patch drivers/net/mlx5/mlx5_rxq.c...
error: drivers/net/mlx5/mlx5_rxq.c: does not match index
Checking patch drivers/net/mvneta/mvneta_ethdev.h...
Checking patch drivers/net/mvpp2/mrvl_ethdev.c...
error: drivers/net/mvpp2/mrvl_ethdev.c: does not match index
Checking patch drivers/net/nfp/nfp_common.c...
error: drivers/net/nfp/nfp_common.c: does not match index
Checking patch drivers/net/octeontx/octeontx_ethdev.h...
Checking patch drivers/net/octeontx2/otx2_ethdev.h...
Checking patch drivers/net/octeontx_ep/otx_ep_ethdev.c...
Checking patch drivers/net/octeontx_ep/otx_ep_rxtx.c...
Checking patch drivers/net/qede/qede_ethdev.c...
error: drivers/net/qede/qede_ethdev.c: does not match index
Checking patch drivers/net/sfc/sfc_rx.c...
Hunk #1 succeeded at 940 (offset -1 lines).
Checking patch drivers/net/thunderx/nicvf_ethdev.h...
Checking patch drivers/net/txgbe/txgbe_rxtx.c...
error: drivers/net/txgbe/txgbe_rxtx.c: does not match index
Checking patch drivers/net/virtio/virtio_ethdev.c...
error: drivers/net/virtio/virtio_ethdev.c: does not match index
Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c...
Checking patch examples/ip_fragmentation/main.c...
error: examples/ip_fragmentation/main.c: does not match index
Checking patch examples/ip_reassembly/main.c...
error: examples/ip_reassembly/main.c: does not match index
Checking patch examples/ipsec-secgw/ipsec-secgw.c...
error: examples/ipsec-secgw/ipsec-secgw.c: does not match index
Checking patch examples/ipv4_multicast/main.c...
error: examples/ipv4_multicast/main.c: does not match index
Checking patch examples/kni/main.c...
error: examples/kni/main.c: does not match index
Checking patch examples/l3fwd-acl/main.c...
error: examples/l3fwd-acl/main.c: does not match index
Checking patch examples/l3fwd-graph/main.c...
error: examples/l3fwd-graph/main.c: does not match index
Checking patch examples/l3fwd-power/main.c...
error: examples/l3fwd-power/main.c: does not match index
Checking patch examples/l3fwd/main.c...
error: examples/l3fwd/main.c: does not match index
Checking patch examples/performance-thread/l3fwd-thread/main.c...
error: examples/performance-thread/l3fwd-thread/main.c: does not match index
Checking patch examples/vhost/main.c...
error: examples/vhost/main.c: does not match index
Checking patch lib/ethdev/rte_ethdev.c...
error: lib/ethdev/rte_ethdev.c: does not match index
Checking patch lib/ethdev/rte_ethdev.h...
error: lib/ethdev/rte_ethdev.h: does not match index
Applied patch doc/guides/howto/debug_troubleshoot.rst cleanly.
Applied patch doc/guides/nics/bnxt.rst cleanly.
Applied patch drivers/net/bnxt/bnxt.h cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev.h cleanly.
Applied patch drivers/net/cxgbe/cxgbe.h cleanly.
Applied patch drivers/net/e1000/e1000_ethdev.h cleanly.
Applied patch drivers/net/e1000/em_rxtx.c cleanly.
Applied patch drivers/net/enic/enic_res.c cleanly.
Applied patch drivers/net/failsafe/failsafe_ops.c cleanly.
Applied patch drivers/net/ice/ice_dcf_vf_representor.c cleanly.
Applied patch drivers/net/mvneta/mvneta_ethdev.h cleanly.
Applied patch drivers/net/octeontx/octeontx_ethdev.h cleanly.
Applied patch drivers/net/octeontx2/otx2_ethdev.h cleanly.
Applied patch drivers/net/octeontx_ep/otx_ep_ethdev.c cleanly.
Applied patch drivers/net/octeontx_ep/otx_ep_rxtx.c cleanly.
Applied patch drivers/net/sfc/sfc_rx.c cleanly.
Applied patch drivers/net/thunderx/nicvf_ethdev.h cleanly.
Applied patch drivers/net/vmxnet3/vmxnet3_ethdev.c cleanly.
Checking patch lib/ethdev/rte_ethdev.c...
error: lib/ethdev/rte_ethdev.c: does not match index
Checking patch lib/ethdev/rte_ethdev.h...
error: lib/ethdev/rte_ethdev.h: does not match index
Checking patch examples/ip_reassembly/main.c...
error: examples/ip_reassembly/main.c: does not match index

https://lab.dpdk.org/results/dashboard/patchsets/19504/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-18 16:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 16:39 [dpdk-test-report] |WARNING| pw102042-102048 [PATCH] [v7, 6/6] examples/ip_reassembly: remove unused parameter dpdklab

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).