numam-dpdk/drivers/net/ice
Simei Su f9c561ffbc net/ice: fix performance for Rx timestamp
In Rx data path, it reads hardware registers per packet, resulting in
big performance drop. This patch improves performance from two aspects:
(1) replace per packet hardware register read by per burst.
(2) reduce hardware register read time from 3 to 2 when the low value of
    time is not close to overflow.

Meanwhile, this patch refines "ice_timesync_read_rx_timestamp" and
"ice_timesync_read_tx_timestamp" API in which
"ice_tstamp_convert_32b_64b" is also used.

Fixes: 953e74e6b7 ("net/ice: enable Rx timestamp on flex descriptor")
Fixes: 646dcbe6c7 ("net/ice: support IEEE 1588 PTP")

Suggested-by: Harry van Haaren <harry.van.haaren@intel.com>
Signed-off-by: Simei Su <simei.su@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2021-11-01 02:21:10 +01:00
..
base net/ice/base: fix null pointer dereferences for parser 2021-10-13 12:29:54 +02:00
ice_acl_filter.c net/ice: fix double free ACL flow entry 2021-09-24 07:46:57 +02:00
ice_dcf_ethdev.c net/ice: workaround DCF reset failure 2021-10-27 05:25:25 +02:00
ice_dcf_ethdev.h net/ice: support QoS config VF bandwidth in DCF 2021-07-06 04:58:15 +02:00
ice_dcf_parent.c net/ice: remove VSI update on DCF reset by PF 2021-10-29 10:38:21 +02:00
ice_dcf_sched.c net/ice: fix TM hierarchy commit flag reset 2021-10-21 13:32:26 +02:00
ice_dcf_vf_representor.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
ice_dcf.c net/ice: workaround DCF reset failure 2021-10-27 05:25:25 +02:00
ice_dcf.h net/ice: support DCF device reset 2021-09-06 03:17:29 +02:00
ice_ethdev.c net/ice: fix performance for Rx timestamp 2021-11-01 02:21:10 +01:00
ice_ethdev.h net/ice: fix performance for Rx timestamp 2021-11-01 02:21:10 +01:00
ice_fdir_filter.c ethdev: remove deprecated shared counter attribute 2021-10-12 19:20:57 +02:00
ice_generic_flow.c net/ice: fix deadlock on flow redirect 2021-10-13 12:53:28 +02:00
ice_generic_flow.h net/ice: fix ESP flow director with SPI as input set 2021-07-16 10:11:30 +02:00
ice_hash.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
ice_logs.h net/ice: refine debug build option 2021-04-01 16:10:20 +02:00
ice_rxtx_common_avx.h net/ice: fix generic build on FreeBSD 2021-10-19 13:02:37 +02:00
ice_rxtx_vec_avx2.c mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
ice_rxtx_vec_avx512.c mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
ice_rxtx_vec_common.h mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
ice_rxtx_vec_sse.c mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
ice_rxtx.c net/ice: fix performance for Rx timestamp 2021-11-01 02:21:10 +01:00
ice_rxtx.h net/ice: fix performance for Rx timestamp 2021-11-01 02:21:10 +01:00
ice_switch_filter.c ethdev: use extension header for GTP PSC item 2021-09-28 12:34:58 +02:00
meson.build devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
rte_pmd_ice.h net/ice: support auxiliary IP offset Rx descriptor 2020-09-18 18:55:06 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00